From 021f3500f7f5c79dea55b22854c8cf8c2f67f27e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 20:43:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 257 ++++++++--------------------------------------- 1 file changed, 42 insertions(+), 215 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 40a4f4c..e1b69ac 100644 --- a/src/app/page.tsx +++ b/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" > @@ -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() {