Merge version_4 into main #9

Merged
bender merged 1 commits from version_4 into main 2026-03-09 21:09:27 +00:00

View File

@@ -61,7 +61,6 @@ export default function HomePage() {
text: "Schedule Consultation", href: "/contact"
}
]}
ariaLabel="Hero section with Tel-Aviv property showcase"
/>
</div>
@@ -91,7 +90,6 @@ export default function HomePage() {
text: "View All Properties", href: "/properties"
}
]}
ariaLabel="Featured property listings"
/>
</div>
@@ -122,7 +120,6 @@ export default function HomePage() {
title: "Industry Awards", value: "18"
}
]}
ariaLabel="Company metrics and achievements"
/>
</div>
@@ -151,7 +148,6 @@ export default function HomePage() {
]
}
]}
ariaLabel="Real estate services overview"
/>
</div>
@@ -178,7 +174,6 @@ export default function HomePage() {
imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=8", imageAlt: "Rachel Levy testimonial"
}
]}
ariaLabel="Client testimonials and success stories"
/>
</div>
@@ -193,7 +188,6 @@ export default function HomePage() {
termsText="We respect your privacy. Unsubscribe anytime."
onSubmit={(email) => console.log('Newsletter signup:', email)}
centered={false}
ariaLabel="Contact form section"
/>
</div>
@@ -215,7 +209,6 @@ export default function HomePage() {
variant: "plain"
}}
useInvertedBackground={false}
ariaLabel="Contact and consultation call-to-action"
/>
</div>
@@ -272,7 +265,6 @@ export default function HomePage() {
}
]}
copyrightText="© 2025 TelAviv Realty | Premium Real Estate in Tel-Aviv"
ariaLabel="Website footer with navigation links"
/>
</div>
</ThemeProvider>