From 6839cc6a82d8666d4d56d6e31d5fe30075488df0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 07:20:18 +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 ff5a0ae..77945f6 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 }, imageSrc: "http://img.b2bpic.net/free-photo/sunny-urban-landscape_23-2149504780.jpg" }, - { title: "Selling Property", description: "Maximize your property value with our strategic marketing.", bentoComponent: { bentoComponent: "reveal-icon", icon: DollarSign }, imageSrc: "http://img.b2bpic.net/free-photo/traditional-house-architecture_23-2151050992.jpg" }, - { title: "Investment Consultancy", description: "Data-driven advice for profitable real estate portfolios.", bentoComponent: { bentoComponent: "reveal-icon", icon: TrendingUp }, imageSrc: "http://img.b2bpic.net/free-photo/people-working-table-together_23-2147727629.jpg" }, - { title: "Property Management", description: "Comprehensive care for your assets and rentals.", bentoComponent: { bentoComponent: "reveal-icon", icon: Briefcase }, imageSrc: "http://img.b2bpic.net/free-photo/type-luxurious-summer-villa-hotel-amara-dolce-vita-luxury-hotel-beautiful-architecture-tekirova-kemer-turkey_146671-18725.jpg" }, - { title: "Plot & House Deals", description: "Curated selection of best plots and residential properties.", bentoComponent: { bentoComponent: "reveal-icon", icon: MapPin }, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-field-costa-rican-countryside_23-2148248872.jpg" } + { title: "Buying Property", description: "Expert guidance to find the perfect home or plot.", bentoComponent: "reveal-icon", icon: Home, imageSrc: "http://img.b2bpic.net/free-photo/sunny-urban-landscape_23-2149504780.jpg" }, + { title: "Selling Property", description: "Maximize your property value with our strategic marketing.", bentoComponent: "reveal-icon", icon: DollarSign, imageSrc: "http://img.b2bpic.net/free-photo/traditional-house-architecture_23-2151050992.jpg" }, + { title: "Investment Consultancy", description: "Data-driven advice for profitable real estate portfolios.", bentoComponent: "reveal-icon", icon: TrendingUp, imageSrc: "http://img.b2bpic.net/free-photo/people-working-table-together_23-2147727629.jpg" }, + { title: "Property Management", description: "Comprehensive care for your assets and rentals.", bentoComponent: "reveal-icon", icon: Briefcase, imageSrc: "http://img.b2bpic.net/free-photo/type-luxurious-summer-villa-hotel-amara-dolce-vita-luxury-hotel-beautiful-architecture-tekirova-kemer-turkey_146671-18725.jpg" }, + { title: "Plot & House Deals", description: "Curated selection of best plots and residential properties.", bentoComponent: "reveal-icon", icon: MapPin, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-field-costa-rican-countryside_23-2148248872.jpg" } ]} title="Our Real Estate Services" description="Providing comprehensive solutions for all your property needs." -- 2.49.1