From fdb705638801e2390482c5f5af6bef671d714c24 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 07:30:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ef363f..1750cf9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,12 +32,13 @@ export default function LandingPage() { @@ -88,18 +89,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - title: "Expert Market Knowledge", description: "In-depth insights into the Southwest Florida housing market.", bentoComponent: { icon: ShieldCheck }, - imageSrc: "http://img.b2bpic.net/free-photo/concentrated-thoughtful-business-colleagues-standing-near-table-analyzing-documents_1262-12289.jpg", imageAlt: "professional real estate agent smiling" - }, - { - title: "Prime Listings", description: "Exclusive access to the best waterfront and golf communities.", bentoComponent: { icon: MapPin }, - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-wooden-table-finance-budgeting-concept_53876-128912.jpg", imageAlt: "professional real estate agent smiling" - }, - { - title: "Personalized Service", description: "Dedicated agents focused on your unique property needs.", bentoComponent: { icon: Heart }, - imageSrc: "http://img.b2bpic.net/free-photo/view-tank-container-water-storage_23-2151748249.jpg", imageAlt: "professional real estate agent smiling" - } + { title: "Expert Market Knowledge", description: "In-depth insights into the Southwest Florida housing market.", bentoComponent: { bentoComponent: "reveal-icon", icon: ShieldCheck }, imageSrc: "http://img.b2bpic.net/free-photo/concentrated-thoughtful-business-colleagues-standing-near-table-analyzing-documents_1262-12289.jpg", imageAlt: "professional real estate agent smiling" }, + { title: "Prime Listings", description: "Exclusive access to the best waterfront and golf communities.", bentoComponent: { bentoComponent: "reveal-icon", icon: MapPin }, imageSrc: "http://img.b2bpic.net/free-photo/real-estate-wooden-table-finance-budgeting-concept_53876-128912.jpg", imageAlt: "professional real estate agent smiling" }, + { title: "Personalized Service", description: "Dedicated agents focused on your unique property needs.", bentoComponent: { bentoComponent: "reveal-icon", icon: Heart }, imageSrc: "http://img.b2bpic.net/free-photo/view-tank-container-water-storage_23-2151748249.jpg", imageAlt: "professional real estate agent smiling" } ]} title="Why Choose Our Group" description="We offer more than just listings; we offer a tailored lifestyle strategy." -- 2.49.1