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