Update src/app/page.tsx

This commit is contained in:
2026-02-25 16:59:44 +00:00
parent 4b7e22d37d
commit a40b47aaf3

View File

@@ -58,22 +58,22 @@ export default function RealEstatePage() {
carouselItems={[
{
id: "property-1",
imageSrc: "https://img.b2bpic.net/free-photo/luxury-pool-villa-spectacular-contemporary-design-digital-art-real-estate-home-house-property-ge_1258-150759.jpg",
imageSrc: "https://img.b2bpic.net/free-photo/luxury-pool-villa-spectacular-contemporary-design-digital-art-real-estate-home-house-property-ge_1258-150759.jpg?_wi=1",
imageAlt: "Luxury waterfront villa with ocean view"
},
{
id: "property-2",
imageSrc: "https://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background_53876-120942.jpg",
imageSrc: "https://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background_53876-120942.jpg?_wi=1",
imageAlt: "Modern beachfront property"
},
{
id: "property-3",
imageSrc: "https://img.b2bpic.net/free-photo/luxury-pool-villa-spectacular-contemporary-design-digital-art-real-estate-home-house-property-ge_1258-150759.jpg",
imageSrc: "https://img.b2bpic.net/free-photo/luxury-pool-villa-spectacular-contemporary-design-digital-art-real-estate-home-house-property-ge_1258-150759.jpg?_wi=2",
imageAlt: "Contemporary coastal residence"
},
{
id: "property-4",
imageSrc: "https://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background_53876-120942.jpg",
imageSrc: "https://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background_53876-120942.jpg?_wi=2",
imageAlt: "Premium waterfront investment"
}
]}