Update src/app/page.tsx
This commit is contained in:
248
src/app/page.tsx
248
src/app/page.tsx
@@ -32,31 +32,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Southwest Florida RE Group"
|
||||
button={{
|
||||
text: "Find Your Home",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Find Your Home", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -64,107 +52,59 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "downward-rays-animated",
|
||||
}}
|
||||
variant: "downward-rays-animated"}}
|
||||
title="Southwest Florida's Trusted Real Estate Experts"
|
||||
description="Realty One Group MVP agents deliver proven results and local market mastery. Whether buying, selling, or investing, we guide you home with integrity and excellence."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Miller",
|
||||
handle: "@smiller",
|
||||
testimonial: "Excellent service and deep market knowledge. Found our dream home in record time!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-architecture-with-pool-reflections_23-2151993727.jpg?_wi=1",
|
||||
imageAlt: "luxury coastal villa southwest florida",
|
||||
},
|
||||
name: "Sarah Miller", handle: "@smiller", testimonial: "Excellent service and deep market knowledge. Found our dream home in record time!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-architecture-with-pool-reflections_23-2151993727.jpg?_wi=1", imageAlt: "luxury coastal villa southwest florida"},
|
||||
{
|
||||
name: "John Thompson",
|
||||
handle: "@jthompson",
|
||||
testimonial: "Professional, transparent, and incredibly easy to work with. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151064932.jpg?_wi=1",
|
||||
imageAlt: "luxury coastal villa southwest florida",
|
||||
},
|
||||
name: "John Thompson", handle: "@jthompson", testimonial: "Professional, transparent, and incredibly easy to work with. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-real-estate-agent_23-2151064932.jpg?_wi=1", imageAlt: "luxury coastal villa southwest florida"},
|
||||
{
|
||||
name: "Maria Garcia",
|
||||
handle: "@mgarcia",
|
||||
testimonial: "They made the selling process seamless. Exceptional results!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/infographic-elements-poster_1284-12079.jpg?_wi=1",
|
||||
imageAlt: "luxury coastal villa southwest florida",
|
||||
},
|
||||
name: "Maria Garcia", handle: "@mgarcia", testimonial: "They made the selling process seamless. Exceptional results!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/infographic-elements-poster_1284-12079.jpg?_wi=1", imageAlt: "luxury coastal villa southwest florida"},
|
||||
{
|
||||
name: "David Webb",
|
||||
handle: "@dwebb",
|
||||
testimonial: "The best team in the region. Their attention to detail is unmatched.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/house-loan-estate-sell-mortgage-concept_53876-125097.jpg?_wi=1",
|
||||
imageAlt: "luxury coastal villa southwest florida",
|
||||
},
|
||||
name: "David Webb", handle: "@dwebb", testimonial: "The best team in the region. Their attention to detail is unmatched.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/house-loan-estate-sell-mortgage-concept_53876-125097.jpg?_wi=1", imageAlt: "luxury coastal villa southwest florida"},
|
||||
{
|
||||
name: "Linda Chen",
|
||||
handle: "@lchen",
|
||||
testimonial: "A truly expert team. Knowledgeable and always available to answer questions.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/creative-real-estate-25-blue-icon-pack-such-as-contact-sale-estate-real-board_1142-26723.jpg?_wi=1",
|
||||
imageAlt: "luxury coastal villa southwest florida",
|
||||
},
|
||||
name: "Linda Chen", handle: "@lchen", testimonial: "A truly expert team. Knowledgeable and always available to answer questions.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/creative-real-estate-25-blue-icon-pack-such-as-contact-sale-estate-real-board_1142-26723.jpg?_wi=1", imageAlt: "luxury coastal villa southwest florida"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Find Your Home Today",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Find Your Home Today", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-minimalist-architecture-with-pool-reflections_23-2151993727.jpg?_wi=2"
|
||||
imageAlt="Luxurious Southwest Florida home"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912553.jpg",
|
||||
alt: "Minimalist architecture space",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912553.jpg", alt: "Minimalist architecture space"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cityscape-office-buildings_1127-2949.jpg",
|
||||
alt: "Cityscape office buildings",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cityscape-office-buildings_1127-2949.jpg", alt: "Cityscape office buildings"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/modern-luxury-villa-with-pool-stunning-views_23-2151974383.jpg",
|
||||
alt: "Modern luxury villa with pool and stunning views",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/modern-luxury-villa-with-pool-stunning-views_23-2151974383.jpg", alt: "Modern luxury villa with pool and stunning views"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692299.jpg",
|
||||
alt: "Ai generated of modern styled entryway",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692299.jpg", alt: "Ai generated of modern styled entryway"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-female-real-estate-agent-standing-house-entrance-smiling-woman-with-short-graying-hair-pink-suit-getting-ready-meet-customers-real-estate-business-work-concept_74855-22183.jpg",
|
||||
alt: "Beautiful female real estate agent standing at house entrance",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-female-real-estate-agent-standing-house-entrance-smiling-woman-with-short-graying-hair-pink-suit-getting-ready-meet-customers-real-estate-business-work-concept_74855-22183.jpg", alt: "Beautiful female real estate agent standing at house entrance"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Market Expertise",
|
||||
icon: TrendingUp,
|
||||
type: "text-icon", text: "Market Expertise", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Luxury Homes",
|
||||
icon: Key,
|
||||
type: "text-icon", text: "Luxury Homes", icon: Key,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Local Insight",
|
||||
icon: MapPin,
|
||||
type: "text-icon", text: "Local Insight", icon: MapPin,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fast Closings",
|
||||
icon: Clock,
|
||||
type: "text-icon", text: "Fast Closings", icon: Clock,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Trusted Advice",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Trusted Advice", icon: ShieldCheck,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -188,22 +128,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Market Insight",
|
||||
description: "Leverage our deep data analysis to stay ahead of the competitive Southwest Florida market.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/infographic-elements-poster_1284-12079.jpg?_wi=2",
|
||||
imageAlt: "Market data",
|
||||
title: "Market Insight", description: "Leverage our deep data analysis to stay ahead of the competitive Southwest Florida market.", imageSrc: "http://img.b2bpic.net/free-vector/infographic-elements-poster_1284-12079.jpg?_wi=2", imageAlt: "Market data", button: {
|
||||
text: "Analyze Market", href: "#contact"},
|
||||
},
|
||||
{
|
||||
title: "Seamless Process",
|
||||
description: "We streamline buying and selling transactions to ensure efficiency from consultation to closing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/house-loan-estate-sell-mortgage-concept_53876-125097.jpg?_wi=2",
|
||||
imageAlt: "Seamless process",
|
||||
title: "Seamless Process", description: "We streamline buying and selling transactions to ensure efficiency from consultation to closing.", imageSrc: "http://img.b2bpic.net/free-photo/house-loan-estate-sell-mortgage-concept_53876-125097.jpg?_wi=2", imageAlt: "Seamless process", button: {
|
||||
text: "Start Process", href: "#contact"},
|
||||
},
|
||||
{
|
||||
title: "Luxury Growth",
|
||||
description: "Expert advice on asset growth and long-term value for investors and homeowners alike.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/creative-real-estate-25-blue-icon-pack-such-as-contact-sale-estate-real-board_1142-26723.jpg?_wi=2",
|
||||
imageAlt: "Growth analytics",
|
||||
title: "Luxury Growth", description: "Expert advice on asset growth and long-term value for investors and homeowners alike.", imageSrc: "http://img.b2bpic.net/free-vector/creative-real-estate-25-blue-icon-pack-such-as-contact-sale-estate-real-board_1142-26723.jpg?_wi=2", imageAlt: "Growth analytics", button: {
|
||||
text: "Get Consulting", href: "#contact"},
|
||||
},
|
||||
]}
|
||||
title="Why Choose Our Expertise"
|
||||
@@ -218,26 +152,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "150+",
|
||||
title: "Homes Sold",
|
||||
description: "Successful property closures",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-digital-tablet-meeting_1098-487.jpg",
|
||||
},
|
||||
id: "m1", value: "150+", title: "Homes Sold", description: "Successful property closures", imageSrc: "http://img.b2bpic.net/free-photo/close-up-digital-tablet-meeting_1098-487.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "12",
|
||||
title: "Communities Served",
|
||||
description: "Expert reach across SWFL",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-housing-brokerage-concept_53876-120663.jpg",
|
||||
},
|
||||
id: "m2", value: "12", title: "Communities Served", description: "Expert reach across SWFL", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-housing-housing-brokerage-concept_53876-120663.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "4.9/5",
|
||||
title: "Client Rating",
|
||||
description: "Based on verified reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mortgage-house-loan-website-login-graphic-concept_53876-134005.jpg",
|
||||
},
|
||||
id: "m3", value: "4.9/5", title: "Client Rating", description: "Based on verified reviews", imageSrc: "http://img.b2bpic.net/free-photo/mortgage-house-loan-website-login-graphic-concept_53876-134005.jpg"},
|
||||
]}
|
||||
title="Performance at a Glance"
|
||||
description="Our commitment to excellence translates into results that speak for themselves."
|
||||
@@ -251,45 +170,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
handle: "@smiller",
|
||||
testimonial: "Excellent service and deep market knowledge.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-real-estate-agent-giving-keys-couple-who-is-buying-their-new-home_637285-6093.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah Miller", handle: "@smiller", testimonial: "Excellent service and deep market knowledge.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-real-estate-agent-giving-keys-couple-who-is-buying-their-new-home_637285-6093.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "John Thompson",
|
||||
handle: "@jthompson",
|
||||
testimonial: "Professional, transparent, and incredibly easy to work with.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-against-building-new-brick-house_1398-5104.jpg",
|
||||
},
|
||||
id: "t2", name: "John Thompson", handle: "@jthompson", testimonial: "Professional, transparent, and incredibly easy to work with.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-against-building-new-brick-house_1398-5104.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Maria Garcia",
|
||||
handle: "@mgarcia",
|
||||
testimonial: "They made the selling process seamless. Exceptional results!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-real-estate-agent-working_23-2150322086.jpg",
|
||||
},
|
||||
id: "t3", name: "Maria Garcia", handle: "@mgarcia", testimonial: "They made the selling process seamless. Exceptional results!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-real-estate-agent-working_23-2150322086.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Webb",
|
||||
handle: "@dwebb",
|
||||
testimonial: "The best team in the region. Attention to detail is unmatched.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-showing-approval_23-2148269236.jpg",
|
||||
},
|
||||
id: "t4", name: "David Webb", handle: "@dwebb", testimonial: "The best team in the region. Attention to detail is unmatched.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-showing-approval_23-2148269236.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Linda Chen",
|
||||
handle: "@lchen",
|
||||
testimonial: "Expert team, always there when I need them.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-real-estate-agent_23-2151064815.jpg",
|
||||
},
|
||||
id: "t5", name: "Linda Chen", handle: "@lchen", testimonial: "Expert team, always there when I need them.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-real-estate-agent_23-2151064815.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Words From Our Clients"
|
||||
@@ -303,20 +197,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What areas do you serve?",
|
||||
content: "We cover the entire Southwest Florida region, including Fort Myers, Cape Coral, Naples, and more.",
|
||||
},
|
||||
id: "q1", title: "What areas do you serve?", content: "We cover the entire Southwest Florida region, including Fort Myers, Cape Coral, Naples, and more."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How can you help me find a home?",
|
||||
content: "We use our extensive local network and deep market analysis to identify properties that fit your criteria.",
|
||||
},
|
||||
id: "q2", title: "How can you help me find a home?", content: "We use our extensive local network and deep market analysis to identify properties that fit your criteria."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What is the benefit of working with a franchise?",
|
||||
content: "You get the personalized, local service of a boutique firm backed by the tools and reach of Realty One Group.",
|
||||
},
|
||||
id: "q3", title: "What is the benefit of working with a franchise?", content: "You get the personalized, local service of a boutique firm backed by the tools and reach of Realty One Group."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-financial-advisor-couple-signing-agreement-after-consultations-their-home_637285-3792.jpg"
|
||||
imageAlt="FAQ advice"
|
||||
@@ -331,8 +216,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "downward-rays-animated",
|
||||
}}
|
||||
variant: "downward-rays-animated"}}
|
||||
tag="Let's Connect"
|
||||
title="Ready to Start Your Journey?"
|
||||
description="Reach out today to discuss your real estate needs and start your search in Southwest Florida."
|
||||
@@ -347,37 +231,23 @@ export default function LandingPage() {
|
||||
logoText="Southwest Florida RE Group"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user