From 817ab99a2a337f077afac4069ecbc4d32fee31b4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 00:25:55 +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 8b66327..cbc7349 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: "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-1", name: "Perfectly designed cupcakes ", 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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEOBIPwt8awSaPVKzTQ2s7UIGP/uploaded-1774052402905-995dhcqk.jpg", imageAlt: "Modern white marble wedding cake with sophisticated design" -- 2.49.1