Update src/app/page.tsx
This commit is contained in:
250
src/app/page.tsx
250
src/app/page.tsx
@@ -32,108 +32,67 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Accueil", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Ambiance",
|
||||
id: "ambiance",
|
||||
},
|
||||
name: "Ambiance", id: "ambiance"},
|
||||
{
|
||||
name: "Réserver",
|
||||
id: "reservation",
|
||||
},
|
||||
name: "Réserver", id: "reservation"},
|
||||
]}
|
||||
brandName="El Patio de Ramon"
|
||||
button={{
|
||||
text: "Réserver",
|
||||
href: "#reservation",
|
||||
}}
|
||||
text: "Réserver", href: "#reservation"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="L'âme des ferias espagnoles au cœur de Nîmes"
|
||||
description="Tapas maison, vins, musique et ambiance andalouse. Vivez l'expérience El Patio de Ramon."
|
||||
kpis={[
|
||||
{
|
||||
value: "100%",
|
||||
label: "Passion Espagnole",
|
||||
},
|
||||
value: "100%", label: "Passion Espagnole"},
|
||||
{
|
||||
value: "20+",
|
||||
label: "Vins Sélectionnés",
|
||||
},
|
||||
value: "20+", label: "Vins Sélectionnés"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Convivialité",
|
||||
},
|
||||
value: "100%", label: "Convivialité"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Réserver",
|
||||
href: "#reservation",
|
||||
},
|
||||
text: "Réserver", href: "#reservation"},
|
||||
{
|
||||
text: "Découvrir la carte",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Découvrir la carte", href: "#menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/night-view-traditional-japanese-food-court_23-2148759601.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-professional-middle-aged-blonde-carpenter-admiring-piece-furniture-his-hands_342744-839.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-professional-middle-aged-blonde-carpenter-admiring-piece-furniture-his-hands_342744-839.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-woman-with-packages_23-2148480428.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-woman-with-packages_23-2148480428.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/warehouse-supervisor-using-selfie-camera_482257-75344.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/warehouse-supervisor-using-selfie-camera_482257-75344.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/photorealistic-scene-with-warehouse-logistics-operations_23-2151468911.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/photorealistic-scene-with-warehouse-logistics-operations_23-2151468911.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/good-friends-celebrating-new-year-that-s-coming_23-2149144075.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/good-friends-celebrating-new-year-that-s-coming_23-2149144075.jpg", alt: "Client 5"},
|
||||
]}
|
||||
avatarText="Rejoignez nos habitués"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Tapas Maison",
|
||||
},
|
||||
type: "text", text: "Tapas Maison"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ambiance Bodega",
|
||||
},
|
||||
type: "text", text: "Ambiance Bodega"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Soirées Live",
|
||||
},
|
||||
type: "text", text: "Soirées Live"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Vins de Pays",
|
||||
},
|
||||
type: "text", text: "Vins de Pays"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Esprit Feria",
|
||||
},
|
||||
type: "text", text: "Esprit Feria"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -146,17 +105,11 @@ export default function LandingPage() {
|
||||
description="Plongez dans un univers où les soirées se transforment en souvenirs inoubliables. Entre danse, musique et partage, le Patio vous offre une escapade andalouse au centre de Nîmes."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Ambiance Bodega",
|
||||
description: "Un cadre chaleureux rappelant les ruelles de Séville.",
|
||||
},
|
||||
title: "Ambiance Bodega", description: "Un cadre chaleureux rappelant les ruelles de Séville."},
|
||||
{
|
||||
title: "Soirées Animées",
|
||||
description: "Musique, danse et énergie festive à chaque service.",
|
||||
},
|
||||
title: "Soirées Animées", description: "Musique, danse et énergie festive à chaque service."},
|
||||
{
|
||||
title: "Accueil Familial",
|
||||
description: "L'esprit de famille au cœur du service.",
|
||||
},
|
||||
title: "Accueil Familial", description: "L'esprit de famille au cœur du service."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110954.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -171,47 +124,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Jambon Ibérique",
|
||||
price: "18€",
|
||||
variant: "Duo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-spanish-food_23-2149210883.jpg",
|
||||
},
|
||||
id: "1", name: "Jambon Ibérique", price: "18€", variant: "Duo", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-spanish-food_23-2149210883.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Croquetas Maison",
|
||||
price: "12€",
|
||||
variant: "Trio",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seared-tuna-with-green-salad-table_1147-535.jpg",
|
||||
},
|
||||
id: "2", name: "Croquetas Maison", price: "12€", variant: "Trio", imageSrc: "http://img.b2bpic.net/free-photo/seared-tuna-with-green-salad-table_1147-535.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Poulpe Grillé",
|
||||
price: "22€",
|
||||
variant: "Plat",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ham-olives-basil-old-wooden_2829-11272.jpg",
|
||||
},
|
||||
id: "3", name: "Poulpe Grillé", price: "22€", variant: "Plat", imageSrc: "http://img.b2bpic.net/free-photo/ham-olives-basil-old-wooden_2829-11272.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Pluma de Porc",
|
||||
price: "24€",
|
||||
variant: "Plat",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-fish-stuffed-with-lavangi-slices-lime-lemon-board_141793-3928.jpg",
|
||||
},
|
||||
id: "4", name: "Pluma de Porc", price: "24€", variant: "Plat", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-fish-stuffed-with-lavangi-slices-lime-lemon-board_141793-3928.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Accras Morue",
|
||||
price: "10€",
|
||||
variant: "Snack",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-lobster-tail-with-herbs-strawberries-black-plate_84443-94406.jpg",
|
||||
},
|
||||
id: "5", name: "Accras Morue", price: "10€", variant: "Snack", imageSrc: "http://img.b2bpic.net/free-photo/grilled-lobster-tail-with-herbs-strawberries-black-plate_84443-94406.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Tataki Thon",
|
||||
price: "20€",
|
||||
variant: "Snack",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delectable-sweet-corn-sticks-plate-blue_114579-36954.jpg",
|
||||
},
|
||||
id: "6", name: "Tataki Thon", price: "20€", variant: "Snack", imageSrc: "http://img.b2bpic.net/free-photo/delectable-sweet-corn-sticks-plate-blue_114579-36954.jpg"},
|
||||
]}
|
||||
title="Nos Tapas Maison"
|
||||
description="Une sélection raffinée de saveurs ibériques préparées avec passion."
|
||||
@@ -225,20 +148,11 @@ export default function LandingPage() {
|
||||
description="Chaque soir est une fête. Laissez-vous porter par la musique et la magie de Nîmes."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Musique Live",
|
||||
content: "Nos artistes invités créent une atmosphère vibrante.",
|
||||
},
|
||||
id: "1", title: "Musique Live", content: "Nos artistes invités créent une atmosphère vibrante."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Soirées Feria",
|
||||
content: "Des moments intenses inspirés des ferias espagnoles.",
|
||||
},
|
||||
id: "2", title: "Soirées Feria", content: "Des moments intenses inspirés des ferias espagnoles."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Terrasse Patio",
|
||||
content: "Profitez de nos soirées estivales sous les étoiles.",
|
||||
},
|
||||
id: "3", title: "Terrasse Patio", content: "Profitez de nos soirées estivales sous les étoiles."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mexican-style_1321-487.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -251,47 +165,23 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
description="Découvrez ce que nos clients pensent de leur expérience au Patio."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Julie",
|
||||
role: "Cliente",
|
||||
company: "Nîmes",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-employee-moving-boxes-shelves-working-with-products-storage-room-depot-young-person-organizing-merchandise-stock-packages-verifying-supply-chain-handheld-shot-close-up_482257-61763.jpg",
|
||||
},
|
||||
id: "1", name: "Julie", role: "Cliente", company: "Nîmes", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-employee-moving-boxes-shelves-working-with-products-storage-room-depot-young-person-organizing-merchandise-stock-packages-verifying-supply-chain-handheld-shot-close-up_482257-61763.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marc",
|
||||
role: "Habitué",
|
||||
company: "Nîmes",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-lifestyle-outdoors_23-2149001312.jpg",
|
||||
},
|
||||
id: "2", name: "Marc", role: "Habitué", company: "Nîmes", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-lifestyle-outdoors_23-2149001312.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sophie",
|
||||
role: "Touriste",
|
||||
company: "Paris",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-female-student-glasses-sitting-cafe_1262-17110.jpg",
|
||||
},
|
||||
id: "3", name: "Sophie", role: "Touriste", company: "Paris", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-female-student-glasses-sitting-cafe_1262-17110.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Thomas",
|
||||
role: "Local",
|
||||
company: "Nîmes",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stockroom-supervisor-wearing-headset-listening-music_482257-77616.jpg",
|
||||
},
|
||||
id: "4", name: "Thomas", role: "Local", company: "Nîmes", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stockroom-supervisor-wearing-headset-listening-music_482257-77616.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Clara",
|
||||
role: "Cliente",
|
||||
company: "Nîmes",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-clanging-wine-glasses-festive-table_23-2147973649.jpg",
|
||||
},
|
||||
id: "5", name: "Clara", role: "Cliente", company: "Nîmes", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-clanging-wine-glasses-festive-table_23-2147973649.jpg"},
|
||||
]}
|
||||
title="Ils ont vécu le patio"
|
||||
/>
|
||||
@@ -305,20 +195,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "100+",
|
||||
description: "Soirées festives par an",
|
||||
},
|
||||
id: "1", value: "100+", description: "Soirées festives par an"},
|
||||
{
|
||||
id: "2",
|
||||
value: "5000+",
|
||||
description: "Tapas servies",
|
||||
},
|
||||
id: "2", value: "5000+", description: "Tapas servies"},
|
||||
{
|
||||
id: "3",
|
||||
value: "5/5",
|
||||
description: "Note de nos clients",
|
||||
},
|
||||
id: "3", value: "5/5", description: "Note de nos clients"},
|
||||
]}
|
||||
title="Moments capturés"
|
||||
description="Une ambiance unique à Nîmes."
|
||||
@@ -332,22 +213,14 @@ export default function LandingPage() {
|
||||
description="Contactez-nous pour réserver votre table dans notre patio."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Votre nom",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Votre nom", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Téléphone",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Téléphone", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Nombre de personnes, date et heure souhaitée",
|
||||
required: true,
|
||||
name: "message", placeholder: "Nombre de personnes, date et heure souhaitée", required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/terrace-ready-customers_1137-93.jpg"
|
||||
/>
|
||||
@@ -358,20 +231,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Horaires",
|
||||
content: "Ouvert du mardi au samedi, 18h00 - 00h00.",
|
||||
},
|
||||
id: "1", title: "Horaires", content: "Ouvert du mardi au samedi, 18h00 - 00h00."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Réservation",
|
||||
content: "Nous conseillons de réserver par téléphone.",
|
||||
},
|
||||
id: "2", title: "Réservation", content: "Nous conseillons de réserver par téléphone."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Groupes",
|
||||
content: "Oui, nous accueillons les groupes sur réservation.",
|
||||
},
|
||||
id: "3", title: "Groupes", content: "Oui, nous accueillons les groupes sur réservation."},
|
||||
]}
|
||||
sideTitle="Besoin d'aide ?"
|
||||
sideDescription="Questions fréquentes sur El Patio de Ramon."
|
||||
@@ -383,13 +247,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="El Patio de Ramon"
|
||||
leftLink={{
|
||||
text: "12 Rue Delon Soubeyran, Nîmes",
|
||||
href: "#",
|
||||
}}
|
||||
text: "12 Rue Delon Soubeyran, Nîmes", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Appeler : 04 66 00 00 00",
|
||||
href: "tel:0466000000",
|
||||
}}
|
||||
text: "Appeler : 04 66 00 00 00", href: "tel:0466000000"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user