Merge version_1 into main #1
433
src/app/page.tsx
433
src/app/page.tsx
@@ -29,314 +29,149 @@ export default function LandingPage() {
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Petit Pêcheur"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Petit Pêcheur"
|
||||
button={{ text: "Réserver", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
title="Le Petit Pêcheur – L'Essence de la Mer"
|
||||
description="Découvrez une expérience culinaire côtière authentique à Imi Ouaddar, où les saveurs marocaines rencontrent la fraîcheur de la Méditerranée."
|
||||
buttons={[
|
||||
{
|
||||
text: "Réserver une table",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "h1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-beef-wooden-board_140725-741.jpg",
|
||||
imageAlt: "Terrasse au bord de mer",
|
||||
},
|
||||
{
|
||||
id: "h2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/miami-bayside-landscape_23-2151636351.jpg",
|
||||
imageAlt: "Intérieur authentique",
|
||||
},
|
||||
{
|
||||
id: "h3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beach-wood-cabin-coast-guard-exciting-sky_146671-18843.jpg",
|
||||
imageAlt: "Dégustation fruits de mer",
|
||||
},
|
||||
{
|
||||
id: "h4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-background-with-fresh-products-space-messages_23-2147612103.jpg",
|
||||
imageAlt: "Vue panoramique",
|
||||
},
|
||||
{
|
||||
id: "h5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair-table-outdoor-patio-with-beautiful-tropical-beach-sea_74190-8120.jpg",
|
||||
imageAlt: "Plats traditionnels",
|
||||
},
|
||||
{
|
||||
id: "h6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-event-dinner-party-glass_1203-5093.jpg",
|
||||
imageAlt: "Ambiance soir",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
title="Le Petit Pêcheur – L'Essence de la Mer"
|
||||
description="Découvrez une expérience culinaire côtière authentique à Imi Ouaddar, où les saveurs marocaines rencontrent la fraîcheur de la Méditerranée."
|
||||
buttons={[{ text: "Réserver une table", href: "#contact" }]}
|
||||
carouselItems={[
|
||||
{ id: "h1", imageSrc: "http://img.b2bpic.net/free-photo/fried-beef-wooden-board_140725-741.jpg", imageAlt: "Terrasse au bord de mer" },
|
||||
{ id: "h2", imageSrc: "http://img.b2bpic.net/free-photo/miami-bayside-landscape_23-2151636351.jpg", imageAlt: "Intérieur authentique" },
|
||||
{ id: "h3", imageSrc: "http://img.b2bpic.net/free-photo/beach-wood-cabin-coast-guard-exciting-sky_146671-18843.jpg", imageAlt: "Dégustation fruits de mer" },
|
||||
{ id: "h4", imageSrc: "http://img.b2bpic.net/free-photo/dark-background-with-fresh-products-space-messages_23-2147612103.jpg", imageAlt: "Vue panoramique" },
|
||||
{ id: "h5", imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair-table-outdoor-patio-with-beautiful-tropical-beach-sea_74190-8120.jpg", imageAlt: "Plats traditionnels" },
|
||||
{ id: "h6", imageSrc: "http://img.b2bpic.net/free-photo/plate-event-dinner-party-glass_1203-5093.jpg", imageAlt: "Ambiance soir" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
useInvertedBackground={false}
|
||||
title="Notre Passion, Votre Plaisir"
|
||||
metrics={[
|
||||
{
|
||||
icon: Waves,
|
||||
label: "Années d'expérience",
|
||||
value: "10+",
|
||||
},
|
||||
{
|
||||
icon: Fish,
|
||||
label: "Poissons frais chaque jour",
|
||||
value: "100%",
|
||||
},
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Emplacement privilégié",
|
||||
value: "Imi Ouaddar",
|
||||
},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
useInvertedBackground={false}
|
||||
title="Notre Passion, Votre Plaisir"
|
||||
metrics={[
|
||||
{ icon: Waves, label: "Années d'expérience", value: "10+" },
|
||||
{ icon: Fish, label: "Poissons frais chaque jour", value: "100%" },
|
||||
{ icon: MapPin, label: "Emplacement privilégié", value: "Imi Ouaddar" },
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardSixteen
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Sans produits surgelés",
|
||||
"Aucun additif",
|
||||
"Gestion éco-responsable",
|
||||
],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Produits locaux frais",
|
||||
"Saveurs marocaines",
|
||||
"Service chaleureux",
|
||||
],
|
||||
}}
|
||||
title="Une Cuisine Authentique"
|
||||
description="Nous mélangeons tradition et modernité pour créer des plats inoubliables."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardSixteen
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{ items: ["Sans produits surgelés", "Aucun additif", "Gestion éco-responsable"] }}
|
||||
positiveCard={{ items: ["Produits locaux frais", "Saveurs marocaines", "Service chaleureux"] }}
|
||||
title="Une Cuisine Authentique"
|
||||
description="Nous mélangeons tradition et modernité pour créer des plats inoubliables."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Calamars Grillés",
|
||||
price: "120 MAD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-spanish-food_23-2149210886.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Daurade Royale",
|
||||
price: "180 MAD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mix-seafood-table_23-2148290437.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Crevettes Royales",
|
||||
price: "150 MAD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/greek-salad-white-bowl_140725-10536.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Plateau Royal",
|
||||
price: "350 MAD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-spanish-food_23-2149210881.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Huîtres Fraîches",
|
||||
price: "200 MAD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-fresh-fish-with-lemon-greens-light-surface_140725-91149.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Poissons épicés",
|
||||
price: "160 MAD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sadj-with-various-sliced-vegetables-meat_140725-3816.jpg",
|
||||
},
|
||||
]}
|
||||
title="Notre Menu"
|
||||
description="Une sélection de fruits de mer pêchés chaque matin."
|
||||
/>
|
||||
</div>
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Calamars Grillés", price: "120 MAD", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-spanish-food_23-2149210886.jpg" },
|
||||
{ id: "p2", name: "Daurade Royale", price: "180 MAD", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mix-seafood-table_23-2148290437.jpg" },
|
||||
{ id: "p3", name: "Crevettes Royales", price: "150 MAD", imageSrc: "http://img.b2bpic.net/free-photo/greek-salad-white-bowl_140725-10536.jpg" },
|
||||
{ id: "p4", name: "Plateau Royal", price: "350 MAD", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-spanish-food_23-2149210881.jpg" },
|
||||
{ id: "p5", name: "Huîtres Fraîches", price: "200 MAD", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-fresh-fish-with-lemon-greens-light-surface_140725-91149.jpg" },
|
||||
{ id: "p6", name: "Poissons épicés", price: "160 MAD", imageSrc: "http://img.b2bpic.net/free-photo/sadj-with-various-sliced-vegetables-meat_140725-3816.jpg" },
|
||||
]}
|
||||
title="Notre Menu"
|
||||
description="Une sélection de fruits de mer pêchés chaque matin."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={false}
|
||||
title="Nos Chiffres"
|
||||
tag="Expertise"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "5000+",
|
||||
description: "Clients satisfaits",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "15",
|
||||
description: "Recettes exclusives",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5/5",
|
||||
description: "Note moyenne",
|
||||
},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={false}
|
||||
title="Nos Chiffres"
|
||||
tag="Expertise"
|
||||
metrics={[
|
||||
{ id: "m1", value: "5000+", description: "Clients satisfaits" },
|
||||
{ id: "m2", value: "15", description: "Recettes exclusives" },
|
||||
{ id: "m3", value: "5/5", description: "Note moyenne" },
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Marc Dubois",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sarah Smith",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-salmon-bowl_23-2150427598.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Ahmed Mansour",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-with-wine_23-2149152917.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Julia Roberts",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-women-outdoors_23-2149536732.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "David Miller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-outdoors_23-2149144004.jpg",
|
||||
},
|
||||
]}
|
||||
cardTitle="Ce qu'ils disent"
|
||||
cardTag="Avis"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Marc Dubois", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg" },
|
||||
{ id: "t2", name: "Sarah Smith", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-salmon-bowl_23-2150427598.jpg" },
|
||||
{ id: "t3", name: "Ahmed Mansour", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-with-wine_23-2149152917.jpg" },
|
||||
{ id: "t4", name: "Julia Roberts", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-women-outdoors_23-2149536732.jpg" },
|
||||
{ id: "t5", name: "David Miller", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-outdoors_23-2149144004.jpg" },
|
||||
]}
|
||||
cardTitle="Ce qu'ils disent"
|
||||
cardTag="Avis"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Est-ce sur réservation ?",
|
||||
content: "Oui, nous recommandons de réserver.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Les produits sont frais ?",
|
||||
content: "Absolument, arrivage quotidien.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Options végétariennes ?",
|
||||
content: "Quelques options disponibles.",
|
||||
},
|
||||
]}
|
||||
title="Questions Fréquentes"
|
||||
description="Tout ce que vous devez savoir."
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Est-ce sur réservation ?", content: "Oui, nous recommandons de réserver." },
|
||||
{ id: "f2", title: "Les produits sont frais ?", content: "Absolument, arrivage quotidien." },
|
||||
{ id: "f3", title: "Options végétariennes ?", content: "Quelques options disponibles." },
|
||||
]}
|
||||
title="Questions Fréquentes"
|
||||
description="Tout ce que vous devez savoir."
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Contactez-nous"
|
||||
title="Réservez votre table"
|
||||
description="Laissez-nous un message pour toute demande de réservation."
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contactez-nous"
|
||||
title="Réservez votre table"
|
||||
description="Laissez-nous un message pour toute demande de réservation."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Petit Pêcheur"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Accueil",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Légal",
|
||||
items: [
|
||||
{
|
||||
label: "Confidentialité",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "CGU",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Petit Pêcheur"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation", items: [{ label: "Accueil", href: "#hero" }, { label: "Menu", href: "#products" }]
|
||||
},
|
||||
{
|
||||
title: "Légal", items: [{ label: "Confidentialité", href: "#" }, { label: "CGU", href: "#" }]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user