From 861359da9439b769b1bc854bd8c979b570be8e55 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 00:18:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 90c9bd8..53155c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,7 +90,7 @@ export default function LandingPage() { gridVariant="bento-grid" products={[ { - id: "cake-1", name: "Blush Garden Wedding", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-jelly-cake-closeup_23-2148536813.jpg", imageAlt: "Elegant blush pink wedding cake with fresh florals and gold accents" + id: "cake-1", name: "Blush Garden Wedding", price: "Custom Quote", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEOBIPwt8awSaPVKzTQ2s7UIGP/uploaded-1774052289278-8i3q33i6.jpg", imageAlt: "Elegant blush pink wedding cake with fresh florals and gold accents" }, { id: "cake-2", name: "Marble Luxe Tier", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/delicious-birthday-cupcake-with-lighted-candle-golden-plate_23-2147981737.jpg", imageAlt: "Modern white marble wedding cake with sophisticated design" -- 2.49.1