Update src/app/page.tsx

This commit is contained in:
2026-03-09 20:31:43 +00:00
parent 941f733e98
commit d3f02f5ecd

View File

@@ -49,7 +49,7 @@ export default function HomePage() {
title="Find Your Dream Home in Tel-Aviv"
description="Discover premium residential properties across Tel-Aviv's most desirable neighborhoods. Expert guidance for buyers, sellers, and investors."
tag="Premium Properties"
imageSrc="http://img.b2bpic.net/free-photo/city-sunset_181624-8834.jpg"
imageSrc="http://img.b2bpic.net/free-photo/city-sunset_181624-8834.jpg?_wi=1"
imageAlt="Modern apartment building in Tel-Aviv with city skyline"
showBlur={true}
showDimOverlay={true}
@@ -83,7 +83,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=1",
imageAlt: "Luxury penthouse with panoramic city views"
},
{
@@ -91,7 +91,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=2",
imageAlt: "Modern beachfront apartment with sea view"
},
{
@@ -99,7 +99,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/summer-beautiful-island-village-cyclades_1203-4549.jpg?_wi=1",
imageAlt: "Spacious modern villa with private garden"
}
]}