diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4266591..94c089c 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 FaqDouble from '@/components/sections/faq/FaqDouble';
-import FooterCard from '@/components/sections/footer/FooterCard';
+import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -12,7 +12,8 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TeamCardTen from '@/components/sections/team/TeamCardTen';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
-import { Facebook, Instagram, Sparkles } from "lucide-react";
+import ContactCenter from '@/components/sections/contact/ContactCenter';
+import { Facebook, Instagram, Sparkles, MapPin, Phone, Mail } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,22 +33,11 @@ export default function LandingPage() {
@@ -56,105 +46,15 @@ export default function LandingPage() {
@@ -177,44 +77,7 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={false}
- products={[
- {
- id: "p1",
- name: "Royal Lamb Tagine",
- price: "120 MAD",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-grape-leaves-dolma-served-with-yogurt_140725-7075.jpg",
- },
- {
- id: "p2",
- name: "Friday Couscous",
- price: "95 MAD",
- imageSrc: "http://img.b2bpic.net/free-photo/baked-meat-sauce-parsley-sumakh-pickles_141793-16636.jpg",
- },
- {
- id: "p3",
- name: "Chicken Pastilla",
- price: "85 MAD",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-lamb-dish-cooked-with-pomegranate-onion-oil_140725-5140.jpg",
- },
- {
- id: "p4",
- name: "Traditional Refissa",
- price: "110 MAD",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-daiquiri-cocktail-glass_23-2149486829.jpg",
- },
- {
- id: "p5",
- name: "Grilled Skewers",
- price: "75 MAD",
- imageSrc: "http://img.b2bpic.net/free-photo/steamed-rice-plate-table-with-fish-pumpkin-side-view_141793-3196.jpg",
- },
- {
- id: "p6",
- name: "Avocado Juice",
- price: "35 MAD",
- imageSrc: "http://img.b2bpic.net/free-photo/yellow-green-cocktail-table_140725-2243.jpg",
- },
- ]}
+ products={[]}
title="Signature Dishes"
description="Traditional recipes passed down through generations."
/>
@@ -223,33 +86,7 @@ export default function LandingPage() {
@@ -290,23 +111,7 @@ export default function LandingPage() {
title="Meet Chef Hassan"
tag="Culinary Heritage"
membersAnimation="slide-up"
- members={[
- {
- id: "c1",
- name: "Chef Hassan",
- imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1318.jpg",
- },
- {
- id: "c2",
- name: "Sous Chef Amina",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-chef-kitchen_23-2149646279.jpg",
- },
- {
- id: "c3",
- name: "Pastry Expert Karim",
- imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-preparing-salad-rubbing-cheese-top_1303-32161.jpg",
- },
- ]}
+ members={[]}
memberVariant="card"
/>
@@ -315,70 +120,43 @@ export default function LandingPage() {
+