Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
257
src/app/page.tsx
257
src/app/page.tsx
@@ -19,27 +19,22 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "À propos",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Accueil", id: "hero" },
|
||||
{ name: "À propos", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="O'Pavillon"
|
||||
/>
|
||||
@@ -50,36 +45,15 @@ export default function LandingPage() {
|
||||
logoText="O'Pavillon"
|
||||
description="La pizzeria italienne qui fait la différence à Villejuif."
|
||||
buttons={[
|
||||
{
|
||||
text: "Réserver",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{ text: "Réserver", href: "#contact" },
|
||||
{ text: "Menu", href: "#menu" },
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134248.jpg?_wi=1",
|
||||
imageAlt: "Wood fired pizza",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134279.jpg",
|
||||
imageAlt: "Side view chef baking delicious pizza",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-pizza_23-2151946415.jpg",
|
||||
imageAlt: "Delicious fresh pizza",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235802.jpg",
|
||||
imageAlt: "High angle baking delicious pizza",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-italian-pizza-table_23-2148305641.jpg",
|
||||
imageAlt: "High angle of delicious italian pizza on table",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134248.jpg", imageAlt: "Wood fired pizza" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134279.jpg", imageAlt: "Side view chef baking delicious pizza" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-pizza_23-2151946415.jpg", imageAlt: "Delicious fresh pizza" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235802.jpg", imageAlt: "High angle baking delicious pizza" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-italian-pizza-table_23-2148305641.jpg", imageAlt: "High angle of delicious italian pizza on table" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -89,21 +63,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Une tradition italienne authentique"
|
||||
metrics={[
|
||||
{
|
||||
icon: Flame,
|
||||
label: "Au feu de bois",
|
||||
value: "100%",
|
||||
},
|
||||
{
|
||||
icon: Flame,
|
||||
label: "Ingrédients frais",
|
||||
value: "Local",
|
||||
},
|
||||
{
|
||||
icon: Smile,
|
||||
label: "Accueil chaleureux",
|
||||
value: "Chaque jour",
|
||||
},
|
||||
{ icon: Flame, label: "Au feu de bois", value: "100%" },
|
||||
{ icon: Flame, label: "Ingrédients frais", value: "Local" },
|
||||
{ icon: Smile, label: "Accueil chaleureux", value: "Chaque jour" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -116,42 +78,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Margherita Classique",
|
||||
price: "12 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-sliced-pizza-with-copy-space_23-2148753765.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Regina Gourmet",
|
||||
price: "15 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235781.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Végétarienne de Saison",
|
||||
price: "14 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134247.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Quatre Fromages",
|
||||
price: "16 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134277.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Tiramisu Maison",
|
||||
price: "8 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-cake-flat-lay_23-2148395148.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Thé à la Menthe",
|
||||
price: "Offert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-caramel-coffee-with-cream_140725-7520.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Margherita Classique", price: "12 €", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-sliced-pizza-with-copy-space_23-2148753765.jpg" },
|
||||
{ id: "p2", name: "Regina Gourmet", price: "15 €", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235781.jpg" },
|
||||
{ id: "p3", name: "Végétarienne de Saison", price: "14 €", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134247.jpg" },
|
||||
{ id: "p4", name: "Quatre Fromages", price: "16 €", imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134277.jpg" },
|
||||
{ id: "p5", name: "Tiramisu Maison", price: "8 €", imageSrc: "http://img.b2bpic.net/free-photo/traditional-cake-flat-lay_23-2148395148.jpg" },
|
||||
{ id: "p6", name: "Thé à la Menthe", price: "Offert", imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-caramel-coffee-with-cream_140725-7520.jpg" },
|
||||
]}
|
||||
title="Nos Délices"
|
||||
description="Un voyage culinaire entre tradition et générosité."
|
||||
@@ -163,61 +95,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
date: "12 Oct 2023",
|
||||
title: "Incontournable",
|
||||
quote: "Des pizzas incroyables et un service aux petits soins.",
|
||||
tag: "Excellent",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-happy-man-communicating-with-his-african-american-girlfriend-while-passing-her-food-dining-table_637285-3562.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134248.jpg?_wi=2",
|
||||
imageAlt: "happy customer eating pizza restaurant",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Thomas L.",
|
||||
date: "05 Nov 2023",
|
||||
title: "Pâte légère",
|
||||
quote: "La meilleure pâte que j'ai pu goûter à Villejuif.",
|
||||
tag: "Rapide",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-friends-enjoying-dinner-party_52683-132625.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150852145.jpg",
|
||||
imageAlt: "happy customer eating pizza restaurant",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Julie M.",
|
||||
date: "20 Nov 2023",
|
||||
title: "Très généreux",
|
||||
quote: "Une adresse chaleureuse, on se sent comme en Italie.",
|
||||
tag: "Ambiance",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/positive-young-caucasian-brunette-lady-wears-black-top-pants-hoodie-top-smiling-camera-cafe_197531-33294.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg",
|
||||
imageAlt: "happy customer eating pizza restaurant",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marc B.",
|
||||
date: "15 Dec 2023",
|
||||
title: "Service parfait",
|
||||
quote: "Un accueil convivial et le petit thé offert est un vrai plus.",
|
||||
tag: "Service",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/person-with-eating-disorder-trying-eat-healthy_23-2149243068.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-cake-flat-lay_23-2148395148.jpg?_wi=2",
|
||||
imageAlt: "happy customer eating pizza restaurant",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Claire P.",
|
||||
date: "02 Jan 2024",
|
||||
title: "Délicieux",
|
||||
quote: "Je reviendrai sans hésiter pour les pizzas et les desserts.",
|
||||
tag: "Gourmand",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/tasty-food-assortment-flat-lay_23-2148941531.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-oven_1232-2394.jpg?_wi=1",
|
||||
imageAlt: "happy customer eating pizza restaurant",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", date: "12 Oct 2023", title: "Incontournable", quote: "Des pizzas incroyables et un service aux petits soins.", tag: "Excellent", avatarSrc: "http://img.b2bpic.net/free-photo/young-happy-man-communicating-with-his-african-american-girlfriend-while-passing-her-food-dining-table_637285-3562.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134248.jpg", imageAlt: "happy customer eating pizza restaurant" },
|
||||
{ id: "2", name: "Thomas L.", date: "05 Nov 2023", title: "Pâte légère", quote: "La meilleure pâte que j'ai pu goûter à Villejuif.", tag: "Rapide", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-friends-enjoying-dinner-party_52683-132625.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150852145.jpg", imageAlt: "happy customer eating pizza restaurant" },
|
||||
{ id: "3", name: "Julie M.", date: "20 Nov 2023", title: "Très généreux", quote: "Une adresse chaleureuse, on se sent comme en Italie.", tag: "Ambiance", avatarSrc: "http://img.b2bpic.net/free-photo/positive-young-caucasian-brunette-lady-wears-black-top-pants-hoodie-top-smiling-camera-cafe_197531-33294.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg", imageAlt: "happy customer eating pizza restaurant" },
|
||||
{ id: "4", name: "Marc B.", date: "15 Dec 2023", title: "Service parfait", quote: "Un accueil convivial et le petit thé offert est un vrai plus.", tag: "Service", avatarSrc: "http://img.b2bpic.net/free-photo/person-with-eating-disorder-trying-eat-healthy_23-2149243068.jpg", imageSrc: "http://img.b2bpic.net/free-photo/traditional-cake-flat-lay_23-2148395148.jpg", imageAlt: "happy customer eating pizza restaurant" },
|
||||
{ id: "5", name: "Claire P.", date: "02 Jan 2024", title: "Délicieux", quote: "Je reviendrai sans hésiter pour les pizzas et les desserts.", tag: "Gourmand", avatarSrc: "http://img.b2bpic.net/free-photo/tasty-food-assortment-flat-lay_23-2148941531.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pizza-oven_1232-2394.jpg", imageAlt: "happy customer eating pizza restaurant" },
|
||||
]}
|
||||
title="Ce que nos clients disent"
|
||||
description="Des retours qui nous réchauffent le cœur."
|
||||
@@ -231,26 +113,10 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Desserts gourmands",
|
||||
description: "Tiramisus et douceurs faits maison.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tiramisu-savoyardi-cookies-espresso-mascarpone-cheese-rum-cinnamon-strawberry-side-view_141793-4167.jpg",
|
||||
},
|
||||
{
|
||||
title: "Ambiance cosy",
|
||||
description: "Un cadre idéal pour vos soirées.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-food-assortment-flat-lay_23-2148941531.jpg",
|
||||
},
|
||||
{
|
||||
title: "Produits frais",
|
||||
description: "Sélectionnés pour leur qualité.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-oven_1232-2394.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
title: "Fin de repas",
|
||||
description: "Thé à la menthe offert avec plaisir.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cream-liquer_23-2148014925.jpg",
|
||||
},
|
||||
{ title: "Desserts gourmands", description: "Tiramisus et douceurs faits maison.", imageSrc: "http://img.b2bpic.net/free-photo/tiramisu-savoyardi-cookies-espresso-mascarpone-cheese-rum-cinnamon-strawberry-side-view_141793-4167.jpg" },
|
||||
{ title: "Ambiance cosy", description: "Un cadre idéal pour vos soirées.", imageSrc: "http://img.b2bpic.net/free-photo/tasty-food-assortment-flat-lay_23-2148941531.jpg" },
|
||||
{ title: "Produits frais", description: "Sélectionnés pour leur qualité.", imageSrc: "http://img.b2bpic.net/free-photo/pizza-oven_1232-2394.jpg" },
|
||||
{ title: "Fin de repas", description: "Thé à la menthe offert avec plaisir.", imageSrc: "http://img.b2bpic.net/free-photo/cream-liquer_23-2148014925.jpg" },
|
||||
]}
|
||||
title="L'esprit O'Pavillon"
|
||||
description="Une ambiance conviviale pour tous vos moments."
|
||||
@@ -261,22 +127,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Proposez-vous la livraison ?",
|
||||
content: "Oui, nous livrons sur tout Villejuif et ses environs.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Faites-vous des options végétariennes ?",
|
||||
content: "Absolument, notre menu comporte de délicieuses pizzas sans viande.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Peut-on réserver en ligne ?",
|
||||
title: "Peut-on réserver en ligne ?",
|
||||
content: "Vous pouvez réserver facilement via notre formulaire de contact ci-dessous.",
|
||||
},
|
||||
{ id: "1", title: "Proposez-vous la livraison ?", content: "Oui, nous livrons sur tout Villejuif et ses environs." },
|
||||
{ id: "2", title: "Faites-vous des options végétariennes ?", content: "Absolument, notre menu comporte de délicieuses pizzas sans viande." },
|
||||
{ id: "3", title: "Peut-on réserver en ligne ?", content: "Vous pouvez réserver facilement via notre formulaire de contact ci-dessous." },
|
||||
]}
|
||||
sideTitle="Questions fréquentes"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -286,9 +139,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Réserver"
|
||||
title="Prêt pour un repas inoubliable ?"
|
||||
description="Réservez votre table ou commandez dès maintenant au cœur de Villejuif."
|
||||
@@ -301,32 +152,8 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="O'Pavillon"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Réserver",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Infos",
|
||||
items: [
|
||||
{
|
||||
label: "Horaires",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Livraison",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navigation", items: [{ label: "Menu", href: "#menu" }, { label: "Réserver", href: "#contact" }] },
|
||||
{ title: "Infos", items: [{ label: "Horaires", href: "#" }, { label: "Livraison", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2024 O'Pavillon. Tous droits réservés."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user