From 3640b3fa44424e579c4ae440cf176543f3d4ddf9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 15:30:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c09495c..baa336e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,8 +133,6 @@ export default function BakeryLanding() { textboxLayout="default" useInvertedBackground={true} animationType="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/beautiful-elegant-cake-topper_23-2149232389.jpg" - imageAlt="Custom designed celebration cake" ariaLabel="Custom cakes section" /> @@ -206,7 +204,7 @@ export default function BakeryLanding() { { id: "customers", value: "500+", description: "Happy Customers" }, { id: "years", value: "5+", description: "Years of Love" } ]} - gridVariant="three-columns-all-equal-width" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} -- 2.49.1