Merge version_1 into main #2
194
src/app/page.tsx
194
src/app/page.tsx
@@ -16,27 +16,22 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Fêtes",
|
||||
id: "party",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Accueil", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Fêtes", id: "party" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="PetitBienÊtre"
|
||||
/>
|
||||
@@ -46,37 +41,14 @@ export default function LandingPage() {
|
||||
<HeroCarouselLogo
|
||||
logoText="PetitBienÊtre"
|
||||
description="L'univers du bien-être, de la coiffure et des fêtes pour les enfants."
|
||||
buttons={[
|
||||
{
|
||||
text: "Découvrir",
|
||||
href: "#services",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Découvrir", href: "#services" }]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/calm-woman-with-flower-hair_1098-3071.jpg?_wi=1",
|
||||
imageAlt: "Spa Enfant",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-cute-girl-birthday-party_23-2148046126.jpg",
|
||||
imageAlt: "Fête Enfant",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mom-helping-her-child-styling-afro-hair_23-2149625743.jpg",
|
||||
imageAlt: "Bien-être",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cousins-wonderful-mood-are-lying-floor-high-spirits-girls-pose-with-sincere-smiles-pink-clothes-close-up-portrait_197531-9954.jpg",
|
||||
imageAlt: "Coiffure",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-with-treats-birthday-party_23-2147783749.jpg",
|
||||
imageAlt: "Salle de fête",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-spa-salon_23-2147648535.jpg",
|
||||
imageAlt: "Relaxation",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/calm-woman-with-flower-hair_1098-3071.jpg", imageAlt: "joli spa enfant spa" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-cute-girl-birthday-party_23-2148046126.jpg", imageAlt: "fete enfant ballons" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/mom-helping-her-child-styling-afro-hair_23-2149625743.jpg", imageAlt: "massage enfant doux" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cousins-wonderful-mood-are-lying-floor-high-spirits-girls-pose-with-sincere-smiles-pink-clothes-close-up-portrait_197531-9954.jpg", imageAlt: "coiffure enfant amusante" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/table-with-treats-birthday-party_23-2147783749.jpg", imageAlt: "fete enfant deco rose vert" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/composition-spa-salon_23-2147648535.jpg", imageAlt: "massage detente enfant" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -87,36 +59,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "spa",
|
||||
label: "Bien-être",
|
||||
title: "Spa pour Enfant",
|
||||
items: [
|
||||
"Massages doux",
|
||||
"Soins relaxants",
|
||||
"Espace zen",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "hair",
|
||||
label: "Coiffure",
|
||||
title: "Coiffure Enfant",
|
||||
items: [
|
||||
"Coupes ludiques",
|
||||
"Coiffures fête",
|
||||
"Produits adaptés",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "party",
|
||||
label: "Fêtes",
|
||||
title: "Salle de Fête",
|
||||
items: [
|
||||
"Anniversaire",
|
||||
"Ateliers",
|
||||
"Espace privé",
|
||||
],
|
||||
},
|
||||
{ id: "spa", label: "Bien-être", title: "Spa pour Enfant", items: ["Massages doux", "Soins relaxants", "Espace zen"] },
|
||||
{ id: "hair", label: "Coiffure", title: "Coiffure Enfant", items: ["Coupes ludiques", "Coiffures fête", "Produits adaptés"] },
|
||||
{ id: "party", label: "Fêtes", title: "Salle de Fête", items: ["Anniversaire", "Ateliers", "Espace privé"] }
|
||||
]}
|
||||
title="Nos Services"
|
||||
description="Un moment unique pour vos enfants."
|
||||
@@ -125,31 +70,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="party" data-section="party">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "fete1",
|
||||
name: "Anniversaire Classique",
|
||||
price: "150€",
|
||||
variant: "2h de fête",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-nice-dress_23-2147783741.jpg",
|
||||
},
|
||||
{
|
||||
id: "fete2",
|
||||
name: "Anniversaire Spa",
|
||||
price: "200€",
|
||||
variant: "3h de fête",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-kid-with-ice-cream_23-2149426732.jpg",
|
||||
},
|
||||
{
|
||||
id: "fete3",
|
||||
name: "Atelier Coiffure",
|
||||
price: "180€",
|
||||
variant: "2h d'atelier",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-rural-retreats-having-fun_23-2149831491.jpg",
|
||||
},
|
||||
{ id: "fete1", name: "Anniversaire Classique", price: "150€", variant: "2h de fête", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-nice-dress_23-2147783741.jpg" },
|
||||
{ id: "fete2", name: "Anniversaire Spa", price: "200€", variant: "3h de fête", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-kid-with-ice-cream_23-2149426732.jpg" },
|
||||
{ id: "fete3", name: "Atelier Coiffure", price: "180€", variant: "2h d'atelier", imageSrc: "http://img.b2bpic.net/free-photo/kids-rural-retreats-having-fun_23-2149831491.jpg" }
|
||||
]}
|
||||
title="Organisation de Fêtes"
|
||||
description="Des fêtes inoubliables pour les enfants."
|
||||
@@ -163,26 +91,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Sophie M."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/family-spending-time-together-indoors_23-2149032178.jpg",
|
||||
alt: "Parent",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-father-with-his-daughter-shoulders_23-2147615877.jpg",
|
||||
alt: "Parent",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/african-american-doctor-shaking-hands-with-her-female-patient-while-meeting-clinic-focus-is-happy-woman_637285-1785.jpg",
|
||||
alt: "Parent",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-father-girl-posing-studio_23-2150598670.jpg",
|
||||
alt: "Parent",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/family-spending-time-together-indoors_23-2149032178.jpg",
|
||||
alt: "Parent",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/family-spending-time-together-indoors_23-2149032178.jpg", alt: "Parent" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-father-with-his-daughter-shoulders_23-2147615877.jpg", alt: "Parent" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/african-american-doctor-shaking-hands-with-her-female-patient-while-meeting-clinic-focus-is-happy-woman_637285-1785.jpg", alt: "Parent" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-father-girl-posing-studio_23-2150598670.jpg", alt: "Parent" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/family-spending-time-together-indoors_23-2149032178.jpg", alt: "Parent" }
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -192,53 +105,32 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Réservez dès maintenant pour un moment inoubliable."
|
||||
buttons={[
|
||||
{
|
||||
text: "Réserver",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Réserver", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/calm-woman-with-flower-hair_1098-3071.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/calm-woman-with-flower-hair_1098-3071.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "01 23 45 67 89",
|
||||
href: "tel:0123456789",
|
||||
},
|
||||
{
|
||||
label: "contact@petitbienetre.fr",
|
||||
href: "mailto:contact@petitbienetre.fr",
|
||||
},
|
||||
],
|
||||
title: "Contact", items: [
|
||||
{ label: "01 23 45 67 89", href: "tel:0123456789" },
|
||||
{ label: "contact@petitbienetre.fr", href: "mailto:contact@petitbienetre.fr" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Informations",
|
||||
items: [
|
||||
{
|
||||
label: "Mentions Légales",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Confidentialité",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Informations", items: [
|
||||
{ label: "Mentions Légales", href: "#" },
|
||||
{ label: "Confidentialité", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user