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" />