From 139ba13dde4a6e54ef49469fad17b865dbf17192 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 04:22:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d934ff5..391406f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { logoText="Paris Croisserie" description="Experience the delicate crunch of authentic French-inspired pastries. Fresh, daily-baked, and waiting for you." buttons={[{ text: "Order Now", href: "#contact" }, { text: "Our Menu", href: "#services" }]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-oval-plate-tarts-laeves-cinnamon-dried-oranges-dark-wooden-table-with-copy-space_140725-90858.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-oval-plate-tarts-laeves-cinnamon-dried-oranges-dark-wooden-table-with-copy-space_140725-90858.jpg?_wi=1" imageAlt="Artisanal pastries on display" mediaAnimation="blur-reveal" background={{ variant: "sparkles-gradient" }} @@ -58,7 +58,7 @@ export default function LandingPage() { title="Daily Selections" description="Handcrafted classics made with premium ingredients to fuel your day." features={[ - { id: "1", tag: "Fresh", title: "Croissants & Pastries", description: "Buttery, flaky, and golden perfection.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-oval-plate-tarts-laeves-cinnamon-dried-oranges-dark-wooden-table-with-copy-space_140725-90858.jpg" }, + { id: "1", tag: "Fresh", title: "Croissants & Pastries", description: "Buttery, flaky, and golden perfection.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-oval-plate-tarts-laeves-cinnamon-dried-oranges-dark-wooden-table-with-copy-space_140725-90858.jpg?_wi=2" }, { id: "2", tag: "Roasted", title: "Coffee & Drinks", description: "Premium roasts that pair beautifully with every bite.", imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-mix-latte-coffee-art_1232-2147.jpg" } ]} useInvertedBackground={false} -- 2.49.1