From 4d5db1dd9158616074f14eb5cd258bb9c6fce19b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 11:06:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index be6c34b..fb03dab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,6 +59,8 @@ export default function LandingPage() { title="Facility Highlights" description="State-of-the-art facilities ensuring a premium living experience." animationType="slide-up" + textboxLayout="default" + useInvertedBackground={false} metrics={[ { id: "1", icon: Home, title: "Fully Furnished", value: "100%" }, { id: "2", icon: Users, title: "Community", value: "Exclusive" }, @@ -74,6 +76,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} features={[ { title: "High Speed Wi-Fi", description: "Uninterrupted connectivity for study and work.", imageSrc: "https://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg" }, { title: "Professional Housekeeping", description: "Regular cleaning services to keep your space pristine.", imageSrc: "https://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg" } @@ -108,6 +111,8 @@ export default function LandingPage() { tagIcon={Phone} title="Ready to join our community?" description="Book a personal tour of our facilities or enquire about current availability today." + background={{ variant: "plain" }} + useInvertedBackground={false} buttons={[{ text: "Schedule Tour", href: "#" }]} /> -- 2.49.1