Update src/app/page.tsx

This commit is contained in:
2026-03-09 20:56:09 +00:00
parent 6a460903a2
commit 1bc6882928

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={true}
ariaLabel="Contact form newsletter signup"
/>
</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>