diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0ed2adc..8d5daf9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -8,7 +8,7 @@ import ProductCardFour from "@/components/sections/product/ProductCardFour";
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve";
-import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
+import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Home, Users, TrendingUp, Award, Package, Phone } from "lucide-react";
@@ -38,8 +38,7 @@ export default function HomePage() {
{ name: "FAQ", id: "/faq" }
]}
button={{
- text: "Schedule Viewing",
- href: "/contact"
+ text: "Schedule Viewing", href: "/contact"
}}
/>
@@ -55,12 +54,10 @@ export default function HomePage() {
showDimOverlay={true}
buttons={[
{
- text: "Browse Properties",
- href: "/properties"
+ text: "Browse Properties", href: "/properties"
},
{
- text: "Schedule Consultation",
- href: "/contact"
+ text: "Schedule Consultation", href: "/contact"
}
]}
ariaLabel="Hero section with Tel-Aviv property showcase"
@@ -79,34 +76,18 @@ export default function HomePage() {
gridVariant="uniform-all-items-equal"
products={[
{
- id: "prop-1",
- name: "Luxury Penthouse - Ramat Hasharon",
- price: "$2,500,000",
- variant: "5 Bedrooms | 300 sqm",
- imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=1",
- imageAlt: "Luxury penthouse with panoramic city views"
+ id: "prop-1", name: "Luxury Penthouse - Ramat Hasharon", price: "$2,500,000", variant: "5 Bedrooms | 300 sqm", imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=1", imageAlt: "Luxury penthouse with panoramic city views"
},
{
- id: "prop-2",
- name: "Beachfront Apartment - South Tel-Aviv",
- price: "$1,800,000",
- variant: "3 Bedrooms | 180 sqm",
- imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=2",
- imageAlt: "Modern beachfront apartment with sea view"
+ id: "prop-2", name: "Beachfront Apartment - South Tel-Aviv", price: "$1,800,000", variant: "3 Bedrooms | 180 sqm", imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=2", imageAlt: "Modern beachfront apartment with sea view"
},
{
- id: "prop-3",
- name: "Modern Villa - Herzl Street",
- price: "$3,200,000",
- variant: "6 Bedrooms | 450 sqm",
- imageSrc: "http://img.b2bpic.net/free-photo/summer-beautiful-island-village-cyclades_1203-4549.jpg?_wi=1",
- imageAlt: "Spacious modern villa with private garden"
+ id: "prop-3", name: "Modern Villa - Herzl Street", price: "$3,200,000", variant: "6 Bedrooms | 450 sqm", imageSrc: "http://img.b2bpic.net/free-photo/summer-beautiful-island-village-cyclades_1203-4549.jpg?_wi=1", imageAlt: "Spacious modern villa with private garden"
}
]}
buttons={[
{
- text: "View All Properties",
- href: "/properties"
+ text: "View All Properties", href: "/properties"
}
]}
ariaLabel="Featured property listings"
@@ -117,23 +98,19 @@ export default function HomePage() {