Update src/app/properties/page.tsx
This commit is contained in:
@@ -93,7 +93,7 @@ export default function PropertiesPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/futuristic-city-architecture_23-2151918962.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/futuristic-city-architecture_23-2151918962.jpg?_wi=2"
|
||||
imageAlt="Luxury property listings"
|
||||
mediaAnimation="slide-up"
|
||||
frameStyle="card"
|
||||
@@ -109,21 +109,21 @@ export default function PropertiesPage() {
|
||||
id: "property-1",
|
||||
name: "Modern Downtown Apartment",
|
||||
price: "$850,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/family-parents-living-room-scene_24877-49940.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/family-parents-living-room-scene_24877-49940.jpg?_wi=2",
|
||||
imageAlt: "Modern luxury apartment",
|
||||
},
|
||||
{
|
||||
id: "property-2",
|
||||
name: "Suburban Family Home",
|
||||
price: "$620,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-park_1417-1446.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-park_1417-1446.jpg?_wi=2",
|
||||
imageAlt: "Beautiful suburban residence",
|
||||
},
|
||||
{
|
||||
id: "property-3",
|
||||
name: "Luxury Villa Estate",
|
||||
price: "$2,450,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-city-architecture_23-2151918962.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-city-architecture_23-2151918962.jpg?_wi=3",
|
||||
imageAlt: "Exclusive luxury villa",
|
||||
},
|
||||
]}
|
||||
@@ -172,7 +172,7 @@ export default function PropertiesPage() {
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-work-environment-urban-corporation-downtown-building_482257-124382.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-work-environment-urban-corporation-downtown-building_482257-124382.jpg?_wi=2"
|
||||
imageAlt="Real estate consultation"
|
||||
mediaAnimation="slide-up"
|
||||
buttonText="Schedule Tour"
|
||||
|
||||
Reference in New Issue
Block a user