Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
197
src/app/page.tsx
197
src/app/page.tsx
@@ -31,36 +31,21 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Galerie",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Accueil", id: "hero" },
|
||||
{ name: "Galerie", id: "features" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Le Mas"
|
||||
button={{ text: "Réserver", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Le Mas, une parenthèse enchantée à Saint-Pierre-d'Albigny"
|
||||
description="Découvrez notre havre de paix, niché entre montagnes et vignobles, où élégance et authenticité se rencontrent pour un séjour inoubliable."
|
||||
buttons={[
|
||||
{
|
||||
text: "Réserver",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Réserver", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/village-with-white-facades_1156-88.jpg"
|
||||
imageAlt="Le Mas exterior"
|
||||
/>
|
||||
@@ -71,21 +56,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="L'esprit des lieux"
|
||||
metrics={[
|
||||
{
|
||||
icon: Home,
|
||||
label: "Chambres",
|
||||
value: "4",
|
||||
},
|
||||
{
|
||||
icon: Utensils,
|
||||
label: "Table d'hôte",
|
||||
value: "Sur réservation",
|
||||
},
|
||||
{
|
||||
icon: Mountain,
|
||||
label: "Situation",
|
||||
value: "Cœur des Alpes",
|
||||
},
|
||||
{ icon: Home, label: "Chambres", value: "4" },
|
||||
{ icon: Utensils, label: "Table d'hôte", value: "Sur réservation" },
|
||||
{ icon: Mountain, label: "Situation", value: "Cœur des Alpes" },
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -93,24 +66,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureHoverPattern
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Coffee,
|
||||
title: "Petit-déjeuner gastronomique",
|
||||
description: "Produits locaux et faits maison pour démarrer la journée en douceur.",
|
||||
},
|
||||
{
|
||||
icon: Sun,
|
||||
title: "Jardin paysager",
|
||||
description: "Un espace extérieur calme et reposant avec vue sur les massifs environnants.",
|
||||
},
|
||||
{
|
||||
icon: Wifi,
|
||||
title: "Services connectés",
|
||||
description: "Confort moderne alliant tradition et technologie pour rester connecté en toute sérénité.",
|
||||
},
|
||||
{ icon: Coffee, title: "Petit-déjeuner gastronomique", description: "Produits locaux et faits maison pour démarrer la journée en douceur." },
|
||||
{ icon: Sun, title: "Jardin paysager", description: "Un espace extérieur calme et reposant avec vue sur les massifs environnants." },
|
||||
{ icon: Wifi, title: "Services connectés", description: "Confort moderne alliant tradition et technologie pour rester connecté en toute sérénité." },
|
||||
]}
|
||||
title="Le charme de notre maison"
|
||||
description="Une expérience dédiée à votre bien-être dans un cadre préservé."
|
||||
@@ -119,42 +81,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardEight
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "std",
|
||||
badge: "Détente",
|
||||
price: "120€",
|
||||
subtitle: "Nuitée avec petit-déjeuner",
|
||||
buttons: [
|
||||
{
|
||||
text: "Réserver",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Chambre spacieuse",
|
||||
"Accès jardin",
|
||||
"Petit-déjeuner inclus",
|
||||
],
|
||||
id: "std", badge: "Détente", price: "120€", subtitle: "Nuitée avec petit-déjeuner", buttons: [{ text: "Réserver", href: "#contact" }],
|
||||
features: ["Chambre spacieuse", "Accès jardin", "Petit-déjeuner inclus"]
|
||||
},
|
||||
{
|
||||
id: "full",
|
||||
badge: "Gastronomie",
|
||||
price: "180€",
|
||||
subtitle: "Séjour avec table d'hôte",
|
||||
buttons: [
|
||||
{
|
||||
text: "Réserver",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Dîner gastronomique",
|
||||
"Nuitée calme",
|
||||
"Petit-déjeuner inclus",
|
||||
],
|
||||
id: "full", badge: "Gastronomie", price: "180€", subtitle: "Séjour avec table d'hôte", buttons: [{ text: "Réserver", href: "#contact" }],
|
||||
features: ["Dîner gastronomique", "Nuitée calme", "Petit-déjeuner inclus"]
|
||||
},
|
||||
]}
|
||||
title="Nos séjours"
|
||||
@@ -164,30 +101,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardEleven
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "Cosy",
|
||||
title: "Confort optimal",
|
||||
description: "Des chambres à la décoration soignée pour une atmosphère apaisante.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-interior-with-aroma-diffuser-morning-light_23-2151989330.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "Gourmand",
|
||||
title: "Table d'hôte",
|
||||
description: "Une cuisine du terroir, inventive et généreuse à notre table.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-arrangement-winter_23-2149188014.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Nature",
|
||||
title: "Cadre unique",
|
||||
description: "Une vue imprenable sur les paysages grandioses de la Savoie.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-electric-mountainbike-alps_181624-36833.jpg",
|
||||
},
|
||||
{ id: "m1", value: "Cosy", title: "Confort optimal", description: "Des chambres à la décoration soignée pour une atmosphère apaisante.", imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-interior-with-aroma-diffuser-morning-light_23-2151989330.jpg" },
|
||||
{ id: "m2", value: "Gourmand", title: "Table d'hôte", description: "Une cuisine du terroir, inventive et généreuse à notre table.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-arrangement-winter_23-2149188014.jpg" },
|
||||
{ id: "m3", value: "Nature", title: "Cadre unique", description: "Une vue imprenable sur les paysages grandioses de la Savoie.", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-electric-mountainbike-alps_181624-36833.jpg" },
|
||||
]}
|
||||
title="Une immersion authentique"
|
||||
description="Chaque détail est pensé pour votre ressourcement."
|
||||
@@ -196,44 +116,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardTwo
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marie L.",
|
||||
role: "Voyageuse",
|
||||
testimonial: "Une halte parfaite, un accueil chaleureux et une cuisine délicieuse. Je reviendrai !",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-tourist-man-takes-selfies-before-his-flight-photos-with-suitcase-uses-smartphone_1258-270453.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Thomas & Sophie",
|
||||
role: "Couple",
|
||||
testimonial: "Un week-end romantique au pied des montagnes. Le Mas est un lieu magique.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-having-fun-party_23-2149299025.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Julie M.",
|
||||
role: "Randonneuse",
|
||||
testimonial: "Calme, nature et confort. Tout ce dont j'avais besoin pour me ressourcer.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-glad-female-smiles-gently-has-hiking-tour-with-rucksack_273609-25972.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Pierre B.",
|
||||
role: "Client régulier",
|
||||
testimonial: "L'authenticité et l'élégance à chaque coin de rue. Un havre de paix.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-resting-bridge_23-2148362063.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Claire R.",
|
||||
role: "Hôte",
|
||||
testimonial: "Un séjour tout en douceur. La table d'hôte est absolument remarquable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-holding-orange-juice-cafe-with-man-background_1170-551.jpg",
|
||||
},
|
||||
{ id: "1", name: "Marie L.", role: "Voyageuse", testimonial: "Une halte parfaite, un accueil chaleureux et une cuisine délicieuse. Je reviendrai !", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-tourist-man-takes-selfies-before-his-flight-photos-with-suitcase-uses-smartphone_1258-270453.jpg" },
|
||||
{ id: "2", name: "Thomas & Sophie", role: "Couple", testimonial: "Un week-end romantique au pied des montagnes. Le Mas est un lieu magique.", imageSrc: "http://img.b2bpic.net/free-photo/senior-people-having-fun-party_23-2149299025.jpg" },
|
||||
{ id: "3", name: "Julie M.", role: "Randonneuse", testimonial: "Calme, nature et confort. Tout ce dont j'avais besoin pour me ressourcer.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-glad-female-smiles-gently-has-hiking-tour-with-rucksack_273609-25972.jpg" },
|
||||
{ id: "4", name: "Pierre B.", role: "Client régulier", testimonial: "L'authenticité et l'élégance à chaque coin de rue. Un havre de paix.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-resting-bridge_23-2148362063.jpg" },
|
||||
{ id: "5", name: "Claire R.", role: "Hôte", testimonial: "Un séjour tout en douceur. La table d'hôte est absolument remarquable.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-holding-orange-juice-cafe-with-man-background_1170-551.jpg" },
|
||||
]}
|
||||
title="Les mots de nos hôtes"
|
||||
description="Merci à ceux qui ont partagé cette douce parenthèse avec nous."
|
||||
@@ -243,9 +134,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Réservations"
|
||||
title="Contactez-nous"
|
||||
description="Pour toute demande de réservation ou information sur nos prestations, n'hésitez pas à nous appeler au 06 56 74 19 91 ou à nous envoyer un message."
|
||||
@@ -257,32 +146,8 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/landmark-european-construction-narrow-view_1203-4984.jpg"
|
||||
logoText="Le Mas"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Accueil",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "Galerie",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "06 56 74 19 91",
|
||||
href: "tel:0656741991",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navigation", items: [{ label: "Accueil", href: "#hero" }, { label: "Galerie", href: "#features" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Contact", items: [{ label: "06 56 74 19 91", href: "tel:0656741991" }] },
|
||||
]}
|
||||
copyrightText="© 2024 tous droits réservés | Le Mas - Saint-Pierre-d'Albigny"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user