Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-14 20:50:13 +00:00

View File

@@ -55,10 +55,10 @@ export default function LandingPage() {
background={{ variant: "gradient-bars" }}
carouselItems={[
{
id: "slide-1", imageSrc: "http://img.b2bpic.net/free-photo/young-female-tourist-carrying-camera-shoulder-looking-building-city_23-2148027183.jpg", imageAlt: "Beautiful luxury home exterior"
id: "slide-1", imageSrc: "http://img.b2bpic.net/free-photo/young-female-tourist-carrying-camera-shoulder-looking-building-city_23-2148027183.jpg?_wi=1", imageAlt: "Beautiful luxury home exterior"
},
{
id: "slide-2", imageSrc: "http://img.b2bpic.net/free-photo/modern-dining-room-living-room-with-luxury-decor_105762-1672.jpg", imageAlt: "Modern open concept living room"
id: "slide-2", imageSrc: "http://img.b2bpic.net/free-photo/modern-dining-room-living-room-with-luxury-decor_105762-1672.jpg?_wi=1", imageAlt: "Modern open concept living room"
},
{
id: "slide-3", imageSrc: "http://img.b2bpic.net/free-photo/luxury-hotel-bedroom-illuminated-by-modern-lamps-generated-by-ai_188544-27990.jpg", imageAlt: "Elegant master bedroom design"
@@ -70,7 +70,7 @@ export default function LandingPage() {
id: "slide-5", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-grass-by-building_1303-11915.jpg", imageAlt: "Beautiful outdoor entertaining space"
},
{
id: "slide-6", imageSrc: "http://img.b2bpic.net/free-photo/facade-modern-building-with-geometric-windows-curved-walls_181624-16998.jpg", imageAlt: "Modern residential architecture"
id: "slide-6", imageSrc: "http://img.b2bpic.net/free-photo/facade-modern-building-with-geometric-windows-curved-walls_181624-16998.jpg?_wi=1", imageAlt: "Modern residential architecture"
}
]}
autoPlay={true}
@@ -110,13 +110,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Home Buying", description: "Get expert guidance through the entire buying process. From property search to inspection and financing, we'll guide you every step.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-tourist-carrying-camera-shoulder-looking-building-city_23-2148027183.jpg", imageAlt: "Beautiful home for sale", button: { text: "Start Search", href: "#contact" }
title: "Home Buying", description: "Get expert guidance through the entire buying process. From property search to inspection and financing, we'll guide you every step.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-tourist-carrying-camera-shoulder-looking-building-city_23-2148027183.jpg?_wi=2", imageAlt: "Beautiful home for sale", button: { text: "Start Search", href: "#contact" }
},
{
title: "Home Selling", description: "Maximize your home's value with professional staging advice, targeted marketing, and strategic pricing. Sell faster, smarter.", imageSrc: "http://img.b2bpic.net/free-photo/modern-dining-room-living-room-with-luxury-decor_105762-1672.jpg", imageAlt: "Modern home interior", button: { text: "Get Valuation", href: "#contact" }
title: "Home Selling", description: "Maximize your home's value with professional staging advice, targeted marketing, and strategic pricing. Sell faster, smarter.", imageSrc: "http://img.b2bpic.net/free-photo/modern-dining-room-living-room-with-luxury-decor_105762-1672.jpg?_wi=2", imageAlt: "Modern home interior", button: { text: "Get Valuation", href: "#contact" }
},
{
title: "Investment Properties", description: "Analyze multifamily units, condos, and investment opportunities. Build wealth through strategic real estate investments.", imageSrc: "http://img.b2bpic.net/free-photo/facade-modern-building-with-geometric-windows-curved-walls_181624-16998.jpg", imageAlt: "Residential investment property", button: { text: "Explore Investments", href: "#contact" }
title: "Investment Properties", description: "Analyze multifamily units, condos, and investment opportunities. Build wealth through strategic real estate investments.", imageSrc: "http://img.b2bpic.net/free-photo/facade-modern-building-with-geometric-windows-curved-walls_181624-16998.jpg?_wi=2", imageAlt: "Residential investment property", button: { text: "Explore Investments", href: "#contact" }
}
]}
/>