From 9214f9c5d6feb6a26ffea2b61d92a5d718bd4510 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 01:46:48 +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 822aad8..39e94c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,7 +86,7 @@ export default function LandingPage() { id: "6", name: "Lavender Honey Tart", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/white-chocolate-cake-wooden-board-with-cloth-candies_114579-75866.jpg", imageAlt: "Delicate lavender and honey tartlet" } ]} - gridVariant="three-columns-all-equal-width" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -148,7 +148,7 @@ export default function LandingPage() { id: "3", value: "98%", description: "Customer Satisfaction Rate" } ]} - gridVariant="three-columns-all-equal-width" + gridVariant="uniform-all-items-equal" animationType="scale-rotate" textboxLayout="default" useInvertedBackground={true} -- 2.49.1