Update src/app/properties/page.tsx

This commit is contained in:
2026-03-08 11:50:32 +00:00
parent 29a4555300
commit 33dfc8da75

View File

@@ -59,7 +59,7 @@ export default function PropertiesPage() {
name: "Oceanfront Penthouse",
price: "$4,850,000",
variant: "5 Bedrooms 2 Penthouses",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-chatting-work-event_23-2149304735.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-chatting-work-event_23-2149304735.jpg?_wi=2",
imageAlt: "Oceanfront penthouse luxury",
},
{
@@ -67,7 +67,7 @@ export default function PropertiesPage() {
name: "Contemporary Villa Estate",
price: "$3,200,000",
variant: "6 Bedrooms Pool & Spa",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-caucasian-woman-trendy-panama-waist-neon-bag-roof-bangkok-with-mobile-phone_343596-30.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-caucasian-woman-trendy-panama-waist-neon-bag-roof-bangkok-with-mobile-phone_343596-30.jpg?_wi=2",
imageAlt: "Villa with pool",
},
{
@@ -75,7 +75,7 @@ export default function PropertiesPage() {
name: "Historic Manor House",
price: "$2,950,000",
variant: "8 Bedrooms 10 Acres",
imageSrc: "http://img.b2bpic.net/free-psd/elegant-black-bed-linen-wooden-frame_191095-83721.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/elegant-black-bed-linen-wooden-frame_191095-83721.jpg?_wi=2",
imageAlt: "Historic manor estate",
},
{
@@ -83,7 +83,7 @@ export default function PropertiesPage() {
name: "Luxury Downtown Loft",
price: "$2,450,000",
variant: "3 Bedrooms 2 Penthouses",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-chatting-work-event_23-2149304735.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-chatting-work-event_23-2149304735.jpg?_wi=3",
imageAlt: "Downtown luxury loft",
},
{
@@ -91,7 +91,7 @@ export default function PropertiesPage() {
name: "Lakeside Retreat Mansion",
price: "$3,750,000",
variant: "7 Bedrooms Private Beach",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-caucasian-woman-trendy-panama-waist-neon-bag-roof-bangkok-with-mobile-phone_343596-30.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-caucasian-woman-trendy-panama-waist-neon-bag-roof-bangkok-with-mobile-phone_343596-30.jpg?_wi=3",
imageAlt: "Lakeside mansion",
},
{
@@ -99,7 +99,7 @@ export default function PropertiesPage() {
name: "Modern Mountain Chalet",
price: "$2,100,000",
variant: "4 Bedrooms Ski Access",
imageSrc: "http://img.b2bpic.net/free-psd/elegant-black-bed-linen-wooden-frame_191095-83721.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/elegant-black-bed-linen-wooden-frame_191095-83721.jpg?_wi=3",
imageAlt: "Mountain chalet luxury",
},
]}