From 55d69afaac1e217051cfbcf625b336dd087d9c25 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 21:08:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a7d5ec..7c5ec3f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,10 +9,10 @@ import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSp import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve"; import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; -import ContactCTA from "@/components/sections/contact/ContactCTA"; import ContactForm from "@/components/form/ContactForm"; +import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Home, Users, TrendingUp, Award, Package, Phone } from "lucide-react"; +import { Home, Users, TrendingUp, Award, Package, Phone, Mail } from "lucide-react"; export default function HomePage() { return ( @@ -61,6 +61,7 @@ export default function HomePage() { text: "Schedule Consultation", href: "/contact" } ]} + ariaLabel="Hero section with Tel-Aviv property showcase" /> @@ -90,6 +91,7 @@ export default function HomePage() { text: "View All Properties", href: "/properties" } ]} + ariaLabel="Featured property listings" /> @@ -120,6 +122,7 @@ export default function HomePage() { title: "Industry Awards", value: "18" } ]} + ariaLabel="Company metrics and achievements" /> @@ -148,6 +151,7 @@ export default function HomePage() { ] } ]} + ariaLabel="Real estate services overview" /> @@ -174,20 +178,22 @@ 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" />
console.log('Newsletter signup:', email)} - centered={true} + centered={false} + ariaLabel="Contact form section" />
@@ -209,6 +215,7 @@ export default function HomePage() { variant: "plain" }} useInvertedBackground={false} + ariaLabel="Contact and consultation call-to-action" /> @@ -265,8 +272,9 @@ export default function HomePage() { } ]} copyrightText="© 2025 TelAviv Realty | Premium Real Estate in Tel-Aviv" + ariaLabel="Website footer with navigation links" /> ); -} +} \ No newline at end of file -- 2.49.1