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}