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."