Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user