import Link from "next/link"; import Image from "next/image"; import React from "react"; import { Container } from "@/components/Container"; import retakeLogo from "../../public/img/logo.png"; export function Footer() { const navigation = [ { name: "Produits", href: "/produits" }, // { name: "Features", href: "/features" }, // { name: "Pricing", href: "/pricing" }, // { name: "Company", href: "/company" }, // { name: "Blog", href: "/blog" }, ]; const legal = [ { name: "Mentions Légales", href: "https://s3.retake.fr/public/mentions_legales.pdf"}, { name: "CGV", href: "https://s3.retake.fr/public/cgv.pdf"} // { name: "Terms", href: "/terms" }, // { name: "Privacy", href: "/privacy" }, // { name: "Legal", href: "/legal" }, ]; return ( ); } // const Twitter = ({ size = 24 }) => ( // // // // ); // const Facebook = ({ size = 24 }) => ( // // // // ); // const Instagram = ({ size = 24 }) => ( // // // // ); const Linkedin = ({ size = 24 }) => ( ); const Github = ({ size = 24 }) => ( ); const Backlink = () => { return ( Web3Templates ); };