Update src/app/page.tsx
This commit is contained in:
238
src/app/page.tsx
238
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Accueil", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "À Propos",
|
||||
id: "about",
|
||||
},
|
||||
name: "À Propos", id: "about"},
|
||||
{
|
||||
name: "Avis",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Avis", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Le Bardo"
|
||||
/>
|
||||
@@ -59,21 +49,16 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
logoText="Le Bardo"
|
||||
description="Cuisine Algérienne Raffinée au Cœur d’Alger. Une expérience gastronomique authentique dans un cadre élégant."
|
||||
buttons={[
|
||||
{
|
||||
text: "Réserver une table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Réserver une table", href: "#contact"},
|
||||
{
|
||||
text: "Voir le menu",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Voir le menu", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-plates-cutlery-glass_23-2148914882.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-plates-cutlery-glass_23-2148914882.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -86,19 +71,13 @@ export default function LandingPage() {
|
||||
description="Le Bardo incarne l'élégance de la gastronomie algérienne. Inspirés par nos racines, nous transformons des ingrédients frais en chefs-d'œuvre culinaires au sein d'une hospitalité chaleureuse."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Authenticité",
|
||||
description: "Recettes transmises de génération en génération.",
|
||||
},
|
||||
title: "Authenticité", description: "Recettes transmises de génération en génération."},
|
||||
{
|
||||
title: "Cadre Élégant",
|
||||
description: "Une atmosphère raffinée pour vos occasions spéciales.",
|
||||
},
|
||||
title: "Cadre Élégant", description: "Une atmosphère raffinée pour vos occasions spéciales."},
|
||||
{
|
||||
title: "Ingrédients Locaux",
|
||||
description: "Sélection rigoureuse des meilleurs produits du terroir.",
|
||||
},
|
||||
title: "Ingrédients Locaux", description: "Sélection rigoureuse des meilleurs produits du terroir."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081875.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081875.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -111,41 +90,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Spaghettis Aux Fruits de Mer",
|
||||
price: "2,800 DA",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cast-iron-pan-mussels-cream-sauce-garnished-with-fresh-herbs_140725-1442.jpg?_wi=1",
|
||||
},
|
||||
id: "p1", name: "Spaghettis Aux Fruits de Mer", price: "2,800 DA", imageSrc: "http://img.b2bpic.net/free-photo/cast-iron-pan-mussels-cream-sauce-garnished-with-fresh-herbs_140725-1442.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Côtelettes d’Agneau",
|
||||
price: "3,200 DA",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lamb-rib-kebab-served-with-fresh-herbs-baby-potato-tomato-sauce_140725-1384.jpg",
|
||||
},
|
||||
id: "p2", name: "Côtelettes d’Agneau", price: "3,200 DA", imageSrc: "http://img.b2bpic.net/free-photo/lamb-rib-kebab-served-with-fresh-herbs-baby-potato-tomato-sauce_140725-1384.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Avocat Crevettes",
|
||||
price: "1,900 DA",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-bruschetta-with-avocado-cream-cheese-served-with-salad_140725-1619.jpg",
|
||||
},
|
||||
id: "p3", name: "Avocat Crevettes", price: "1,900 DA", imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-bruschetta-with-avocado-cream-cheese-served-with-salad_140725-1619.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Agneau Madras",
|
||||
price: "2,900 DA",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-lamb-ribs-extreme-close-up_23-2148516956.jpg",
|
||||
},
|
||||
id: "p4", name: "Agneau Madras", price: "2,900 DA", imageSrc: "http://img.b2bpic.net/free-photo/grilled-lamb-ribs-extreme-close-up_23-2148516956.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Nougat Glacé",
|
||||
price: "1,200 DA",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-creamy-cake-with-raisins-cup-tea-light-dark-background_140725-80172.jpg",
|
||||
},
|
||||
id: "p5", name: "Nougat Glacé", price: "1,200 DA", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-creamy-cake-with-raisins-cup-tea-light-dark-background_140725-80172.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Plateau Royal",
|
||||
price: "4,500 DA",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-dish-with-quinoa-meat_181624-28743.jpg",
|
||||
},
|
||||
id: "p6", name: "Plateau Royal", price: "4,500 DA", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dish-with-quinoa-meat_181624-28743.jpg"},
|
||||
]}
|
||||
title="Nos Signatures"
|
||||
description="Découvrez une sélection de mets raffinés, alliant tradition et modernité."
|
||||
@@ -158,45 +113,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Une expérience mémorable",
|
||||
quote: "La cuisine est exceptionnelle, le service impeccable. Un lieu unique à Alger.",
|
||||
name: "Sarah Mansour",
|
||||
role: "Dîner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-cocktail_23-2150124818.jpg",
|
||||
},
|
||||
id: "t1", title: "Une expérience mémorable", quote: "La cuisine est exceptionnelle, le service impeccable. Un lieu unique à Alger.", name: "Sarah Mansour", role: "Dîner", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-cocktail_23-2150124818.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Cadre romantique",
|
||||
quote: "Parfait pour un dîner en amoureux. L'ambiance est feutrée et le menu raffiné.",
|
||||
name: "Karim Bouziane",
|
||||
role: "Dîner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190917.jpg",
|
||||
},
|
||||
id: "t2", title: "Cadre romantique", quote: "Parfait pour un dîner en amoureux. L'ambiance est feutrée et le menu raffiné.", name: "Karim Bouziane", role: "Dîner", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190917.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Service irréprochable",
|
||||
quote: "Une adresse incontournable pour les amateurs de bonne chère.",
|
||||
name: "Amira Haddad",
|
||||
role: "Dîner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-outside-smiling_23-2147805662.jpg",
|
||||
},
|
||||
id: "t3", title: "Service irréprochable", quote: "Une adresse incontournable pour les amateurs de bonne chère.", name: "Amira Haddad", role: "Dîner", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-outside-smiling_23-2147805662.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Ambiance familiale",
|
||||
quote: "Très accueillant, même pour les grandes familles. Qualité constante.",
|
||||
name: "Yacine Belkacem",
|
||||
role: "Dîner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-pasta-italian-restaurant_1303-24360.jpg",
|
||||
},
|
||||
id: "t4", title: "Ambiance familiale", quote: "Très accueillant, même pour les grandes familles. Qualité constante.", name: "Yacine Belkacem", role: "Dîner", imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-pasta-italian-restaurant_1303-24360.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Une perle rare",
|
||||
quote: "Le meilleur restaurant traditionnel que j'ai pu visiter à Alger.",
|
||||
name: "Fatima Zahra",
|
||||
role: "Dîner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150519983.jpg",
|
||||
},
|
||||
id: "t5", title: "Une perle rare", quote: "Le meilleur restaurant traditionnel que j'ai pu visiter à Alger.", name: "Fatima Zahra", role: "Dîner", imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150519983.jpg"},
|
||||
]}
|
||||
title="Ce que nos convives pensent"
|
||||
description="Témoignages de nos clients qui ont savouré l'expérience Bardo."
|
||||
@@ -210,64 +135,37 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Ambiance Unique",
|
||||
description: "Décoration élégante et raffinée.",
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
title: "Ambiance Unique", description: "Décoration élégante et raffinée.", bentoComponent: "media-stack", items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-tower-full-champaigne-mosaic-background_8353-10398.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-tower-full-champaigne-mosaic-background_8353-10398.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5747.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5747.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-stock-photo-extremely-trendy-luxurious-brunette-model-crop-top-silver-sparkling-jacket-black-trousers-high-heels-model-trendy-outfit-sitting-bar-stool-club-bar_132075-8992.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-stock-photo-extremely-trendy-luxurious-brunette-model-crop-top-silver-sparkling-jacket-black-trousers-high-heels-model-trendy-outfit-sitting-bar-stool-club-bar_132075-8992.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-plates-cutlery-glass_23-2148914882.jpg?_wi=2",
|
||||
imageAlt: "luxury restaurant interior decor",
|
||||
},
|
||||
{
|
||||
title: "Savoir-Faire",
|
||||
description: "L'art de recevoir à la française et l'âme algérienne.",
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
title: "Savoir-Faire", description: "L'art de recevoir à la française et l'âme algérienne.", bentoComponent: "media-stack", items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classic-luxury-style-restaurant-with-tables-chairs_140725-9389.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classic-luxury-style-restaurant-with-tables-chairs_140725-9389.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-lavender-interior-design_23-2151561244.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-lavender-interior-design_23-2151561244.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-restaurant_74190-4464.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-restaurant_74190-4464.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081875.jpg?_wi=2",
|
||||
imageAlt: "luxury restaurant interior decor",
|
||||
},
|
||||
{
|
||||
title: "Réservez Votre Table",
|
||||
description: "Une expérience culinaire vous attend.",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "Réservez Votre Table", description: "Une expérience culinaire vous attend.", bentoComponent: "icon-info-cards", items: [
|
||||
{
|
||||
icon: Calendar,
|
||||
label: "Réservation",
|
||||
value: "En ligne",
|
||||
},
|
||||
label: "Réservation", value: "En ligne"},
|
||||
{
|
||||
icon: Phone,
|
||||
label: "Contact",
|
||||
value: "Appelez-nous",
|
||||
},
|
||||
label: "Contact", value: "Appelez-nous"},
|
||||
{
|
||||
icon: MessageSquare,
|
||||
label: "WhatsApp",
|
||||
value: "Disponible",
|
||||
},
|
||||
label: "WhatsApp", value: "Disponible"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cast-iron-pan-mussels-cream-sauce-garnished-with-fresh-herbs_140725-1442.jpg?_wi=2",
|
||||
imageAlt: "luxury restaurant interior decor",
|
||||
},
|
||||
]}
|
||||
title="Immersion au Bardo"
|
||||
@@ -281,25 +179,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Faut-il réserver ?",
|
||||
content: "Il est vivement conseillé de réserver, surtout les week-ends.",
|
||||
},
|
||||
id: "f1", title: "Faut-il réserver ?", content: "Il est vivement conseillé de réserver, surtout les week-ends."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Proposez-vous des options végétariennes ?",
|
||||
content: "Oui, notre chef propose des alternatives adaptées.",
|
||||
},
|
||||
id: "f2", title: "Proposez-vous des options végétariennes ?", content: "Oui, notre chef propose des alternatives adaptées."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Le parking est-il disponible ?",
|
||||
content: "Un service voiturier est disponible pour votre confort.",
|
||||
},
|
||||
id: "f3", title: "Le parking est-il disponible ?", content: "Un service voiturier est disponible pour votre confort."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Acceptez-vous les événements privés ?",
|
||||
content: "Nous organisons régulièrement des événements sur mesure.",
|
||||
},
|
||||
id: "f4", title: "Acceptez-vous les événements privés ?", content: "Nous organisons régulièrement des événements sur mesure."},
|
||||
]}
|
||||
title="Questions fréquentes"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -311,8 +197,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Réservez une Table"
|
||||
description="Réservez facilement par téléphone, via WhatsApp ou par notre formulaire."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg"
|
||||
@@ -325,50 +210,31 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Restaurant",
|
||||
items: [
|
||||
title: "Restaurant", items: [
|
||||
{
|
||||
label: "À Propos",
|
||||
href: "#about",
|
||||
},
|
||||
label: "À Propos", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Menu", href: "#products"},
|
||||
{
|
||||
label: "Réservations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Réservations", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Adresse",
|
||||
href: "#",
|
||||
},
|
||||
label: "Adresse", href: "#"},
|
||||
{
|
||||
label: "Téléphone",
|
||||
href: "tel:+213123456789",
|
||||
},
|
||||
label: "Téléphone", href: "tel:+213123456789"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/213123456789",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/213123456789"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Légal",
|
||||
items: [
|
||||
title: "Légal", items: [
|
||||
{
|
||||
label: "Politique de confidentialité",
|
||||
href: "#",
|
||||
},
|
||||
label: "Politique de confidentialité", href: "#"},
|
||||
{
|
||||
label: "Mentions légales",
|
||||
href: "#",
|
||||
},
|
||||
label: "Mentions légales", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user