Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-07 16:46:30 +00:00

View File

@@ -121,7 +121,7 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Expert Market Knowledge", description: "Deep understanding of local market trends, pricing strategies, and investment opportunities backed by comprehensive data analysis.", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=400&fit=crop", imageAlt: "Real estate market analysis", buttonIcon: ArrowRight,
title: "Expert Market Knowledge", description: "Deep understanding of local market trends, pricing strategies, and investment opportunities backed by comprehensive data analysis.", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=400&fit=crop&_wi=1", imageAlt: "Real estate market analysis", buttonIcon: ArrowRight,
buttonHref: "#contact"
},
{
@@ -129,19 +129,19 @@ export default function LandingPage() {
buttonHref: "#contact"
},
{
title: "Personalized Service", description: "Dedicated support throughout your buying, selling, or investment journey with tailored solutions for your unique needs.", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=400&fit=crop", imageAlt: "Personal real estate consulting", buttonIcon: ArrowRight,
title: "Personalized Service", description: "Dedicated support throughout your buying, selling, or investment journey with tailored solutions for your unique needs.", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=400&fit=crop&_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 for maximum value and satisfaction.", imageSrc: "https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=600&h=400&fit=crop", imageAlt: "Real estate negotiation", buttonIcon: ArrowRight,
title: "Negotiation Excellence", description: "Proven negotiation skills to secure the best possible terms and outcomes for maximum value and satisfaction.", imageSrc: "https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=600&h=400&fit=crop&_wi=1", imageAlt: "Real estate negotiation", buttonIcon: ArrowRight,
buttonHref: "#contact"
},
{
title: "Legal Guidance", description: "Partnership with top legal professionals to ensure smooth, compliant transactions and complete peace of mind.", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=400&fit=crop", imageAlt: "Real estate legal services", buttonIcon: ArrowRight,
title: "Legal Guidance", description: "Partnership with top legal professionals to ensure smooth, compliant transactions and complete peace of mind.", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=400&fit=crop&_wi=3", imageAlt: "Real estate legal services", buttonIcon: ArrowRight,
buttonHref: "#contact"
},
{
title: "Investment Advisory", description: "Strategic insights and analysis for real estate investment opportunities with potential for strong returns.", imageSrc: "https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=600&h=400&fit=crop", imageAlt: "Real estate investment analysis", buttonIcon: ArrowRight,
title: "Investment Advisory", description: "Strategic insights and analysis for real estate investment opportunities with potential for strong returns.", imageSrc: "https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=600&h=400&fit=crop&_wi=2", imageAlt: "Real estate investment analysis", buttonIcon: ArrowRight,
buttonHref: "#contact"
}
]}