diff --git a/src/app/page.tsx b/src/app/page.tsx
index 71772d2..8ef363f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,71 +43,28 @@ export default function LandingPage() {
@@ -129,21 +74,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="A Legacy of Trust & Expertise"
metrics={[
- {
- icon: Award,
- label: "Years Experience",
- value: "15+",
- },
- {
- icon: Home,
- label: "Properties Sold",
- value: "500+",
- },
- {
- icon: Users,
- label: "Happy Families",
- value: "100%",
- },
+ { icon: Award, label: "Years Experience", value: "15+" },
+ { icon: Home, label: "Properties Sold", value: "500+" },
+ { icon: Users, label: "Happy Families", value: "100%" }
]}
metricsAnimation="slide-up"
/>
@@ -156,38 +89,17 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "Expert Market Knowledge",
- description: "In-depth insights into the Southwest Florida housing market.",
- 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: "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: {
- reveal-icon: {
- icon: MapPin,
- },
- },
- imageSrc: "http://img.b2bpic.net/free-photo/real-estate-wooden-table-finance-budgeting-concept_53876-128912.jpg?_wi=2",
- 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: {
- 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: "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="Why Choose Our Group"
description="We offer more than just listings; we offer a tailored lifestyle strategy."
@@ -201,48 +113,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Waterfront Estate",
- price: "$1.2M",
- variant: "Fort Myers",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg",
- },
- {
- id: "2",
- name: "Golf Course Villa",
- price: "$850k",
- variant: "Naples",
- imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-743.jpg",
- },
- {
- id: "3",
- name: "Coastal Haven",
- price: "$950k",
- variant: "Cape Coral",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-building-exterior-design_23-2151917357.jpg",
- },
- {
- id: "4",
- name: "Modern Condo",
- price: "$600k",
- variant: "Bonita Springs",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-woman-posing-kitchen_23-2148440097.jpg",
- },
- {
- id: "5",
- name: "Family Retreat",
- price: "$725k",
- variant: "Estero",
- imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed-decoration-bedroom_1339-7409.jpg",
- },
- {
- id: "6",
- name: "Luxury Penthouse",
- price: "$1.5M",
- variant: "Fort Myers Beach",
- imageSrc: "http://img.b2bpic.net/free-photo/interior-design-decoration_181624-57833.jpg",
- },
+ { id: "1", name: "Waterfront Estate", price: "$1.2M", variant: "Fort Myers", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg" },
+ { id: "2", name: "Golf Course Villa", price: "$850k", variant: "Naples", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-743.jpg" },
+ { id: "3", name: "Coastal Haven", price: "$950k", variant: "Cape Coral", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-building-exterior-design_23-2151917357.jpg" },
+ { id: "4", name: "Modern Condo", price: "$600k", variant: "Bonita Springs", imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-woman-posing-kitchen_23-2148440097.jpg" },
+ { id: "5", name: "Family Retreat", price: "$725k", variant: "Estero", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed-decoration-bedroom_1339-7409.jpg" },
+ { id: "6", name: "Luxury Penthouse", price: "$1.5M", variant: "Fort Myers Beach", imageSrc: "http://img.b2bpic.net/free-photo/interior-design-decoration_181624-57833.jpg" }
]}
title="Featured Luxury Listings"
description="Explore our curated collection of homes in Southwest Florida."
@@ -256,27 +132,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
metrics={[
- {
- id: "1",
- value: "98%",
- title: "Client Satisfaction",
- description: "Our focus on results leads to high client referrals.",
- icon: Smile,
- },
- {
- id: "2",
- value: "30",
- title: "Days Avg on Market",
- description: "We sell homes faster than the average agency.",
- icon: TrendingUp,
- },
- {
- id: "3",
- value: "10M+",
- title: "Monthly Sales Volume",
- description: "Proven success in the Southwest Florida region.",
- icon: BarChart2,
- },
+ { id: "1", value: "98%", title: "Client Satisfaction", description: "Our focus on results leads to high client referrals.", icon: Smile },
+ { id: "2", value: "30", title: "Days Avg on Market", description: "We sell homes faster than the average agency.", icon: TrendingUp },
+ { id: "3", value: "10M+", title: "Monthly Sales Volume", description: "Proven success in the Southwest Florida region.", icon: BarChart2 }
]}
title="Market Impact"
description="Proven performance indicators for our agency."
@@ -289,41 +147,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Sarah J.",
- handle: "@sarahj",
- testimonial: "The Southwest Florida RE Group made our home buying process seamless.",
- imageSrc: "http://img.b2bpic.net/free-photo/relaxing-fume-banking-adult-absence_1134-936.jpg",
- },
- {
- id: "2",
- name: "Mark D.",
- handle: "@markd",
- testimonial: "Unmatched local knowledge and personalized attention throughout the sale.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-holding-key-new-home_329181-189.jpg",
- },
- {
- id: "3",
- name: "Elena R.",
- handle: "@elenar",
- testimonial: "Sold our property faster than expected. Highly professional team!",
- imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-tablet_23-2147996524.jpg",
- },
- {
- id: "4",
- name: "Chris T.",
- handle: "@christ",
- testimonial: "Knowledgeable, professional, and friendly. We loved the experience.",
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-seeing-new-house-with-realtor_23-2148895440.jpg",
- },
- {
- id: "5",
- name: "Linda M.",
- handle: "@lindam",
- testimonial: "Excellent communication from start to finish. We are very satisfied.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-writing-paper-pinned-corkboard-talking-phone-smiling_176420-6478.jpg",
- },
+ { id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "The Southwest Florida RE Group made our home buying process seamless.", imageSrc: "http://img.b2bpic.net/free-photo/relaxing-fume-banking-adult-absence_1134-936.jpg" },
+ { id: "2", name: "Mark D.", handle: "@markd", testimonial: "Unmatched local knowledge and personalized attention throughout the sale.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-holding-key-new-home_329181-189.jpg" },
+ { id: "3", name: "Elena R.", handle: "@elenar", testimonial: "Sold our property faster than expected. Highly professional team!", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-tablet_23-2147996524.jpg" },
+ { id: "4", name: "Chris T.", handle: "@christ", testimonial: "Knowledgeable, professional, and friendly. We loved the experience.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-seeing-new-house-with-realtor_23-2148895440.jpg" },
+ { id: "5", name: "Linda M.", handle: "@lindam", testimonial: "Excellent communication from start to finish. We are very satisfied.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-writing-paper-pinned-corkboard-talking-phone-smiling_176420-6478.jpg" }
]}
title="Hear From Our Clients"
description="Read success stories from families who found their dream homes in Florida."
@@ -334,21 +162,9 @@ export default function LandingPage() {