From 338c374b4617e2253c53d7c3e916f57c0d1a8f4a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 23:54:55 +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 1dc3994..dfd499f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function DearbornSweetsPage() { description="Explore our curated menu of authentic flavors and bespoke creations." textboxLayout="default" animationType="slide-up" - gridVariant="three-columns-all-equal-width" + gridVariant="bento-grid" features={[ { title: "Birthday Cake", description: "Most Popular", imageSrc: "http://img.b2bpic.net/free-photo/colorful-lighted-candle-round-cake-desk-against-pink-background_23-2147969550.jpg" }, { title: "Strawberry Cake", description: "Fresh fruit infusion", imageSrc: "http://img.b2bpic.net/free-photo/fresh-strawberry-cake-with-cream_123827-37408.jpg" }, @@ -109,4 +109,4 @@ export default function DearbornSweetsPage() { ); -} +} \ No newline at end of file -- 2.49.1