Update src/app/page.tsx
This commit is contained in:
249
src/app/page.tsx
249
src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
{
|
||||
name: "Avis",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Accueil", id: "#hero" },
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "Avis", id: "#testimonials" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]}
|
||||
brandName="Yallah Habibi"
|
||||
/>
|
||||
@@ -53,52 +41,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
title="Yallah Habibi"
|
||||
description="Découvrez le vrai goût de l'Irak en plein cœur de Sherbrooke. Grillades au charbon, recettes ancestrales et hospitalité chaleureuse pour une expérience culinaire inoubliable."
|
||||
buttons={[
|
||||
{
|
||||
text: "Commander maintenant",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Voir le menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{ text: "Commander maintenant", href: "#menu" },
|
||||
{ text: "Voir le menu", href: "#menu" }
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "c1",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DlGtwTOKuiId81WmkodkHD47oG/uploaded-1778849515500-hwv465jv.png?_wi=1",
|
||||
imageAlt: "Plat irakien",
|
||||
},
|
||||
{
|
||||
id: "c2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-with-lemon-light-white-space_140725-79718.jpg",
|
||||
imageAlt: "Grillades au charbon",
|
||||
},
|
||||
{
|
||||
id: "c3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burning-charcoals-frying-meat-oven-side-view_141793-15453.jpg",
|
||||
imageAlt: "Ambiance restaurant",
|
||||
},
|
||||
{
|
||||
id: "c4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crepes-stuffed-with-food-cream-sauce-top-with-grilled-food_114579-2990.jpg",
|
||||
imageAlt: "Kebabs traditionnels",
|
||||
},
|
||||
{
|
||||
id: "c5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-meal-with-bread-green-table-food-meal-restaurant_140725-28204.jpg",
|
||||
imageAlt: "Cuisine authentique",
|
||||
},
|
||||
{
|
||||
id: "c6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burning-firewood-with-bright-flame-flickering-coals_23-2148253413.jpg",
|
||||
imageAlt: "Assiette familiale",
|
||||
},
|
||||
{ id: "c1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DlGtwTOKuiId81WmkodkHD47oG/uploaded-1778849515500-hwv465jv.png", imageAlt: "Plat irakien" },
|
||||
{ id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-with-lemon-light-white-space_140725-79718.jpg", imageAlt: "Grillades au charbon" },
|
||||
{ id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/burning-charcoals-frying-meat-oven-side-view_141793-15453.jpg", imageAlt: "Ambiance restaurant" },
|
||||
{ id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/crepes-stuffed-with-food-cream-sauce-top-with-grilled-food_114579-2990.jpg", imageAlt: "Kebabs traditionnels" },
|
||||
{ id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meal-with-bread-green-table-food-meal-restaurant_140725-28204.jpg", imageAlt: "Cuisine authentique" },
|
||||
{ id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/burning-firewood-with-bright-flame-flickering-coals_23-2148253413.jpg", imageAlt: "Assiette familiale" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -110,20 +66,11 @@ export default function LandingPage() {
|
||||
title="Notre Héritage"
|
||||
description="Yallah Habibi n'est pas juste un restaurant, c'est une célébration de la culture irakienne. Chaque plat est préparé selon des recettes familiales transmises de génération en génération, avec cette touche unique du feu de bois qui transforme un simple repas en un voyage sensoriel."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Tradition",
|
||||
description: "Des recettes authentiques d'Irak.",
|
||||
},
|
||||
{
|
||||
title: "Qualité",
|
||||
description: "Grillades au charbon de bois frais.",
|
||||
},
|
||||
{
|
||||
title: "Hospitalité",
|
||||
description: "Une ambiance familiale et chaleureuse.",
|
||||
},
|
||||
{ title: "Tradition", description: "Des recettes authentiques d'Irak." },
|
||||
{ title: "Qualité", description: "Grillades au charbon de bois frais." },
|
||||
{ title: "Hospitalité", description: "Une ambiance familiale et chaleureuse." }
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DlGtwTOKuiId81WmkodkHD47oG/uploaded-1778849515500-hf1rnf6s.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DlGtwTOKuiId81WmkodkHD47oG/uploaded-1778849515500-hf1rnf6s.png"
|
||||
imageAlt="Cuisine irakienne traditionnelle"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -136,42 +83,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Shish Taouk",
|
||||
price: "24$",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-kebab-with-onions-herbs-wooden-board_140725-10165.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Mix Grill Irakien",
|
||||
price: "32$",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tike-kebab-skewers-pita-bread-with-vegetable-salad-ketchup_141793-4251.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Kebab Traditionnel",
|
||||
price: "26$",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-with-rosemary-black-plate_84443-94427.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Grillades au charbon",
|
||||
price: "28$",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-vegetables-plate-top-view_140725-9446.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Assiette familiale",
|
||||
price: "55$",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-cuts-tobacco-pita-bread-with-sauce-onions_141793-4266.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Riz parfumé",
|
||||
price: "18$",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dushpara-with-pomegranate-seeds-vinegar-dough-board-table_176474-3346.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Shish Taouk", price: "24$", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-kebab-with-onions-herbs-wooden-board_140725-10165.jpg" },
|
||||
{ id: "p2", name: "Mix Grill Irakien", price: "32$", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tike-kebab-skewers-pita-bread-with-vegetable-salad-ketchup_141793-4251.jpg" },
|
||||
{ id: "p3", name: "Kebab Traditionnel", price: "26$", imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-with-rosemary-black-plate_84443-94427.jpg" },
|
||||
{ id: "p4", name: "Grillades au charbon", price: "28$", imageSrc: "http://img.b2bpic.net/free-photo/cheese-vegetables-plate-top-view_140725-9446.jpg" },
|
||||
{ id: "p5", name: "Assiette familiale", price: "55$", imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-cuts-tobacco-pita-bread-with-sauce-onions_141793-4266.jpg" },
|
||||
{ id: "p6", name: "Riz parfumé", price: "18$", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dushpara-with-pomegranate-seeds-vinegar-dough-board-table_176474-3346.jpg" }
|
||||
]}
|
||||
title="Menu Signature"
|
||||
description="Découvrez nos plats emblématiques préparés avec passion."
|
||||
@@ -180,25 +97,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Grillades authentiques",
|
||||
description: "Le goût inimitable du charbon.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-fried-meat-with-pomegranate-sauce_140725-3461.jpg",
|
||||
},
|
||||
{
|
||||
title: "Produits frais",
|
||||
description: "Des ingrédients de première qualité.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-kebab-with-lemon-ketchup_23-2148685532.jpg",
|
||||
},
|
||||
{
|
||||
title: "Service chaleureux",
|
||||
description: "L'hospitalité orientale à Sherbrooke.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-pork-ribs-steak-wooden-board-food-styling_53876-65448.jpg",
|
||||
},
|
||||
{ title: "Grillades authentiques", description: "Le goût inimitable du charbon.", imageSrc: "http://img.b2bpic.net/free-photo/mixed-fried-meat-with-pomegranate-sauce_140725-3461.jpg" },
|
||||
{ title: "Produits frais", description: "Des ingrédients de première qualité.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-kebab-with-lemon-ketchup_23-2148685532.jpg" },
|
||||
{ title: "Service chaleureux", description: "L'hospitalité orientale à Sherbrooke.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-pork-ribs-steak-wooden-board-food-styling_53876-65448.jpg" }
|
||||
]}
|
||||
title="Une expérience unique"
|
||||
description="Plus qu'un repas, une immersion complète dans la culture irakienne."
|
||||
@@ -211,30 +117,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "4.8★",
|
||||
title: "Note moyenne",
|
||||
items: [
|
||||
"121 avis authentiques",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100%",
|
||||
title: "Authenticité",
|
||||
items: [
|
||||
"Recettes irakiennes réelles",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Chaleureuse",
|
||||
title: "Ambiance",
|
||||
items: [
|
||||
"Comme à la maison",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "4.8★", title: "Note moyenne", items: ["121 avis authentiques"] },
|
||||
{ id: "m2", value: "100%", title: "Authenticité", items: ["Recettes irakiennes réelles"] },
|
||||
{ id: "m3", value: "Chaleureuse", title: "Ambiance", items: ["Comme à la maison"] }
|
||||
]}
|
||||
title="La passion en chiffres"
|
||||
description="Ce que nos clients disent de nous à Sherbrooke."
|
||||
@@ -246,61 +131,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
date: "Il y a 1 mois",
|
||||
title: "Excellent !",
|
||||
quote: "Real taste of Iraq. Delicious food, great vibes, and friendly staff.",
|
||||
tag: "Habituée",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/ramadan-celebration-with-delicious-food_23-2151404423.jpg",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DlGtwTOKuiId81WmkodkHD47oG/uploaded-1778849515499-r5b0qhl3.png",
|
||||
imageAlt: "happy customer dining restaurant",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marc T.",
|
||||
date: "Il y a 2 mois",
|
||||
title: "Incontournable",
|
||||
quote: "The service was quick and the food was delicious and authentic!",
|
||||
tag: "Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/rectangle-view-business-bow-hand_1368-2449.jpg",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DlGtwTOKuiId81WmkodkHD47oG/uploaded-1778849515500-hf1rnf6s.png?_wi=2",
|
||||
imageAlt: "happy customer dining restaurant",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Julie L.",
|
||||
date: "Il y a 3 mois",
|
||||
title: "Le meilleur de Sherbrooke",
|
||||
quote: "Literally the best food you can find in Sherbrooke.",
|
||||
tag: "Habituée",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-redhead-woman-eating-some-street-food_23-2148952874.jpg",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DlGtwTOKuiId81WmkodkHD47oG/uploaded-1778849515500-hwv465jv.png?_wi=2",
|
||||
imageAlt: "happy customer dining restaurant",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Alex R.",
|
||||
date: "Il y a 4 mois",
|
||||
title: "Super expérience",
|
||||
quote: "Felt like my family had cooked our meal.",
|
||||
tag: "Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/family-gathering-with-gay-partners_23-2151077634.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-kebab-with-onions-herbs-wooden-board_140725-10165.jpg?_wi=2",
|
||||
imageAlt: "happy customer dining restaurant",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sophie M.",
|
||||
date: "Il y a 5 mois",
|
||||
title: "Top !",
|
||||
quote: "The food is different, delicious and in good quantity.",
|
||||
tag: "Cliente",
|
||||
avatarSrc: "http://img.b2bpic.net/free-vector/beautiful-autumn-pattern-collection_23-2147876513.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tike-kebab-skewers-pita-bread-with-vegetable-salad-ketchup_141793-4251.jpg?_wi=2",
|
||||
imageAlt: "happy customer dining restaurant",
|
||||
},
|
||||
{ id: "t1", name: "Sarah J.", date: "Il y a 1 mois", title: "Excellent !", quote: "Real taste of Iraq. Delicious food, great vibes, and friendly staff.", tag: "Habituée", avatarSrc: "http://img.b2bpic.net/free-photo/ramadan-celebration-with-delicious-food_23-2151404423.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DlGtwTOKuiId81WmkodkHD47oG/uploaded-1778849515499-r5b0qhl3.png", imageAlt: "happy customer dining restaurant" },
|
||||
{ id: "t2", name: "Marc T.", date: "Il y a 2 mois", title: "Incontournable", quote: "The service was quick and the food was delicious and authentic!", tag: "Client", avatarSrc: "http://img.b2bpic.net/free-photo/rectangle-view-business-bow-hand_1368-2449.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DlGtwTOKuiId81WmkodkHD47oG/uploaded-1778849515500-hf1rnf6s.png", imageAlt: "happy customer dining restaurant" },
|
||||
{ id: "t3", name: "Julie L.", date: "Il y a 3 mois", title: "Le meilleur de Sherbrooke", quote: "Literally the best food you can find in Sherbrooke.", tag: "Habituée", avatarSrc: "http://img.b2bpic.net/free-photo/happy-redhead-woman-eating-some-street-food_23-2148952874.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DlGtwTOKuiId81WmkodkHD47oG/uploaded-1778849515500-hwv465jv.png", imageAlt: "happy customer dining restaurant" },
|
||||
{ id: "t4", name: "Alex R.", date: "Il y a 4 mois", title: "Super expérience", quote: "Felt like my family had cooked our meal.", tag: "Client", avatarSrc: "http://img.b2bpic.net/free-photo/family-gathering-with-gay-partners_23-2151077634.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-kebab-with-onions-herbs-wooden-board_140725-10165.jpg", imageAlt: "happy customer dining restaurant" },
|
||||
{ id: "t5", name: "Sophie M.", date: "Il y a 5 mois", title: "Top !", quote: "The food is different, delicious and in good quantity.", tag: "Cliente", avatarSrc: "http://img.b2bpic.net/free-vector/beautiful-autumn-pattern-collection_23-2147876513.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tike-kebab-skewers-pita-bread-with-vegetable-salad-ketchup_141793-4251.jpg", imageAlt: "happy customer dining restaurant" }
|
||||
]}
|
||||
title="Ce que disent nos habitués"
|
||||
description="L'authenticité irakienne au cœur de nos clients."
|
||||
@@ -310,19 +145,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
text="13 10e Avenue N, Sherbrooke, QC J1E 2T1 | (819) 861-2118 | Ouvert dès 11h."
|
||||
buttons={[
|
||||
{
|
||||
text: "Obtenir l'itinéraire",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
{
|
||||
text: "Réserver",
|
||||
href: "#",
|
||||
},
|
||||
{ text: "Obtenir l'itinéraire", href: "https://maps.google.com" },
|
||||
{ text: "Réserver", href: "#" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user