From 3cb2e46a61dd8fb04ba9ac972f490e8b61c8a8be Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 07:23:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d1920bb..7e8b165 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,11 +91,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { title: "Buying Property", description: "Expert guidance to find the perfect home or plot.", bentoComponent: { bentoComponent: "reveal-icon", icon: Home } }, - { title: "Selling Property", description: "Maximize your property value with our strategic marketing.", bentoComponent: { bentoComponent: "reveal-icon", icon: DollarSign } }, - { title: "Investment Consultancy", description: "Data-driven advice for profitable real estate portfolios.", bentoComponent: { bentoComponent: "reveal-icon", icon: TrendingUp } }, - { title: "Property Management", description: "Comprehensive care for your assets and rentals.", bentoComponent: { bentoComponent: "reveal-icon", icon: Briefcase } }, - { title: "Plot & House Deals", description: "Curated selection of best plots and residential properties.", bentoComponent: { bentoComponent: "reveal-icon", icon: MapPin } } + { title: "Buying Property", description: "Expert guidance to find the perfect home or plot.", bentoComponent: "reveal-icon", icon: Home }, + { title: "Selling Property", description: "Maximize your property value with our strategic marketing.", bentoComponent: "reveal-icon", icon: DollarSign }, + { title: "Investment Consultancy", description: "Data-driven advice for profitable real estate portfolios.", bentoComponent: "reveal-icon", icon: TrendingUp }, + { title: "Property Management", description: "Comprehensive care for your assets and rentals.", bentoComponent: "reveal-icon", icon: Briefcase }, + { title: "Plot & House Deals", description: "Curated selection of best plots and residential properties.", bentoComponent: "reveal-icon", icon: MapPin } ]} title="Our Real Estate Services" description="Providing comprehensive solutions for all your property needs." -- 2.49.1