Merge version_1 into main #1
211
src/app/page.tsx
211
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "À propos",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Accueil", id: "hero" },
|
||||
{ name: "À propos", id: "about" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="KALETA"
|
||||
/>
|
||||
@@ -54,9 +42,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="KALETA : Une évasion culinaire à Lomé"
|
||||
description="Découvrez l'alliance parfaite entre chic, cuisine raffinée et ambiance lounge. KALETA, votre nouvelle adresse incontournable."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DtVMVTG8FIEn8z8Oc4O3tk7ctd/uploaded-1779101517051-w44uj5k5.png"
|
||||
@@ -68,12 +54,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="L'expérience KALETA"
|
||||
buttons={[
|
||||
{
|
||||
text: "En savoir plus",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "En savoir plus", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -82,24 +63,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Terrasse Lounge",
|
||||
description: "Un espace extérieur chic pour vos soirées.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DtVMVTG8FIEn8z8Oc4O3tk7ctd/uploaded-1779101517051-kf7ixf07.png",
|
||||
imageAlt: "Terrasse Kaleta",
|
||||
},
|
||||
{
|
||||
title: "Cuisine Raffinée",
|
||||
description: "Des saveurs authentiques travaillées avec passion.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dark-cutting-board-with-seasonings-cutlery-greens-blue-surface-color-fork-ripe-salad-meal_179666-19747.jpg",
|
||||
imageAlt: "Plat gourmet",
|
||||
},
|
||||
{
|
||||
title: "Ambiance Musicale",
|
||||
description: "Des soirées animées pour tous vos événements.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-white-alcohol-drink-with-branch-rosemary-hand_114579-3422.jpg",
|
||||
imageAlt: "Ambiance Lounge",
|
||||
},
|
||||
{ title: "Terrasse Lounge", description: "Un espace extérieur chic pour vos soirées.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DtVMVTG8FIEn8z8Oc4O3tk7ctd/uploaded-1779101517051-kf7ixf07.png", imageAlt: "Terrasse Kaleta" },
|
||||
{ title: "Cuisine Raffinée", description: "Des saveurs authentiques travaillées avec passion.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dark-cutting-board-with-seasonings-cutlery-greens-blue-surface-color-fork-ripe-salad-meal_179666-19747.jpg", imageAlt: "Plat gourmet" },
|
||||
{ title: "Ambiance Musicale", description: "Des soirées animées pour tous vos événements.", imageSrc: "http://img.b2bpic.net/free-photo/blue-white-alcohol-drink-with-branch-rosemary-hand_114579-3422.jpg", imageAlt: "Ambiance Lounge" }
|
||||
]}
|
||||
title="Nos services"
|
||||
description="Nous vous offrons un cadre unique pour vos moments mémorables."
|
||||
@@ -113,42 +79,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Plat Signature",
|
||||
price: "15 000 FCFA",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-expert-butler-pesents-something_482257-78342.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Grillades Maison",
|
||||
price: "12 000 FCFA",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-onion-cucumber-salad_23-2148515356.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Cocktails Exotiques",
|
||||
price: "4 500 FCFA",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-with-pina-colada_23-2150184033.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Dessert Kaleta",
|
||||
price: "3 500 FCFA",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/profiteroles-chocolate-sauce-inside-white-plate_114579-2550.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Menu Traditionnel",
|
||||
price: "8 000 FCFA",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-tomato-sauteed-bell-peppers-parsley-lemon-olive-oil_141793-2287.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Plateau Mer",
|
||||
price: "18 000 FCFA",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-raw-fish-fresh-chopped-vegetables-lemon-slices-spices-gray-plate-cutlery-set-black-distressed-surface_179666-34043.jpg",
|
||||
},
|
||||
{ id: "1", name: "Plat Signature", price: "15 000 FCFA", imageSrc: "http://img.b2bpic.net/free-photo/stylish-expert-butler-pesents-something_482257-78342.jpg" },
|
||||
{ id: "2", name: "Grillades Maison", price: "12 000 FCFA", imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-onion-cucumber-salad_23-2148515356.jpg" },
|
||||
{ id: "3", name: "Cocktails Exotiques", price: "4 500 FCFA", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-with-pina-colada_23-2150184033.jpg" },
|
||||
{ id: "4", name: "Dessert Kaleta", price: "3 500 FCFA", imageSrc: "http://img.b2bpic.net/free-photo/profiteroles-chocolate-sauce-inside-white-plate_114579-2550.jpg" },
|
||||
{ id: "5", name: "Menu Traditionnel", price: "8 000 FCFA", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-tomato-sauteed-bell-peppers-parsley-lemon-olive-oil_141793-2287.jpg" },
|
||||
{ id: "6", name: "Plateau Mer", price: "18 000 FCFA", imageSrc: "http://img.b2bpic.net/free-photo/side-view-raw-fish-fresh-chopped-vegetables-lemon-slices-spices-gray-plate-cutlery-set-black-distressed-surface_179666-34043.jpg" }
|
||||
]}
|
||||
title="Nos spécialités"
|
||||
description="Laissez-vous tenter par notre sélection gourmande."
|
||||
@@ -160,42 +96,13 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
description="Nos clients sont notre meilleure publicité."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Jules Adjaka",
|
||||
role: "Client",
|
||||
testimonial: "Magnifique !",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mansour Kerime",
|
||||
role: "Client",
|
||||
testimonial: "Perfect.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-tattoo-artist-indoors-side-view_23-2149445974.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "GNANVENA Thomas",
|
||||
role: "Client",
|
||||
testimonial: "Chic.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Client 4",
|
||||
role: "Client",
|
||||
testimonial: "Service impeccable et cadre très accueillant.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-people-with-reviews_23-2149394417.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Client 5",
|
||||
role: "Client",
|
||||
testimonial: "Une adresse incontournable à Lomé.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-looking-notebook_23-2148346228.jpg",
|
||||
},
|
||||
{ id: "1", name: "Jules Adjaka", role: "Client", testimonial: "Magnifique !", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg" },
|
||||
{ id: "2", name: "Mansour Kerime", role: "Client", testimonial: "Perfect.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-tattoo-artist-indoors-side-view_23-2149445974.jpg" },
|
||||
{ id: "3", name: "GNANVENA Thomas", role: "Client", testimonial: "Chic.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg" },
|
||||
{ id: "4", name: "Client 4", role: "Client", testimonial: "Service impeccable et cadre très accueillant.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-people-with-reviews_23-2149394417.jpg" },
|
||||
{ id: "5", name: "Client 5", role: "Client", testimonial: "Une adresse incontournable à Lomé.", imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-looking-notebook_23-2148346228.jpg" }
|
||||
]}
|
||||
title="Ce que disent nos clients"
|
||||
/>
|
||||
@@ -205,21 +112,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Quelles sont les heures d'ouverture ?",
|
||||
content: "Nous sommes ouverts jusqu'à 22:00.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Comment réserver une table ?",
|
||||
content: "Vous pouvez nous appeler au 91 00 84 84.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Où êtes-vous situés ?",
|
||||
content: "Nous sommes à Lomé, 659R+CMJ.",
|
||||
},
|
||||
{ id: "f1", title: "Quelles sont les heures d'ouverture ?", content: "Nous sommes ouverts jusqu'à 22:00." },
|
||||
{ id: "f2", title: "Comment réserver une table ?", content: "Vous pouvez nous appeler au 91 00 84 84." },
|
||||
{ id: "f3", title: "Où êtes-vous situés ?", content: "Nous sommes à Lomé, 659R+CMJ." }
|
||||
]}
|
||||
sideTitle="Questions fréquentes"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -232,22 +127,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
description="Quelques indicateurs de notre succès."
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "9+",
|
||||
description: "Avis Google",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "4.6",
|
||||
description: "Note moyenne",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "22h",
|
||||
description: "Fermeture",
|
||||
},
|
||||
{ id: "m1", value: "9+", description: "Avis Google" },
|
||||
{ id: "m2", value: "4.6", description: "Note moyenne" },
|
||||
{ id: "m3", value: "22h", description: "Fermeture" }
|
||||
]}
|
||||
title="Chiffres clés"
|
||||
/>
|
||||
@@ -256,18 +140,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact"
|
||||
title="Réservez votre table dès maintenant"
|
||||
description="Appelez-nous au 91 00 84 84 pour toute demande ou réservation."
|
||||
buttons={[
|
||||
{
|
||||
text: "Appeler le restaurant",
|
||||
href: "tel:91008484",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Appeler le restaurant", href: "tel:91008484" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -275,32 +152,8 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="KALETA"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Accueil",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "À propos",
|
||||
href: "#about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "91 00 84 84",
|
||||
href: "tel:91008484",
|
||||
},
|
||||
{
|
||||
label: "Lomé, Togo",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navigation", items: [{ label: "Accueil", href: "#hero" }, { label: "À propos", href: "#about" }] },
|
||||
{ title: "Contact", items: [{ label: "91 00 84 84", href: "tel:91008484" }, { label: "Lomé, Togo", href: "#" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user