Merge version_1 into main #2
356
src/app/page.tsx
356
src/app/page.tsx
@@ -25,274 +25,106 @@ export default function LandingPage() {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
{
|
||||
name: "Réserver",
|
||||
id: "#contact",
|
||||
},
|
||||
{
|
||||
name: "À propos",
|
||||
id: "#about",
|
||||
},
|
||||
]}
|
||||
brandName="Le Mademoiselle"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Accueil", id: "#hero" },
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "Réserver", id: "#contact" },
|
||||
{ name: "À propos", id: "#about" },
|
||||
]}
|
||||
brandName="Le Mademoiselle"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background="circleGradient"
|
||||
title="Cuisine méditerranéenne raffinée au cœur de Bastia"
|
||||
description="Savourez une expérience culinaire élégante dans notre terrasse privée intime à deux pas du Vieux-Port."
|
||||
tag="Restaurant Bastia"
|
||||
buttons={[
|
||||
{
|
||||
text: "Appeler maintenant",
|
||||
href: "tel:+33495000000",
|
||||
},
|
||||
{
|
||||
text: "Réserver une table",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decoration-bean-old-closeup-aroma_1203-5601.jpg?_wi=1",
|
||||
imageAlt: "Terrasse privée Le Mademoiselle",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-presentation-with-edible-flowers_23-2151973720.jpg?_wi=1",
|
||||
imageAlt: "Plat Signature Poulpe",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-city-lights_23-2148139051.jpg",
|
||||
imageAlt: "Blurred city lights",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3094.jpg",
|
||||
imageAlt: "Vintage light lamp",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-lamps-cafe_23-2147785789.jpg",
|
||||
imageAlt: "Vintage lamps in cafe",
|
||||
},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="4.7★ | 624 avis Google"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Cuisine méditerranéenne raffinée au cœur de Bastia"
|
||||
description="Savourez une expérience culinaire élégante dans notre terrasse privée intime à deux pas du Vieux-Port."
|
||||
tag="Restaurant Bastia"
|
||||
buttons={[
|
||||
{ text: "Appeler maintenant", href: "tel:+33495000000" },
|
||||
{ text: "Réserver une table", href: "#contact" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/decoration-bean-old-closeup-aroma_1203-5601.jpg", imageAlt: "Terrasse privée Le Mademoiselle" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-presentation-with-edible-flowers_23-2151973720.jpg", imageAlt: "Plat Signature Poulpe" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="4.7★ | 624 avis Google"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="L'excellence de la tradition corse"
|
||||
description="Niché dans le vieux Bastia, Le Mademoiselle marie héritage culinaire corse et modernité. Notre chef sélectionne les meilleurs produits de saison pour offrir une cuisine sincère et créative, sublimée par une terrasse privée propice aux confidences."
|
||||
tag="Notre Philosophie"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Produits frais",
|
||||
description: "Sélection rigoureuse des meilleurs produits locaux.",
|
||||
},
|
||||
{
|
||||
title: "Cadre unique",
|
||||
description: "Terrasse privée à deux pas du port.",
|
||||
},
|
||||
{
|
||||
title: "Passion artisanale",
|
||||
description: "Une cuisine qui raconte une histoire.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-enjoying-dish-made-oysters_23-2150320457.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="L'excellence de la tradition corse"
|
||||
description="Niché dans le vieux Bastia, Le Mademoiselle marie héritage culinaire corse et modernité. Notre chef sélectionne les meilleurs produits de saison pour offrir une cuisine sincère et créative, sublimée par une terrasse privée propice aux confidences."
|
||||
tag="Notre Philosophie"
|
||||
bulletPoints={[
|
||||
{ title: "Produits frais", description: "Sélection rigoureuse des meilleurs produits locaux." },
|
||||
{ title: "Cadre unique", description: "Terrasse privée à deux pas du port." },
|
||||
{ title: "Passion artisanale", description: "Une cuisine qui raconte une histoire." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-enjoying-dish-made-oysters_23-2150320457.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Poulpe grillé",
|
||||
price: "28€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-dish-with-octopus-arms-with-spices-white-plate-with-silverware_181624-31962.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Magret de canard",
|
||||
price: "26€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-apricot-peach-served-with-cheese-mint_141793-2244.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Tiramisu praliné",
|
||||
price: "12€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-tiramisu-biscuits_23-2147772020.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Poisson du jour",
|
||||
price: "32€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-spanish-food_23-2149210886.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Entrée Corse",
|
||||
price: "18€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lamb-wrapped-with-dough-tomato-sauce_114579-2133.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Dessert Corse",
|
||||
price: "14€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delightful-tasty-dessert-celebration_140725-113484.jpg",
|
||||
},
|
||||
]}
|
||||
title="Nos suggestions signature"
|
||||
description="Une carte évolutive au rythme des saisons."
|
||||
/>
|
||||
</div>
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "p1", name: "Poulpe grillé", price: "28€", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-dish-with-octopus-arms-with-spices-white-plate-with-silverware_181624-31962.jpg" },
|
||||
{ id: "p2", name: "Magret de canard", price: "26€", imageSrc: "http://img.b2bpic.net/free-photo/grilled-apricot-peach-served-with-cheese-mint_141793-2244.jpg" },
|
||||
{ id: "p3", name: "Tiramisu praliné", price: "12€", imageSrc: "http://img.b2bpic.net/free-photo/fresh-tiramisu-biscuits_23-2147772020.jpg" }
|
||||
]}
|
||||
title="Nos suggestions signature"
|
||||
description="Une carte évolutive au rythme des saisons."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
date: "Il y a 2 semaines",
|
||||
title: "Magnifique",
|
||||
quote: "Un moment inoubliable sur la terrasse, cuisine raffinée.",
|
||||
tag: "5/5",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decoration-bean-old-closeup-aroma_1203-5601.jpg?_wi=2",
|
||||
imageAlt: "happy customer dining restaurant",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marc T.",
|
||||
date: "Il y a 1 mois",
|
||||
title: "Excellente adresse",
|
||||
quote: "Service impeccable et produits locaux de haute qualité.",
|
||||
tag: "5/5",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-woman-her-handsome-boyfriend-happy-cheerful-family-couple-cheering-with-glasses-red-wine-their-date-restaurant-they-taking-selfie-veranda-cafe-street_158538-23990.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-dish-made-oysters_23-2150320457.jpg?_wi=2",
|
||||
imageAlt: "happy customer dining restaurant",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Julie M.",
|
||||
date: "Il y a 3 jours",
|
||||
title: "Un vrai bonheur",
|
||||
quote: "Une cuisine corse inventive que je recommande vivement.",
|
||||
tag: "5/5",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491778.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-presentation-with-edible-flowers_23-2151973720.jpg?_wi=2",
|
||||
imageAlt: "happy customer dining restaurant",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Paul D.",
|
||||
date: "Il y a 2 mois",
|
||||
title: "À refaire",
|
||||
quote: "Un cadre sublime pour un dîner romantique.",
|
||||
tag: "5/5",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-couple-enjoying-with-friends-while-drinking-beer-communicating-tavern_637285-2421.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-apricot-peach-served-with-cheese-mint_141793-2244.jpg?_wi=2",
|
||||
imageAlt: "happy customer dining restaurant",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sophie L.",
|
||||
date: "Il y a 2 semaines",
|
||||
title: "Parfait",
|
||||
quote: "Ambiance intimiste et saveurs méditerranéennes.",
|
||||
tag: "5/5",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-tiramisu-biscuits_23-2147772020.jpg?_wi=2",
|
||||
imageAlt: "happy customer dining restaurant",
|
||||
},
|
||||
]}
|
||||
title="Ce que nos clients disent"
|
||||
description="624 avis qui soulignent l'authenticité de notre service et la qualité de notre terrasse."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah J.", date: "Il y a 2 semaines", title: "Magnifique", quote: "Un moment inoubliable sur la terrasse, cuisine raffinée.", tag: "5/5", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg", imageSrc: "http://img.b2bpic.net/free-photo/decoration-bean-old-closeup-aroma_1203-5601.jpg" },
|
||||
{ id: "2", name: "Marc T.", date: "Il y a 1 mois", title: "Excellente adresse", quote: "Service impeccable et produits locaux de haute qualité.", tag: "5/5", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-woman-her-handsome-boyfriend-happy-cheerful-family-couple-cheering-with-glasses-red-wine-their-date-restaurant-they-taking-selfie-veranda-cafe-street_158538-23990.jpg", imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-dish-made-oysters_23-2150320457.jpg" }
|
||||
]}
|
||||
title="Ce que nos clients disent"
|
||||
description="624 avis qui soulignent l'authenticité de notre service et la qualité de notre terrasse."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background="circleGradient"
|
||||
tag="Contact / Réservation"
|
||||
title="Réservez votre table"
|
||||
description="Nous vous répondons rapidement pour confirmer votre réservation."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/french-restaurant-scene-with-menu-board_1147-447.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Contact / Réservation"
|
||||
title="Réservez votre table"
|
||||
description="Nous vous répondons rapidement pour confirmer votre réservation."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/french-restaurant-scene-with-menu-board_1147-447.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Le Mademoiselle"
|
||||
columns={[
|
||||
{
|
||||
title: "Accès",
|
||||
items: [
|
||||
{
|
||||
label: "4 Rue Font Neuve, 20200 Bastia",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Google Maps",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "04 95 00 00 00",
|
||||
href: "tel:+33495000000",
|
||||
},
|
||||
{
|
||||
label: "Réservations",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
{
|
||||
label: "Voir la carte",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Chef",
|
||||
href: "#about",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Le Mademoiselle Bastia"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Le Mademoiselle"
|
||||
columns={[
|
||||
{ title: "Accès", items: [{ label: "4 Rue Font Neuve, 20200 Bastia", href: "#" }, { label: "Google Maps", href: "https://maps.google.com" }] },
|
||||
{ title: "Contact", items: [{ label: "04 95 00 00 00", href: "tel:+33495000000" }, { label: "Réservations", href: "#contact" }] }
|
||||
]}
|
||||
copyrightText="© 2024 Le Mademoiselle Bastia"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user