import logoHtml from "@/images/logos/html5.svg"; import logoNextjs from "@/images/logos/nextjs.svg"; import logoReactJs from "@/images/logos/reactjs.svg"; import logoVueJs from "@/images/logos/vuejs.svg"; import Image from "next/image"; import { Button } from "./Button"; const libraries = [ { href: "#html", name: "HTML", description: "All you need to do is add 3 lines of code to your HTML script and thats it, you're done!", logo: logoHtml, }, { href: "#react-js", name: "React.js", description: "Load the our Js library with your environment ID and you're ready to go!", logo: logoReactJs, }, { href: "#next-js", name: "Next.js", description: "Natively add us to your NextJs project with support for both App as well as Pages project structure!", logo: logoNextjs, }, { href: "#vue-js", name: "Vue.js", description: "Simply add us to your router change and sit back!", logo: logoVueJs, }, ]; export function Libraries() { return (
{library.description}