Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-07 16:37:31 +00:00
2 changed files with 1376 additions and 9 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -73,13 +73,13 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "prop-001", name: "Luxury Waterfront Estate", price: "$2,850,000", variant: "5BR • 4BA • Waterfront", imageSrc: "http://img.b2bpic.net/free-vector/modern-living-room-interior-design-with-flat-design_23-2147907960.jpg", imageAlt: "Luxury waterfront property", isFavorited: false
id: "prop-001", name: "Luxury Waterfront Estate", price: "$2,850,000", variant: "5BR • 4BA • Waterfront", imageSrc: "http://img.b2bpic.net/free-vector/modern-living-room-interior-design-with-flat-design_23-2147907960.jpg?_wi=1", imageAlt: "Luxury waterfront property", isFavorited: false
},
{
id: "prop-002", name: "Modern Downtown Penthouse", price: "$1,750,000", variant: "4BR • 3BA • City Center", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-working_23-2148899726.jpg", imageAlt: "Modern downtown penthouse", isFavorited: false
id: "prop-002", name: "Modern Downtown Penthouse", price: "$1,750,000", variant: "4BR • 3BA • City Center", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-working_23-2148899726.jpg?_wi=1", imageAlt: "Modern downtown penthouse", isFavorited: false
},
{
id: "prop-003", name: "Contemporary Hillside Villa", price: "$3,200,000", variant: "6BR • 5BA • Premium View", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg", imageAlt: "Contemporary hillside villa", isFavorited: false
id: "prop-003", name: "Contemporary Hillside Villa", price: "$3,200,000", variant: "6BR • 5BA • Premium View", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg?_wi=1", imageAlt: "Contemporary hillside villa", isFavorited: false
}
]}
buttons={[{ text: "View All Properties", href: "https://example.com/properties" }]}
@@ -112,27 +112,27 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Expert Market Knowledge", description: "Deep understanding of local market trends, pricing strategies, and investment opportunities.", imageSrc: "http://img.b2bpic.net/free-vector/modern-living-room-interior-design-with-flat-design_23-2147907960.jpg", imageAlt: "Real estate market analysis", buttonIcon: ArrowRight,
title: "Expert Market Knowledge", description: "Deep understanding of local market trends, pricing strategies, and investment opportunities.", imageSrc: "http://img.b2bpic.net/free-vector/modern-living-room-interior-design-with-flat-design_23-2147907960.jpg?_wi=2", imageAlt: "Real estate market analysis", buttonIcon: ArrowRight,
buttonHref: "#contact"
},
{
title: "Advanced Marketing", description: "Cutting-edge digital marketing strategies to showcase properties and attract qualified buyers.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-working_23-2148899726.jpg", imageAlt: "Digital marketing for properties", buttonIcon: ArrowRight,
title: "Advanced Marketing", description: "Cutting-edge digital marketing strategies to showcase properties and attract qualified buyers.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-working_23-2148899726.jpg?_wi=2", imageAlt: "Digital marketing for properties", buttonIcon: ArrowRight,
buttonHref: "#contact"
},
{
title: "Personalized Service", description: "Dedicated support throughout your buying, selling, or investment journey.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg", imageAlt: "Personal real estate consulting", buttonIcon: ArrowRight,
title: "Personalized Service", description: "Dedicated support throughout your buying, selling, or investment journey.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg?_wi=2", imageAlt: "Personal real estate consulting", buttonIcon: ArrowRight,
buttonHref: "#contact"
},
{
title: "Negotiation Excellence", description: "Proven negotiation skills to secure the best possible terms and outcomes.", imageSrc: "http://img.b2bpic.net/free-vector/modern-living-room-interior-design-with-flat-design_23-2147907960.jpg", imageAlt: "Real estate negotiation", buttonIcon: ArrowRight,
title: "Negotiation Excellence", description: "Proven negotiation skills to secure the best possible terms and outcomes.", imageSrc: "http://img.b2bpic.net/free-vector/modern-living-room-interior-design-with-flat-design_23-2147907960.jpg?_wi=3", imageAlt: "Real estate negotiation", buttonIcon: ArrowRight,
buttonHref: "#contact"
},
{
title: "Legal Guidance", description: "Partnership with top legal professionals to ensure smooth, compliant transactions.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-working_23-2148899726.jpg", imageAlt: "Real estate legal services", buttonIcon: ArrowRight,
title: "Legal Guidance", description: "Partnership with top legal professionals to ensure smooth, compliant transactions.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-working_23-2148899726.jpg?_wi=3", imageAlt: "Real estate legal services", buttonIcon: ArrowRight,
buttonHref: "#contact"
},
{
title: "Investment Advisory", description: "Strategic insights and analysis for real estate investment opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg", imageAlt: "Real estate investment analysis", buttonIcon: ArrowRight,
title: "Investment Advisory", description: "Strategic insights and analysis for real estate investment opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg?_wi=3", imageAlt: "Real estate investment analysis", buttonIcon: ArrowRight,
buttonHref: "#contact"
}
]}