Merge version_1 into main #3
@@ -32,12 +32,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Listings", id: "#listings" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Listings", id: "listings" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Southwest Florida RE Group"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user