Merge version_1 into main #1
170
src/app/page.tsx
170
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Accueil", id: "hero"},
|
||||
{
|
||||
name: "À propos",
|
||||
id: "about",
|
||||
},
|
||||
name: "À propos", id: "about"},
|
||||
{
|
||||
name: "Produits",
|
||||
id: "products",
|
||||
},
|
||||
name: "Produits", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="L'Atelier de la Place"
|
||||
/>
|
||||
@@ -54,47 +46,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
title="L'Atelier de la Place"
|
||||
description="Boulangerie artisanale à Saint-Étienne. Produits faits maison chaque jour avec passion et farine de qualité."
|
||||
buttons={[
|
||||
{
|
||||
text: "Appeler pour commander",
|
||||
href: "tel:+33400000000",
|
||||
},
|
||||
text: "Appeler pour commander", href: "tel:+33400000000"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "h1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-rustic-bread-with-seeds_23-2148695486.jpg",
|
||||
imageAlt: "Pain frais rustique de la boulangerie",
|
||||
},
|
||||
id: "h1", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rustic-bread-with-seeds_23-2148695486.jpg", imageAlt: "Pain frais rustique de la boulangerie"},
|
||||
{
|
||||
id: "h2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-bread-with-milk-jam_23-2148566693.jpg",
|
||||
imageAlt: "Baguette tradition française croustillante",
|
||||
},
|
||||
id: "h2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-bread-with-milk-jam_23-2148566693.jpg", imageAlt: "Baguette tradition française croustillante"},
|
||||
{
|
||||
id: "h3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/croissant-with-jam-white-cutting-board-flat-lay_176474-8182.jpg",
|
||||
imageAlt: "Viennoiseries dorées au four",
|
||||
},
|
||||
id: "h3", imageSrc: "http://img.b2bpic.net/free-photo/croissant-with-jam-white-cutting-board-flat-lay_176474-8182.jpg", imageAlt: "Viennoiseries dorées au four"},
|
||||
{
|
||||
id: "h4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-rustic-summer-berry-tartles_114579-11156.jpg",
|
||||
imageAlt: "Pâtisseries artisanales raffinées",
|
||||
},
|
||||
id: "h4", imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-rustic-summer-berry-tartles_114579-11156.jpg", imageAlt: "Pâtisseries artisanales raffinées"},
|
||||
{
|
||||
id: "h5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-almonds-cherry-tomatoes-fig-slices-healthy-hot-dogs-with-chequered-napkin-white-backdrop_23-2147956764.jpg",
|
||||
imageAlt: "Snacking frais fait maison",
|
||||
},
|
||||
id: "h5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-almonds-cherry-tomatoes-fig-slices-healthy-hot-dogs-with-chequered-napkin-white-backdrop_23-2147956764.jpg", imageAlt: "Snacking frais fait maison"},
|
||||
{
|
||||
id: "h6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bread-slices-marble-piece-towel_114579-21970.jpg",
|
||||
imageAlt: "Pains aux céréales de tradition",
|
||||
},
|
||||
id: "h6", imageSrc: "http://img.b2bpic.net/free-photo/bread-slices-marble-piece-towel_114579-21970.jpg", imageAlt: "Pains aux céréales de tradition"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -106,19 +77,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Qualité",
|
||||
value: "100% Artisanal",
|
||||
},
|
||||
label: "Qualité", value: "100% Artisanal"},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Frais",
|
||||
value: "Fait maison",
|
||||
},
|
||||
label: "Frais", value: "Fait maison"},
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Lieu",
|
||||
value: "Saint-Étienne",
|
||||
},
|
||||
label: "Lieu", value: "Saint-Étienne"},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -132,41 +97,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Tradition",
|
||||
price: "1.20€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-different-types-baguette-wooden-surface_141793-11295.jpg",
|
||||
},
|
||||
id: "p1", name: "Tradition", price: "1.20€", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-different-types-baguette-wooden-surface_141793-11295.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Viennoiseries",
|
||||
price: "1.50€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baked-apples-foil-plate-with-walnuts_23-2147930967.jpg",
|
||||
},
|
||||
id: "p2", name: "Viennoiseries", price: "1.50€", imageSrc: "http://img.b2bpic.net/free-photo/baked-apples-foil-plate-with-walnuts_23-2147930967.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Pâtisseries",
|
||||
price: "3.50€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-little-cake-with-cream-fresh-sliced-fruits-dark-backgound-fruit-cake-biscuit-s_140725-22610.jpg",
|
||||
},
|
||||
id: "p3", name: "Pâtisseries", price: "3.50€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-little-cake-with-cream-fresh-sliced-fruits-dark-backgound-fruit-cake-biscuit-s_140725-22610.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Snacking",
|
||||
price: "5.50€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-dog-with-sausage-cucumber-tomato-lettuce-dark-wooden-table-summer-hotdog-top-view_2829-16978.jpg",
|
||||
},
|
||||
id: "p4", name: "Snacking", price: "5.50€", imageSrc: "http://img.b2bpic.net/free-photo/hot-dog-with-sausage-cucumber-tomato-lettuce-dark-wooden-table-summer-hotdog-top-view_2829-16978.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Pains Spéciaux",
|
||||
price: "2.80€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/farm-bakery-products-artisan-rye-wheat-bread-traditional-pastries-turkey-natural-lighting-fresh-bread-table-closeup-selective-focus-homemade-bread-with-whole-wheat-flour_166373-3520.jpg",
|
||||
},
|
||||
id: "p5", name: "Pains Spéciaux", price: "2.80€", imageSrc: "http://img.b2bpic.net/free-photo/farm-bakery-products-artisan-rye-wheat-bread-traditional-pastries-turkey-natural-lighting-fresh-bread-table-closeup-selective-focus-homemade-bread-with-whole-wheat-flour_166373-3520.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Brioches",
|
||||
price: "4.00€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-challah-dish-hanukkah_23-2151129257.jpg",
|
||||
},
|
||||
id: "p6", name: "Brioches", price: "4.00€", imageSrc: "http://img.b2bpic.net/free-photo/3d-challah-dish-hanukkah_23-2151129257.jpg"},
|
||||
]}
|
||||
title="Nos Créations"
|
||||
description="Découvrez notre sélection quotidienne de pains, viennoiseries et gourmandises, élaborée avec des ingrédients locaux."
|
||||
@@ -175,34 +116,25 @@ export default function LandingPage() {
|
||||
|
||||
<div id="why-us" data-section="why-us">
|
||||
<FeatureBorderGlow
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Produits frais quotidiens",
|
||||
description: "Tout est fait maison chaque matin par nos artisans boulangers.",
|
||||
},
|
||||
title: "Produits frais quotidiens", description: "Tout est fait maison chaque matin par nos artisans boulangers."},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Qualité artisanale",
|
||||
description: "Sélection rigoureuse des meilleurs ingrédients locaux.",
|
||||
},
|
||||
title: "Qualité artisanale", description: "Sélection rigoureuse des meilleurs ingrédients locaux."},
|
||||
{
|
||||
icon: Truck,
|
||||
title: "Commerce local",
|
||||
description: "Service de proximité au cœur de Saint-Étienne.",
|
||||
},
|
||||
title: "Commerce local", description: "Service de proximité au cœur de Saint-Étienne."},
|
||||
{
|
||||
icon: Wheat,
|
||||
title: "Farine de meule",
|
||||
description: "Des céréales issues de circuits courts et responsables.",
|
||||
},
|
||||
title: "Farine de meule", description: "Des céréales issues de circuits courts et responsables."},
|
||||
{
|
||||
icon: Coffee,
|
||||
title: "Pause gourmande",
|
||||
description: "Accompagnez votre pain d'un café ou d'une douceur.",
|
||||
},
|
||||
title: "Pause gourmande", description: "Accompagnez votre pain d'un café ou d'une douceur."},
|
||||
]}
|
||||
title="Pourquoi nous choisir ?"
|
||||
description="L'engagement de L'Atelier de la Place pour une qualité irréprochable et un service de proximité."
|
||||
@@ -217,18 +149,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "6h30 - 21h",
|
||||
title: "Lundi à Samedi",
|
||||
description: "Pain frais cuit tout au long de la journée",
|
||||
icon: Clock,
|
||||
id: "m1", value: "6h30 - 21h", title: "Lundi à Samedi", description: "Pain frais cuit tout au long de la journée", icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "Fermé",
|
||||
title: "Dimanche",
|
||||
description: "Repos bien mérité pour nos boulangers",
|
||||
icon: Coffee,
|
||||
id: "m2", value: "Fermé", title: "Dimanche", description: "Repos bien mérité pour nos boulangers", icon: Coffee,
|
||||
},
|
||||
]}
|
||||
title="Horaires d'ouverture"
|
||||
@@ -243,25 +167,17 @@ export default function LandingPage() {
|
||||
description="Une question, une commande spéciale ou une réservation ? Appelez-nous directement ou remplissez ce formulaire."
|
||||
inputs={[
|
||||
{
|
||||
name: "nom",
|
||||
type: "text",
|
||||
placeholder: "Votre nom",
|
||||
required: true,
|
||||
name: "nom", type: "text", placeholder: "Votre nom", required: true,
|
||||
},
|
||||
{
|
||||
name: "tel",
|
||||
type: "tel",
|
||||
placeholder: "Votre numéro de téléphone",
|
||||
required: true,
|
||||
name: "tel", type: "tel", placeholder: "Votre numéro de téléphone", required: true,
|
||||
},
|
||||
]}
|
||||
mediaPosition="left"
|
||||
buttonText="Appeler le 04 00 00 00 00"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-putting-homemade-wheat-bread-with-flour-it-white-towel-with-two-hands_114579-2680.jpg"
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Détails de votre commande ou demande particulière",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Détails de votre commande ou demande particulière", rows: 4,
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -272,29 +188,19 @@ export default function LandingPage() {
|
||||
logoText="L'Atelier de la Place"
|
||||
columns={[
|
||||
{
|
||||
title: "L'Atelier",
|
||||
items: [
|
||||
title: "L'Atelier", items: [
|
||||
{
|
||||
label: "11 Rue Président Wilson",
|
||||
href: "#",
|
||||
},
|
||||
label: "11 Rue Président Wilson", href: "#"},
|
||||
{
|
||||
label: "42000 Saint-Étienne",
|
||||
href: "#",
|
||||
},
|
||||
label: "42000 Saint-Étienne", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Service",
|
||||
items: [
|
||||
title: "Service", items: [
|
||||
{
|
||||
label: "Commande uniquement par téléphone",
|
||||
href: "tel:+33400000000",
|
||||
},
|
||||
label: "Commande uniquement par téléphone", href: "tel:+33400000000"},
|
||||
{
|
||||
label: "Suivez-nous sur les réseaux",
|
||||
href: "#",
|
||||
},
|
||||
label: "Suivez-nous sur les réseaux", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user