From 455b06304da125f75d0c0a801870552cba873e1b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 18:21:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 245 ++++++----------------------------------------- 1 file changed, 30 insertions(+), 215 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 78b5daf..ada655e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; +import FooterCard from '@/components/sections/footer/FooterCard'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import { Instagram, Facebook, MapPin } from 'lucide-react'; export default function LandingPage() { return ( @@ -29,18 +30,9 @@ export default function LandingPage() { @@ -133,29 +55,7 @@ export default function LandingPage() { @@ -167,44 +67,6 @@ export default function LandingPage() { textboxLayout="default" gridVariant="bento-grid" useInvertedBackground={false} - products={[ - { - id: "1", - name: "Gratin Au Poulet", - price: "850 DA", - imageSrc: "http://img.b2bpic.net/free-photo/potato-gratin-baked-with-cream-cheese-black-slate-background_123827-32562.jpg?_wi=2", - }, - { - id: "2", - name: "Tacos Meat", - price: "650 DA", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tacos-arrangement_23-2150799455.jpg", - }, - { - id: "3", - name: "Pizza Tonno + Coca", - price: "950 DA", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-table_23-2148305632.jpg", - }, - { - id: "4", - name: "Crêpes Nutella", - price: "450 DA", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-plate-with-tea-teapot-nuts-fruit-jam-flowers-white-wooden-background_176474-3963.jpg", - }, - { - id: "5", - name: "Tiramisu", - price: "500 DA", - imageSrc: "http://img.b2bpic.net/free-photo/tiramisu-piece-with-coffee-beans_23-2148531561.jpg", - }, - { - id: "6", - name: "Cappuccino", - price: "300 DA", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-cup-cappuccino-with-white-heart-pattern-wooden-table_181624-9618.jpg", - }, - ]} title="Nos Meilleures Offres" description="Préparé avec passion. Servi avec excellence." /> @@ -214,16 +76,8 @@ export default function LandingPage() { @@ -231,23 +85,7 @@ export default function LandingPage() {
- +
); -} +} \ No newline at end of file -- 2.49.1