diff --git a/src/app/page.tsx b/src/app/page.tsx index 476266e..2a9e612 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,104 +44,61 @@ export default function LandingPage() {
@@ -161,9 +110,7 @@ export default function LandingPage() { title="La passion du modélisme à votre service" buttons={[ { - text: "En savoir plus", - href: "#faq", - }, + text: "En savoir plus", href: "#faq"}, ]} /> @@ -176,41 +123,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Locomotive Athearn", - price: "199.99 €", - imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-vintage-train_23-2147770301.jpg", - }, + id: "p1", name: "Locomotive Athearn", price: "199.99 €", imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-vintage-train_23-2147770301.jpg"}, { - id: "p2", - name: "Wagons Atlas", - price: "45.00 €", - imageSrc: "http://img.b2bpic.net/free-photo/view-3d-train-made-interlocking-toy-blocks_23-2150905411.jpg", - }, + id: "p2", name: "Wagons Atlas", price: "45.00 €", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-train-made-interlocking-toy-blocks_23-2150905411.jpg"}, { - id: "p3", - name: "Rails Bachmann", - price: "29.99 €", - imageSrc: "http://img.b2bpic.net/free-photo/wood-texture-background_1232-2812.jpg", - }, + id: "p3", name: "Rails Bachmann", price: "29.99 €", imageSrc: "http://img.b2bpic.net/free-photo/wood-texture-background_1232-2812.jpg"}, { - id: "p4", - name: "Piste Carrera", - price: "89.99 €", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-small-cars-model-road-traffic-conception_1150-20107.jpg", - }, + id: "p4", name: "Piste Carrera", price: "89.99 €", imageSrc: "http://img.b2bpic.net/free-photo/close-up-small-cars-model-road-traffic-conception_1150-20107.jpg"}, { - id: "p5", - name: "Locomotive Kato", - price: "175.50 €", - imageSrc: "http://img.b2bpic.net/free-photo/steam-train-mocanita-railway-station-romania_1268-20316.jpg", - }, + id: "p5", name: "Locomotive Kato", price: "175.50 €", imageSrc: "http://img.b2bpic.net/free-photo/steam-train-mocanita-railway-station-romania_1268-20316.jpg"}, { - id: "p6", - name: "Kit Tamiya", - price: "55.00 €", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-holding-paint-inside-little-can-white-background_140725-103456.jpg", - }, + id: "p6", name: "Kit Tamiya", price: "55.00 €", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-holding-paint-inside-little-can-white-background_140725-103456.jpg"}, ]} title="Catalogue de produits" description="Parcourez nos catégories parmi les plus grandes marques de modélisme." @@ -222,20 +145,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "Quels sont les délais de livraison ?", - content: "Nous expédions généralement sous 48h par transporteur sécurisé.", - }, + id: "f1", title: "Quels sont les délais de livraison ?", content: "Nous expédions généralement sous 48h par transporteur sécurisé."}, { - id: "f2", - title: "Puis-je retourner un produit ?", - content: "Vous disposez de 14 jours pour nous retourner tout produit non utilisé.", - }, + id: "f2", title: "Puis-je retourner un produit ?", content: "Vous disposez de 14 jours pour nous retourner tout produit non utilisé."}, { - id: "f3", - title: "Offrez-vous un service de conseil ?", - content: "Oui, notre service à la clientèle est disponible pour vous accompagner.", - }, + id: "f3", title: "Offrez-vous un service de conseil ?", content: "Oui, notre service à la clientèle est disponible pour vous accompagner."}, ]} sideTitle="Questions fréquentes" faqsAnimation="slide-up" @@ -246,27 +160,33 @@ export default function LandingPage() { ); -} +} \ No newline at end of file