From 323e1df00b9c096f4ab9128663d84f038796d11a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 13:10:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e4b9b8..9b042a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,16 +113,13 @@ export default function LandingPage() { carouselMode="buttons" plans={[ { - id: "residential", badge: "Most Popular", price: "Apartments & Homes", subtitle: "Perfect for families and individuals", buttons: [{ text: "Browse Residential", href: "products" }], - features: ["1-5 bedroom options", "Modern kitchens & bathrooms", "Secure parking available", "Community amenities"] + id: "residential", badge: "Most Popular", price: "Apartments & Homes", subtitle: "Perfect for families and individuals", buttons: [{ text: "Browse Residential", href: "products" }], features: ["1-5 bedroom options", "Modern kitchens & bathrooms", "Secure parking available", "Community amenities"] }, { - id: "commercial", badge: "Investment Ready", price: "Office & Retail Space", subtitle: "For business owners and investors", buttons: [{ text: "Explore Commercial", href: "products" }], - features: ["Prime business locations", "High foot traffic areas", "Professional infrastructure", "Flexible lease terms"] + id: "commercial", badge: "Investment Ready", price: "Office & Retail Space", subtitle: "For business owners and investors", buttons: [{ text: "Explore Commercial", href: "products" }], features: ["Prime business locations", "High foot traffic areas", "Professional infrastructure", "Flexible lease terms"] }, { - id: "luxury", badge: "Premium Selection", price: "Luxury Properties", subtitle: "Ultimate living and investment experience", buttons: [{ text: "View Luxury Homes", href: "featured" }], - features: ["Exclusive penthouses", "Architectural masterpieces", "Premium amenities", "Concierge services"] + id: "luxury", badge: "Premium Selection", price: "Luxury Properties", subtitle: "Ultimate living and investment experience", buttons: [{ text: "View Luxury Homes", href: "featured" }], features: ["Exclusive penthouses", "Architectural masterpieces", "Premium amenities", "Concierge services"] } ]} /> @@ -190,7 +187,6 @@ export default function LandingPage() { title="Trusted by Industry Leaders" description="Our partnerships with leading financial institutions, insurers, and service providers ensure a comprehensive real estate experience." tag="Industry Partners" - animationType="slide-up" textboxLayout="default" useInvertedBackground={false} names={["Premium Bank Financial", "Trust Insurance Group", "Elite Realty Partners", "BuildCo Construction", "Legal & Associates", "Home Inspection Experts", "Real Estate Board"]} -- 2.49.1