Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c8cc52563f | |||
| e959aa97d1 | |||
| 682fd04950 | |||
| 5f5c161461 |
179
src/app/page.tsx
179
src/app/page.tsx
@@ -28,22 +28,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
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="BELLA BELLA"
|
||||
/>
|
||||
@@ -54,38 +42,17 @@ export default function LandingPage() {
|
||||
title="BELLA BELLA Fast Food — Le Goût Authentique de Bujumbura"
|
||||
description="Une véritable perle cachée au cœur de la ville. Des repas savoureux, préparés rapidement, pour sur place ou à emporter."
|
||||
buttons={[
|
||||
{
|
||||
text: "Découvrir le Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Commander Vite (WhatsApp)",
|
||||
href: "https://wa.me/25779590923",
|
||||
},
|
||||
{ text: "Découvrir le Menu", href: "#menu" },
|
||||
{ text: "Commander Vite (WhatsApp)", href: "https://wa.me/25779590923" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/classic-cheeseburger-with-french-fries-table_140725-4584.jpg"
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-caucasian-woman-eating-tasty-classic-burger-angry-mad-screaming-frustrated-furious-shouting-with-anger-looking-up_839833-29909.jpg",
|
||||
alt: "happy customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-hppy-funny-young-stylish-young-woman-grey-t-shirt-expressing-camera_291049-2384.jpg",
|
||||
alt: "happy customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/appetizing-chicken-burger-female-hands-fast-food-restaurant_169016-49127.jpg",
|
||||
alt: "happy customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-young-woman-enjoying-tasty-snack-cafe_7502-9271.jpg",
|
||||
alt: "happy customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-smiling-professional-woman-having-coffee-break-her-full-working-day-she-holds-paper-cup-outdoors-near-business-building-while-relaxing-enjoying-her-beverage_158595-6865.jpg",
|
||||
alt: "happy customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-caucasian-woman-eating-tasty-classic-burger-angry-mad-screaming-frustrated-furious-shouting-with-anger-looking-up_839833-29909.jpg", alt: "happy customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-hppy-funny-young-stylish-young-woman-grey-t-shirt-expressing-camera_291049-2384.jpg", alt: "happy customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/appetizing-chicken-burger-female-hands-fast-food-restaurant_169016-49127.jpg", alt: "happy customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cheerful-young-woman-enjoying-tasty-snack-cafe_7502-9271.jpg", alt: "happy customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-smiling-professional-woman-having-coffee-break-her-full-working-day-she-holds-paper-cup-outdoors-near-business-building-while-relaxing-enjoying-her-beverage_158595-6865.jpg", alt: "happy customer 5" }
|
||||
]}
|
||||
avatarText="Rejoignez nos +500 clients satisfaits à Bujumbura"
|
||||
/>
|
||||
@@ -98,18 +65,9 @@ export default function LandingPage() {
|
||||
title="Informations Pratiques"
|
||||
description="Retrouvez-nous pour une expérience unique au cœur de Bujumbura."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Ouverture",
|
||||
description: "Tous les jours jusqu'à Minuit (00:00)",
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
description: "H922+9VR, Bujumbura, Burundi",
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
description: "WhatsApp : +257 79 59 09 23",
|
||||
},
|
||||
{ title: "Ouverture", description: "Tous les jours jusqu'à Minuit (00:00)" },
|
||||
{ title: "Location", description: "H922+9VR, Bujumbura, Burundi" },
|
||||
{ title: "Contact", description: "WhatsApp : +257 79 59 09 23" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bold-metro-station-chatelet-paris_23-2148232435.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -123,60 +81,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Burgers",
|
||||
name: "Burger Bella Premium",
|
||||
price: "15,000 BIF",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-cheeseburger-with-fresh-ingredients-attached-with-skewers-stick_181624-41067.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Frites",
|
||||
name: "Frites Croustillantes",
|
||||
price: "5,000 BIF",
|
||||
rating: 4,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/french-fries-sauce_1388-137.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Grillades",
|
||||
name: "Brochette Royale",
|
||||
price: "12,000 BIF",
|
||||
rating: 5,
|
||||
reviewCount: "200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-pieces-barbecue-fire-made-with-coals_181624-27188.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Boissons",
|
||||
name: "Jus Naturel",
|
||||
price: "3,500 BIF",
|
||||
rating: 5,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-fresh-mint-drink-wooden-surface_23-2148145385.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Burgers",
|
||||
name: "Chicken Burger",
|
||||
price: "13,000 BIF",
|
||||
rating: 4,
|
||||
reviewCount: "60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-menu-wooden-board_114579-1103.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Boissons",
|
||||
name: "Soda Frais",
|
||||
price: "2,000 BIF",
|
||||
rating: 4,
|
||||
reviewCount: "90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-juicy-drinks-sliced-lime-orange_23-2148145377.jpg",
|
||||
},
|
||||
{ id: "1", brand: "Burgers", name: "Burger Bella Premium", price: "15,000 BIF", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-cheeseburger-with-fresh-ingredients-attached-with-skewers-stick_181624-41067.jpg" },
|
||||
{ id: "2", brand: "Frites", name: "Frites Croustillantes", price: "5,000 BIF", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/french-fries-sauce_1388-137.jpg" },
|
||||
{ id: "3", brand: "Grillades", name: "Brochette Royale", price: "12,000 BIF", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-pieces-barbecue-fire-made-with-coals_181624-27188.jpg" },
|
||||
{ id: "4", brand: "Boissons", name: "Jus Naturel", price: "3,500 BIF", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/glass-fresh-mint-drink-wooden-surface_23-2148145385.jpg" },
|
||||
{ id: "5", brand: "Burgers", name: "Chicken Burger", price: "13,000 BIF", rating: 4, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/burger-menu-wooden-board_114579-1103.jpg" },
|
||||
{ id: "6", brand: "Boissons", name: "Soda Frais", price: "2,000 BIF", rating: 4, reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/fresh-juicy-drinks-sliced-lime-orange_23-2148145377.jpg" }
|
||||
]}
|
||||
title="Notre Menu"
|
||||
description="Des saveurs authentiques pour tous les goûts."
|
||||
@@ -190,46 +100,11 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Francis Lugonzo",
|
||||
role: "Local",
|
||||
company: "Client Google",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-burger-showing-approval_23-2148705546.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Inteyiteka Ducharme",
|
||||
role: "Fidèle",
|
||||
company: "Client Google",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ndibu Kanku",
|
||||
role: "Vip",
|
||||
company: "Client Google",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marie N.",
|
||||
role: "Client",
|
||||
company: "Client Google",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-black-woman-posing_23-2150247805.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jean B.",
|
||||
role: "Client",
|
||||
company: "Client Google",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-coffee-cup_23-2149005429.jpg",
|
||||
},
|
||||
{ id: "1", name: "Francis Lugonzo", role: "Local", company: "Client Google", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-burger-showing-approval_23-2148705546.jpg" },
|
||||
{ id: "2", name: "Inteyiteka Ducharme", role: "Fidèle", company: "Client Google", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg" },
|
||||
{ id: "3", name: "Ndibu Kanku", role: "Vip", company: "Client Google", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg" },
|
||||
{ id: "4", name: "Marie N.", role: "Client", company: "Client Google", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-black-woman-posing_23-2150247805.jpg" },
|
||||
{ id: "5", name: "Jean B.", role: "Client", company: "Client Google", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-coffee-cup_23-2149005429.jpg" }
|
||||
]}
|
||||
title="Avis de nos clients"
|
||||
description="Une note de 4.8/5 basée sur l'expérience de nos fidèles clients."
|
||||
@@ -239,9 +114,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Contact"
|
||||
title="Besoin d'un repas rapide ?"
|
||||
description="Envoyez-nous un message pour passer votre commande ou pour toute question."
|
||||
|
||||
Reference in New Issue
Block a user