Update src/app/page.tsx
This commit is contained in:
279
src/app/page.tsx
279
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
{
|
||||
name: "A Propos",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Avis",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "A Propos", id: "#about" },
|
||||
{ name: "Avis", id: "#testimonials" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]}
|
||||
brandName="La Tarterie"
|
||||
/>
|
||||
@@ -56,60 +44,24 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="La Tarterie De L'orangerie"
|
||||
description="L'artisanat culinaire au cœur de Cholet. Découvrez nos tartes sucrées et salées faites maison, dans un cadre chaleureux et authentique."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196963.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-woman-white-hoodie_23-2149051803.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-bearded-mixed-race-afro-american-man-uses-tablet-computer-watches-video-film-online_273609-8905.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269179.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg", alt: "Client 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196963.jpg", alt: "Client 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-woman-white-hoodie_23-2149051803.jpg", alt: "Client 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/stylish-bearded-mixed-race-afro-american-man-uses-tablet-computer-watches-video-film-online_273609-8905.jpg", alt: "Client 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269179.jpg", alt: "Client 5" }
|
||||
]}
|
||||
avatarText="Rejoignez plus de 650 clients ravis"
|
||||
buttons={[
|
||||
{
|
||||
text: "Voir notre menu",
|
||||
href: "#menu",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Voir notre menu", href: "#menu" }]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Artisanat Local",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Produits Frais",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Recettes Maison",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Atmosphère Cosy",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ouvert 7j/7",
|
||||
},
|
||||
{ type: "text", text: "Artisanat Local" },
|
||||
{ type: "text", text: "Produits Frais" },
|
||||
{ type: "text", text: "Recettes Maison" },
|
||||
{ type: "text", text: "Atmosphère Cosy" },
|
||||
{ type: "text", text: "Ouvert 7j/7" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -119,21 +71,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Notre Savoir-Faire"
|
||||
metrics={[
|
||||
{
|
||||
icon: Star,
|
||||
label: "Recettes Maison",
|
||||
value: "100%",
|
||||
},
|
||||
{
|
||||
icon: Star,
|
||||
label: "Note Moyenne",
|
||||
value: "4.8",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Clients Satisfaits",
|
||||
value: "650+",
|
||||
},
|
||||
{ icon: Star, label: "Recettes Maison", value: "100%" },
|
||||
{ icon: Star, label: "Note Moyenne", value: "4.8" },
|
||||
{ icon: Users, label: "Clients Satisfaits", value: "650+" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -144,24 +84,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Tartes Maison",
|
||||
description: "Salées ou sucrées, élaborées avec des produits frais.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cottagecore-food-inspiration-still-life_23-2150152986.jpg",
|
||||
imageAlt: "Tartes artisanales",
|
||||
},
|
||||
{
|
||||
title: "Gaufres Fraîches",
|
||||
description: "Cuites sous vos yeux avec un café gourmand.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pancakes-yummy-choco-along-with-sliced-red-strawberries-bananas-inside-white-plate-grey-floor_140725-14460.jpg",
|
||||
imageAlt: "Gaufres chocolat",
|
||||
},
|
||||
{
|
||||
title: "Desserts Signatures",
|
||||
description: "Pâtisseries fines, domes coco et créations originales.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/summer-dessert-ice-cream-ice-cream-with-coconut_185193-110450.jpg",
|
||||
imageAlt: "Dôme Coco",
|
||||
},
|
||||
{ title: "Tartes Maison", description: "Salées ou sucrées, élaborées avec des produits frais.", imageSrc: "http://img.b2bpic.net/free-photo/cottagecore-food-inspiration-still-life_23-2150152986.jpg", imageAlt: "Tartes artisanales" },
|
||||
{ title: "Gaufres Fraîches", description: "Cuites sous vos yeux avec un café gourmand.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pancakes-yummy-choco-along-with-sliced-red-strawberries-bananas-inside-white-plate-grey-floor_140725-14460.jpg", imageAlt: "Gaufres chocolat" },
|
||||
{ title: "Desserts Signatures", description: "Pâtisseries fines, domes coco et créations originales.", imageSrc: "http://img.b2bpic.net/free-photo/summer-dessert-ice-cream-ice-cream-with-coconut_185193-110450.jpg", imageAlt: "Dôme Coco" }
|
||||
]}
|
||||
title="Délices Artisanaux"
|
||||
description="Chaque jour, nos pâtissiers préparent avec amour des spécialités uniques pour éveiller vos sens."
|
||||
@@ -175,42 +100,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Tarte Canard Champignon",
|
||||
price: "12€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tart-cashew-raisin_1388-710.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Dôme Coco",
|
||||
price: "6€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/honey-toast-with-ice-cream-honey-syrup_74190-1890.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Tarte Aux Fruits",
|
||||
price: "5€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-little-cakes-with-cream-fresh-sliced-fruits-grey-blue-backgound-fruit-cake-biscuit_140725-22713.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Gaufre Chocolat",
|
||||
price: "7€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plate-with-chocolate-waffles_23-2148526363.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Tarte Chorizo",
|
||||
price: "11€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-sundried-tomato-tasty-snack-concept_185193-109434.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Thé Gourmand",
|
||||
price: "8€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-cake-dried-fruits-cup-coffee-wooden-plate_114579-60866.jpg",
|
||||
},
|
||||
{ id: "1", name: "Tarte Canard Champignon", price: "12€", imageSrc: "http://img.b2bpic.net/free-photo/tart-cashew-raisin_1388-710.jpg" },
|
||||
{ id: "2", name: "Dôme Coco", price: "6€", imageSrc: "http://img.b2bpic.net/free-photo/honey-toast-with-ice-cream-honey-syrup_74190-1890.jpg" },
|
||||
{ id: "3", name: "Tarte Aux Fruits", price: "5€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-little-cakes-with-cream-fresh-sliced-fruits-grey-blue-backgound-fruit-cake-biscuit_140725-22713.jpg" },
|
||||
{ id: "4", name: "Gaufre Chocolat", price: "7€", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plate-with-chocolate-waffles_23-2148526363.jpg" },
|
||||
{ id: "5", name: "Tarte Chorizo", price: "11€", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-sundried-tomato-tasty-snack-concept_185193-109434.jpg" },
|
||||
{ id: "6", name: "Thé Gourmand", price: "8€", imageSrc: "http://img.b2bpic.net/free-photo/sweet-cake-dried-fruits-cup-coffee-wooden-plate_114579-60866.jpg" }
|
||||
]}
|
||||
title="Plats Populaires"
|
||||
description="Nos coups de cœur client à ne pas manquer lors de votre visite."
|
||||
@@ -219,30 +114,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "10-20€",
|
||||
title: "Budget Moyen",
|
||||
description: "Un excellent rapport qualité-prix.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cakes-delicious-dessert-bakery-event-party-reception_53876-47067.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "08:00",
|
||||
title: "Ouverture",
|
||||
description: "Début de la fraîcheur.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-rustic-summer-berry-tartles_114579-20601.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "22:00",
|
||||
title: "Fermeture",
|
||||
description: "Le moment du dernier dessert.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muffins-black_114579-18496.jpg",
|
||||
},
|
||||
{ id: "1", value: "10-20€", title: "Budget Moyen", description: "Un excellent rapport qualité-prix.", imageSrc: "http://img.b2bpic.net/free-photo/cakes-delicious-dessert-bakery-event-party-reception_53876-47067.jpg" },
|
||||
{ id: "2", value: "08:00", title: "Ouverture", description: "Début de la fraîcheur.", imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-rustic-summer-berry-tartles_114579-20601.jpg" },
|
||||
{ id: "3", value: "22:00", title: "Fermeture", description: "Le moment du dernier dessert.", imageSrc: "http://img.b2bpic.net/free-photo/muffins-black_114579-18496.jpg" }
|
||||
]}
|
||||
title="Au Fil De La Journée"
|
||||
description="Une ambiance conviviale, du petit café du matin jusqu'aux douceurs de la fin de journée."
|
||||
@@ -255,41 +133,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Habituée",
|
||||
testimonial: "La meilleure tarte au canard de Cholet, sans hésiter.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006704.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Gourmet",
|
||||
testimonial: "Le dôme coco est une expérience incroyable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-family-reunion_23-2149153754.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Blogueuse",
|
||||
testimonial: "Ambiance chaleureuse et service irréprochable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-winter-sweater-is-posing-photographer-studio_613910-13711.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Client Fidèle",
|
||||
testimonial: "Les gaufres sont faites minute, un vrai régal.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-hostel_23-2150601156.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Julie B.",
|
||||
role: "Choletaise",
|
||||
testimonial: "Un lieu incontournable pour les amoureux de pâtisserie.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006620.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Johnson", role: "Habituée", testimonial: "La meilleure tarte au canard de Cholet, sans hésiter.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006704.jpg" },
|
||||
{ id: "2", name: "Michael Chen", role: "Gourmet", testimonial: "Le dôme coco est une expérience incroyable.", imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-family-reunion_23-2149153754.jpg" },
|
||||
{ id: "3", name: "Emily Rodriguez", role: "Blogueuse", testimonial: "Ambiance chaleureuse et service irréprochable.", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-winter-sweater-is-posing-photographer-studio_613910-13711.jpg" },
|
||||
{ id: "4", name: "David Kim", role: "Client Fidèle", testimonial: "Les gaufres sont faites minute, un vrai régal.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-hostel_23-2150601156.jpg" },
|
||||
{ id: "5", name: "Julie B.", role: "Choletaise", testimonial: "Un lieu incontournable pour les amoureux de pâtisserie.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006620.jpg" }
|
||||
]}
|
||||
title="Avis de nos clients"
|
||||
description="Plus de 650 avis témoignent de notre engagement pour la qualité."
|
||||
@@ -300,21 +148,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Proposez-vous de la livraison ?",
|
||||
content: "Nous travaillons avec des services locaux, n'hésitez pas à nous demander.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Faut-il réserver ?",
|
||||
content: "La réservation est vivement conseillée, surtout le week-end.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Quels sont les horaires ?",
|
||||
content: "Nous sommes ouverts tous les jours jusqu'à 22h00.",
|
||||
},
|
||||
{ id: "f1", title: "Proposez-vous de la livraison ?", content: "Nous travaillons avec des services locaux, n'hésitez pas à nous demander." },
|
||||
{ id: "f2", title: "Faut-il réserver ?", content: "La réservation est vivement conseillée, surtout le week-end." },
|
||||
{ id: "f3", title: "Quels sont les horaires ?", content: "Nous sommes ouverts tous les jours jusqu'à 22h00." }
|
||||
]}
|
||||
sideTitle="Questions Fréquentes"
|
||||
sideDescription="Tout savoir sur nos services et notre restaurant."
|
||||
@@ -325,9 +161,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Réserver"
|
||||
title="Réservez votre table"
|
||||
description="Une envie de gourmandise ? Appelez-nous ou réservez votre créneau dès maintenant."
|
||||
@@ -339,34 +173,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "33 Rue de l'Orangerie, 49300 Cholet",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "02 41 85 61 50",
|
||||
href: "tel:0241856150",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Horaires",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Réserver",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "33 Rue de l'Orangerie, 49300 Cholet", href: "#" }] },
|
||||
{ items: [{ label: "02 41 85 61 50", href: "tel:0241856150" }] },
|
||||
{ items: [{ label: "Horaires", href: "#" }, { label: "Réserver", href: "#contact" }] }
|
||||
]}
|
||||
logoText="La Tarterie De L'orangerie"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user