Merge version_1 into main #2
301
src/app/page.tsx
301
src/app/page.tsx
@@ -31,133 +31,49 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Le Lieu",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "La Carte",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "Avis",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "Infos",
|
||||
id: "#faq",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Accueil", id: "#hero" },
|
||||
{ name: "Le Lieu", id: "#about" },
|
||||
{ name: "La Carte", id: "#products" },
|
||||
{ name: "Avis", id: "#testimonials" },
|
||||
{ name: "Infos", id: "#faq" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]}
|
||||
brandName="Le Carré 56"
|
||||
button={{ text: "Réserver", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Le Carré 56"
|
||||
description="Bar à vin et restaurant sur le port de La Trinité-sur-Mer. Une expérience culinaire unique face aux voiliers."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lake-house_649448-539.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-nature-hotel-travel-beautiful_1203-4841.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/picnic-by-sea-with-flowers-glass-champagne-concept-holiday_169016-10285.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sharm-vacation-tropical-silhouette-light_1203-4806.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-rose-wine-by-ocean_23-2151991778.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glasses-champagne-resort-pool-luxury-hotel-party-by-pool-pouring-drink-glass-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18716.jpg",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/lake-house_649448-539.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/white-nature-hotel-travel-beautiful_1203-4841.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/picnic-by-sea-with-flowers-glass-champagne-concept-holiday_169016-10285.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/sharm-vacation-tropical-silhouette-light_1203-4806.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/glass-rose-wine-by-ocean_23-2151991778.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/glasses-champagne-resort-pool-luxury-hotel-party-by-pool-pouring-drink-glass-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18716.jpg" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chair-table-terrace-restaurant-with-sea-view_1339-7116.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-cocktail-with-lime-with-sea_181624-8259.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boat-parked-sandy-coast-sea_181624-27366.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cafe-table-background-sea-hot-afternoon-background-idea-holiday-advertising-kitchen-review-weekend-sea_166373-3108.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-hopping-along-pier_23-2147670517.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Découvrir la carte",
|
||||
href: "#products",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/chair-table-terrace-restaurant-with-sea-view_1339-7116.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/refreshing-cocktail-with-lime-with-sea_181624-8259.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/boat-parked-sandy-coast-sea_181624-27366.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cafe-table-background-sea-hot-afternoon-background-idea-holiday-advertising-kitchen-review-weekend-sea_166373-3108.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-hopping-along-pier_23-2147670517.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg" }
|
||||
]}
|
||||
buttons={[{ text: "Découvrir la carte", href: "#products" }]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/father-son-drinking-cocktail_23-2147824661.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/father-son-drinking-cocktail_23-2147824662.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-with-sangria_23-2149426462.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-people-with-delicious-drinks_23-2149068561.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-friends-seaside_23-2149137181.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/father-son-drinking-cocktail_23-2147824661.jpg", alt: "Client 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/father-son-drinking-cocktail_23-2147824662.jpg", alt: "Client 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-with-sangria_23-2149426462.jpg", alt: "Client 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-people-with-delicious-drinks_23-2149068561.jpg", alt: "Client 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/full-shot-friends-seaside_23-2149137181.jpg", alt: "Client 5" }
|
||||
]}
|
||||
avatarText="Rejoignez plus de 500 habitués."
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Vue panoramique",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Service continu",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Produits frais",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Port de La Trinité",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ambiance conviviale",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[{ type: "text", text: "Vue panoramique" }, { type: "text", text: "Service continu" }, { type: "text", text: "Produits frais" }, { type: "text", text: "Port de La Trinité" }, { type: "text", text: "Ambiance conviviale" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -169,7 +85,7 @@ export default function LandingPage() {
|
||||
description="Situé face au port, Le Carré 56 propose une expérience mêlant restauration, bar à vin et ambiance conviviale."
|
||||
subdescription="Profitez d'une terrasse avec vue sur les voiliers, service continu et atmosphère animée en journée comme en soirée."
|
||||
icon={Briefcase}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/event-hall-furniture-brown-white-colors_114579-2230.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/event-hall-furniture-brown-white-colors_114579-2230.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -181,42 +97,12 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Planche mixte",
|
||||
price: "18€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-couple-walking-seaside-skateboarding_176420-2390.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Planche fromage",
|
||||
price: "16€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-heels-bride-balcony_8353-66.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Poisson du jour",
|
||||
price: "24€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-breakfast-with-baked-grape-omelette-white-plate-balc-ony-by-sea_176474-3019.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Burger maison",
|
||||
price: "19€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/french-restaurant-scene-with-menu-board_1147-447.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Salade fraîcheur",
|
||||
price: "16€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-seafood-dish-with-wine_23-2148290528.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Dessert maison",
|
||||
price: "8€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-posing-together-retro-style-with-beverage_23-2149525831.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Planche mixte", price: "18€", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-couple-walking-seaside-skateboarding_176420-2390.jpg" },
|
||||
{ id: "p2", name: "Planche fromage", price: "16€", imageSrc: "http://img.b2bpic.net/free-photo/luxury-heels-bride-balcony_8353-66.jpg" },
|
||||
{ id: "p3", name: "Poisson du jour", price: "24€", imageSrc: "http://img.b2bpic.net/free-photo/side-view-breakfast-with-baked-grape-omelette-white-plate-balc-ony-by-sea_176474-3019.jpg" },
|
||||
{ id: "p4", name: "Burger maison", price: "19€", imageSrc: "http://img.b2bpic.net/free-photo/french-restaurant-scene-with-menu-board_1147-447.jpg" },
|
||||
{ id: "p5", name: "Salade fraîcheur", price: "16€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-seafood-dish-with-wine_23-2148290528.jpg" },
|
||||
{ id: "p6", name: "Dessert maison", price: "8€", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-posing-together-retro-style-with-beverage_23-2149525831.jpg" }
|
||||
]}
|
||||
title="La Carte"
|
||||
description="Découvrez nos suggestions gourmandes."
|
||||
@@ -229,51 +115,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Client A",
|
||||
handle: "@client",
|
||||
testimonial: "Très bon emplacement sur le port, ambiance agréable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_1203-3448.jpg",
|
||||
imageAlt: "Wine glass",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Client B",
|
||||
handle: "@client",
|
||||
testimonial: "Bonne cuisine, produits frais. Terrasse très sympa.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lake-house_649448-539.jpg?_wi=2",
|
||||
imageAlt: "Wine glass",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Client C",
|
||||
handle: "@client",
|
||||
testimonial: "Endroit animé, parfait entre amis.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/event-hall-furniture-brown-white-colors_114579-2230.jpg?_wi=2",
|
||||
imageAlt: "Wine glass",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Client D",
|
||||
handle: "@client",
|
||||
testimonial: "Un peu d’attente mais cadre très agréable.",
|
||||
rating: 3,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-african-american-woman-black-cap-chilling-cozy-cafe-fur-against-yellow-wall_627829-5874.jpg?_wi=1",
|
||||
imageAlt: "Wine glass",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Client E",
|
||||
handle: "@client",
|
||||
testimonial: "Une adresse incontournable à La Trinité.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-nature-hotel-travel-beautiful_1203-4841.jpg?_wi=2",
|
||||
imageAlt: "Wine glass",
|
||||
},
|
||||
{ id: "1", name: "Client A", handle: "@client", testimonial: "Très bon emplacement sur le port, ambiance agréable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_1203-3448.jpg", imageAlt: "Wine glass" },
|
||||
{ id: "2", name: "Client B", handle: "@client", testimonial: "Bonne cuisine, produits frais. Terrasse très sympa.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/lake-house_649448-539.jpg", imageAlt: "Wine glass" },
|
||||
{ id: "3", name: "Client C", handle: "@client", testimonial: "Endroit animé, parfait entre amis.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/event-hall-furniture-brown-white-colors_114579-2230.jpg", imageAlt: "Wine glass" },
|
||||
{ id: "4", name: "Client D", handle: "@client", testimonial: "Un peu d’attente mais cadre très agréable.", rating: 3, imageSrc: "http://img.b2bpic.net/free-photo/fashionable-african-american-woman-black-cap-chilling-cozy-cafe-fur-against-yellow-wall_627829-5874.jpg", imageAlt: "Wine glass" },
|
||||
{ id: "5", name: "Client E", handle: "@client", testimonial: "Une adresse incontournable à La Trinité.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/white-nature-hotel-travel-beautiful_1203-4841.jpg", imageAlt: "Wine glass" }
|
||||
]}
|
||||
showRating={true}
|
||||
title="Avis clients"
|
||||
@@ -285,21 +131,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Où nous trouver ?",
|
||||
content: "9 Cours des Quais, 56470 La Trinité-sur-Mer",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Téléphone",
|
||||
content: "02 97 30 12 83",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Horaires",
|
||||
content: "Tous les jours : 10h - 01h",
|
||||
},
|
||||
{ id: "f1", title: "Où nous trouver ?", content: "9 Cours des Quais, 56470 La Trinité-sur-Mer" },
|
||||
{ id: "f2", title: "Téléphone", content: "02 97 30 12 83" },
|
||||
{ id: "f3", title: "Horaires", content: "Tous les jours : 10h - 01h" }
|
||||
]}
|
||||
sideTitle="Infos pratiques"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -312,30 +146,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "4.3/5",
|
||||
title: "Note moyenne",
|
||||
items: [
|
||||
"Basé sur les avis clients",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "Service",
|
||||
title: "Continu",
|
||||
items: [
|
||||
"De 10h à 1h",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Vue",
|
||||
title: "Panoramique",
|
||||
items: [
|
||||
"Face aux voiliers",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "4.3/5", title: "Note moyenne", items: ["Basé sur les avis clients"] },
|
||||
{ id: "m2", value: "Service", title: "Continu", items: ["De 10h à 1h"] },
|
||||
{ id: "m3", value: "Vue", title: "Panoramique", items: ["Face aux voiliers"] }
|
||||
]}
|
||||
title="Le Carré 56 en quelques chiffres"
|
||||
description="Quelques points forts de notre établissement."
|
||||
@@ -348,25 +161,11 @@ export default function LandingPage() {
|
||||
title="Contactez-nous"
|
||||
description="Réservez votre table ou posez-nous vos questions."
|
||||
inputs={[
|
||||
{
|
||||
name: "nom",
|
||||
type: "text",
|
||||
placeholder: "Votre nom",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Votre email",
|
||||
required: true,
|
||||
},
|
||||
{ name: "nom", type: "text", placeholder: "Votre nom", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Votre email", required: true }
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Votre demande...",
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fashionable-african-american-woman-black-cap-chilling-cozy-cafe-fur-against-yellow-wall_627829-5874.jpg?_wi=2"
|
||||
textarea={{ name: "message", placeholder: "Votre demande...", required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fashionable-african-american-woman-black-cap-chilling-cozy-cafe-fur-against-yellow-wall_627829-5874.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -379,4 +178,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user