diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f46495..5eaffcb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import { Sparkles, Phone, Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -28,22 +29,10 @@ export default function LandingPage() {
@@ -106,96 +72,45 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - id: "f1", - title: "Thés d'Exception", - description: "Sélection rigoureuse de thés rares venus du monde entier.", - tag: "Boissons", - imageSrc: "http://img.b2bpic.net/free-photo/composition-different-types-tea-leaves_23-2148174175.jpg", - }, - { - id: "f2", - title: "Pâtisseries Artisanales", - description: "Gâteaux aux pistaches, carrot cakes et créations saisonnières.", - tag: "Desserts", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-cake-with-red-icing-chocolate-chips-white-surface-biscuit-cake-biscuit-sweet-cookies-pie_140725-118220.jpg", - }, - { - id: "f3", - title: "Chocolat Chaud Gourmand", - description: "Réputé comme l'un des meilleurs de Genève, onctueux et riche.", - tag: "Signature", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-cinnamon-side-view_141793-3253.jpg", - }, + { id: "f1", title: "Thés d'Exception", description: "Sélection rigoureuse de thés rares venus du monde entier.", tag: "Boissons" }, + { id: "f2", title: "Pâtisseries Artisanales", description: "Gâteaux aux pistaches, carrot cakes et créations saisonnières.", tag: "Desserts" }, ]} - title="Nos Spécialités Gourmandes" - description="Succombez à nos créations, préparées avec des ingrédients frais et une touche d'amour genevois." + title="Nos Spécialités" />