From ddf9018a29a31fd3bc71726f923884d014a91e7d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 11:01:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 43e40a5..3926e51 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,7 +74,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/restaurant-room-with-two-long-dinner-tables_140725-8455.jpg" imageAlt="Miraj restaurant elegant interior design" mediaAnimation="slide-up" - metricsAnimation="entrance-slide" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -149,14 +149,14 @@ export default function LandingPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={true} - animationType="entrance-slide" + animationType="slide-up" metrics={[ { id: "cuisine", value: "Premium", description: "High-Quality Cuisine" }, { id: "ambiance", value: "Elegant", description: "Refined Atmosphere" }, { id: "service", value: "Excellent", description: "Professional Staff" }, { id: "location", value: "Central", description: "Prime Location" } ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="bento-grid" /> -- 2.49.1