Update src/app/properties/page.tsx
This commit is contained in:
@@ -51,7 +51,7 @@ export default function PropertiesPage() {
|
||||
id: "1",
|
||||
name: "Oceanfront Penthouse Manhattan",
|
||||
price: "$12,500,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-50.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-50.jpg?_wi=2",
|
||||
imageAlt: "Luxury penthouse interior",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -59,7 +59,7 @@ export default function PropertiesPage() {
|
||||
id: "2",
|
||||
name: "Mediterranean Waterfront Villa",
|
||||
price: "$8,750,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colonial-style-building_1150-18029.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colonial-style-building_1150-18029.jpg?_wi=2",
|
||||
imageAlt: "Luxury waterfront property",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -67,7 +67,7 @@ export default function PropertiesPage() {
|
||||
id: "3",
|
||||
name: "Private Estate Countryside",
|
||||
price: "$5,200,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-is_1328-1193.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-is_1328-1193.jpg?_wi=2",
|
||||
imageAlt: "Luxury countryside estate",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -104,7 +104,7 @@ export default function PropertiesPage() {
|
||||
id: "4",
|
||||
name: "Beverly Hills Contemporary Estate",
|
||||
price: "$9,800,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-50.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-50.jpg?_wi=3",
|
||||
imageAlt: "Beverly Hills luxury estate",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -112,7 +112,7 @@ export default function PropertiesPage() {
|
||||
id: "5",
|
||||
name: "Miami Beachfront Luxury Condo",
|
||||
price: "$7,500,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colonial-style-building_1150-18029.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colonial-style-building_1150-18029.jpg?_wi=3",
|
||||
imageAlt: "Miami beachfront luxury condo",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -120,7 +120,7 @@ export default function PropertiesPage() {
|
||||
id: "6",
|
||||
name: "San Francisco Downtown Penthouse",
|
||||
price: "$6,200,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-is_1328-1193.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-is_1328-1193.jpg?_wi=3",
|
||||
imageAlt: "San Francisco penthouse",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user