216 lines
12 KiB
TypeScript
216 lines
12 KiB
TypeScript
"use client"
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
|
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
|
import { Award, CheckCircle, Sparkles, Star } from "lucide-react";
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="directional-hover"
|
|
defaultTextAnimation="reveal-blur"
|
|
borderRadius="pill"
|
|
contentWidth="medium"
|
|
sizing="largeSmallSizeMediumTitles"
|
|
background="grid"
|
|
cardStyle="gradient-radial"
|
|
primaryButtonStyle="shadow"
|
|
secondaryButtonStyle="radial-glow"
|
|
headingFontWeight="light"
|
|
>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarLayoutFloatingOverlay
|
|
brandName="Pâtisserie Dorée"
|
|
navItems={[
|
|
{ name: "Accueil", id: "home" },
|
|
{ name: "À Propos", id: "about" },
|
|
{ name: "Nos Créations", id: "products" },
|
|
{ name: "Contact", id: "contact" }
|
|
]}
|
|
button={{ text: "Commander", href: "#contact" }}
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroSplitTestimonial
|
|
title="Découvrez l'Art de la Pâtisserie Française"
|
|
description="Bienvenue chez Pâtisserie Dorée, où chaque création est une masterpiece confectionnée avec passion et les meilleurs ingrédients. Des croissants feuilletés aux macarons colorés, nos pâtisseries vous transporteront directement à Paris."
|
|
tag="Artisanal & Premium"
|
|
tagIcon={Sparkles}
|
|
tagAnimation="slide-up"
|
|
buttons={[
|
|
{ text: "Découvrir nos créations", href: "#products" },
|
|
{ text: "Commander maintenant", href: "#contact" }
|
|
]}
|
|
buttonAnimation="slide-up"
|
|
imageSrc="http://img.b2bpic.net/free-photo/delicious-macarons-arrangement_23-2149162698.jpg"
|
|
imageAlt="Gorgeous display of French pastries"
|
|
mediaAnimation="blur-reveal"
|
|
imagePosition="right"
|
|
testimonials={[
|
|
{
|
|
name: "Sophie Martin", handle: "@sophie_loves_pastries", testimonial: "Les meilleures pâtisseries de la région! Chaque bouchée est une pure félicité.", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-leaning-blank-placard_329181-1077.jpg"
|
|
},
|
|
{
|
|
name: "Pierre Dubois", handle: "@pierre_gourmand", testimonial: "L'authenticité française à chaque création. Impressionné par la qualité et le goût!", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-hands-crossed-smiling_158595-3406.jpg"
|
|
},
|
|
{
|
|
name: "Marie Laurent", handle: "@marie_patisserie", testimonial: "Parfait pour les occasions spéciales. Mon gâteau d'anniversaire était spectaculaire!", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-happy-red-haired-woman-with-tattoo-her-shoulder_273609-127.jpg"
|
|
}
|
|
]}
|
|
testimonialRotationInterval={5000}
|
|
background={{ variant: "sparkles-gradient" }}
|
|
useInvertedBackground={false}
|
|
/>
|
|
</div>
|
|
|
|
<div id="about" data-section="about">
|
|
<SplitAbout
|
|
title="Héritage de Passion et Tradition"
|
|
description="Depuis 1995, Pâtisserie Dorée perpétue l'excellence française en créant des pâtisseries d'exception. Notre équipe de maîtres pâtissiers, formés selon les traditions les plus strictes, utilise uniquement des ingrédients premium sélectionnés auprès des meilleurs fournisseurs français."
|
|
tag="Depuis 1995"
|
|
tagIcon={Award}
|
|
tagAnimation="opacity"
|
|
buttons={[
|
|
{ text: "Voir nos créations", href: "#products" }
|
|
]}
|
|
buttonAnimation="opacity"
|
|
bulletPoints={[
|
|
{
|
|
title: "Recettes Authentiques", description: "Suivant les traditions culinaires françaises les plus respectueuses de la qualité", icon: CheckCircle
|
|
},
|
|
{
|
|
title: "Ingrédients Premium", description: "Uniquement les meilleurs ingrédients sélectionnés chez les fournisseurs artisanaux", icon: CheckCircle
|
|
},
|
|
{
|
|
title: "Expertise Maître", description: "Nos pâtissiers possèdent des décennies d'expérience et de passion", icon: CheckCircle
|
|
}
|
|
]}
|
|
imageSrc="http://img.b2bpic.net/free-photo/dough-rolling-pin-near-cookie-cutters-towel_23-2147943364.jpg"
|
|
imageAlt="Master pastry chef crafting French pastries"
|
|
mediaAnimation="slide-up"
|
|
imagePosition="left"
|
|
textboxLayout="default"
|
|
useInvertedBackground={true}
|
|
/>
|
|
</div>
|
|
|
|
<div id="products" data-section="products">
|
|
<ProductCardOne
|
|
title="Nos Créations d'Exception"
|
|
description="Explorez notre collection exclusive de pâtisseries artisanales, confectionnées quotidiennement selon nos recettes signature. Chaque création est une harmonie parfaite de saveurs et d'esthétique."
|
|
tag="Spécialités"
|
|
tagIcon={Sparkles}
|
|
tagAnimation="blur-reveal"
|
|
buttons={[
|
|
{ text: "Commander en ligne", href: "#contact" }
|
|
]}
|
|
buttonAnimation="blur-reveal"
|
|
gridVariant="three-columns-all-equal-width"
|
|
animationType="scale-rotate"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
products={[
|
|
{
|
|
id: "croissant", name: "Croissant Beurre", price: "4,50€", imageSrc: "http://img.b2bpic.net/free-photo/fresh-buns-board_23-2147869406.jpg", imageAlt: "Classic French butter croissant"
|
|
},
|
|
{
|
|
id: "macaron", name: "Macarons Assortis", price: "15,00€", imageSrc: "http://img.b2bpic.net/free-photo/set-multicolored-macaroons_23-2147787072.jpg", imageAlt: "Colorful assorted French macarons"
|
|
},
|
|
{
|
|
id: "tart", name: "Tarte aux Fruits", price: "8,00€", imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-fruit-tart-chopping-board_23-2148161606.jpg", imageAlt: "Beautiful fruit tart with fresh berries"
|
|
},
|
|
{
|
|
id: "eclair", name: "Eclairs Chocolat", price: "6,50€", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-desserts_23-2149267323.jpg", imageAlt: "Elegant chocolate eclairs"
|
|
}
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
<TestimonialCardTwo
|
|
title="Ce que nos clients disent"
|
|
description="Les avis de nos clients passionnés qui reviennent régulièrement savorer nos créations"
|
|
tag="Satisfaction Garantie"
|
|
tagIcon={Star}
|
|
tagAnimation="opacity"
|
|
textboxLayout="default"
|
|
useInvertedBackground={true}
|
|
animationType="blur-reveal"
|
|
testimonials={[
|
|
{
|
|
id: "testimonial-1", name: "Sophie Martin", role: "Chef de Cuisine", testimonial: "Les meilleures pâtisseries de la région! Chaque bouchée est une pure délice. Je recommande vivement pour tous les événements spéciaux.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-leaning-blank-placard_329181-1077.jpg", imageAlt: "Sophie Martin"
|
|
},
|
|
{
|
|
id: "testimonial-2", name: "Pierre Dubois", role: "Propriétaire Restaurant", testimonial: "L'authenticité française à chaque création. Impressionné par la qualité constante et le goût raffiné de chaque produit.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-hands-crossed-smiling_158595-3406.jpg", imageAlt: "Pierre Dubois"
|
|
},
|
|
{
|
|
id: "testimonial-3", name: "Marie Laurent", role: "Organisatrice d'Événements", testimonial: "Parfait pour les occasions spéciales. Mon gâteau d'anniversaire était spectaculaire et mes invités ont adoré!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-happy-red-haired-woman-with-tattoo-her-shoulder_273609-127.jpg", imageAlt: "Marie Laurent"
|
|
},
|
|
{
|
|
id: "testimonial-4", name: "Jean Claude Petit", role: "Client Régulier", testimonial: "Je viens tous les samedis matins depuis 2 ans. La qualité et le service sont irréprochables. C'est mon endroit préféré!", imageSrc: "http://img.b2bpic.net/free-photo/outdoors-business-man-listening-happy-music_23-2148763857.jpg", imageAlt: "Jean Claude Petit"
|
|
}
|
|
]}
|
|
carouselMode="auto"
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<ContactSplit
|
|
tag="Contactez-nous"
|
|
title="Prêt à goûter l'excellence?"
|
|
description="Inscrivez-vous à notre newsletter pour recevoir nos offres spéciales, les nouvelles créations et nos horaires d'ouverture. Retrouvez aussi nos adresses et horaires ci-dessous."
|
|
background={{ variant: "radial-gradient" }}
|
|
useInvertedBackground={false}
|
|
inputPlaceholder="Votre email"
|
|
buttonText="S'inscrire"
|
|
termsText="En cliquant sur S'inscrire, vous acceptez nos Conditions d'Utilisation et notre Politique de Confidentialité."
|
|
mediaAnimation="blur-reveal"
|
|
mediaPosition="left"
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterBaseCard
|
|
logoText="Pâtisserie Dorée"
|
|
copyrightText="© 2025 Pâtisserie Dorée | Tous droits réservés"
|
|
columns={[
|
|
{
|
|
title: "Navigation", items: [
|
|
{ label: "Accueil", href: "#" },
|
|
{ label: "À Propos", href: "#about" },
|
|
{ label: "Nos Créations", href: "#products" },
|
|
{ label: "Contact", href: "#contact" }
|
|
]
|
|
},
|
|
{
|
|
title: "Informations", items: [
|
|
{ label: "Horaires", href: "#" },
|
|
{ label: "Adresse", href: "#" },
|
|
{ label: "Téléphone", href: "#" },
|
|
{ label: "Commandes Spéciales", href: "#" }
|
|
]
|
|
},
|
|
{
|
|
title: "Légal", items: [
|
|
{ label: "Conditions d'Utilisation", href: "#" },
|
|
{ label: "Politique de Confidentialité", href: "#" },
|
|
{ label: "Mentions Légales", href: "#" },
|
|
{ label: "Plan du Site", href: "#" }
|
|
]
|
|
}
|
|
]}
|
|
/>
|
|
</div>
|
|
</ThemeProvider>
|
|
);
|
|
} |