From fe3342f253d0b89ac03ccf23daf4a4379908eaf2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 22:26:32 +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 a4d0116..2387c4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,7 +89,7 @@ export default function LandingPage() { id: "4", value: "Best", title: "Value Stays", description: "Affordable luxury without compromise on quality", icon: Sparkles } ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -107,7 +107,7 @@ export default function LandingPage() { tag="Our Story" tagIcon={undefined} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/woman-looking-orange-tablet_1157-2104.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/woman-looking-orange-tablet_1157-2104.jpg" imageAlt="Professional hotel staff providing warm hospitality service" imagePosition="right" textboxLayout="default" @@ -181,7 +181,7 @@ export default function LandingPage() { title: "Fully Equipped Kitchen", description: "Cook your favorite meals with modern appliances, utensils, and a well-stocked kitchen.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-with-food_23-2149339474.jpg", imageAlt: "Contemporary apartment fully equipped kitchen" }, { - title: "24/7 Reception", description: "Our dedicated front desk is always available to assist with any requests or questions.", imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-orange-tablet_1157-2104.jpg?_wi=2", imageAlt: "Professional 24/7 reception desk service" + title: "24/7 Reception", description: "Our dedicated front desk is always available to assist with any requests or questions.", imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-orange-tablet_1157-2104.jpg", imageAlt: "Professional 24/7 reception desk service" } ]} gridVariant="four-items-2x2-equal-grid" -- 2.49.1