Update src/app/page.tsx
This commit is contained in:
@@ -104,11 +104,11 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Skyline Tower Residency", price: "$2.5M - $8.5M", imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-business-district_23-2148836789.jpg", imageAlt: "Skyline Tower Residency"},
|
||||
id: "1", name: "Skyline Tower Residency", price: "$2.5M - $8.5M", imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-business-district_23-2148836789.jpg?_wi=1", imageAlt: "Skyline Tower Residency"},
|
||||
{
|
||||
id: "2", name: "Green Valley Villas", price: "$800K - $2.2M", imageSrc: "http://img.b2bpic.net/free-photo/interior-with-bid-dining-room-modern-private-house_181624-17504.jpg", imageAlt: "Green Valley Villas"},
|
||||
id: "2", name: "Green Valley Villas", price: "$800K - $2.2M", imageSrc: "http://img.b2bpic.net/free-photo/interior-with-bid-dining-room-modern-private-house_181624-17504.jpg?_wi=1", imageAlt: "Green Valley Villas"},
|
||||
{
|
||||
id: "3", name: "Tech Hub Business Park", price: "$5M - $15M", imageSrc: "http://img.b2bpic.net/free-photo/female-architect-walking-front-building_23-2147702500.jpg", imageAlt: "Tech Hub Business Park"},
|
||||
id: "3", name: "Tech Hub Business Park", price: "$5M - $15M", imageSrc: "http://img.b2bpic.net/free-photo/female-architect-walking-front-building_23-2147702500.jpg?_wi=1", imageAlt: "Tech Hub Business Park"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -122,11 +122,11 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Residential Complexes", description: "Luxury apartments, villas, and residential communities featuring modern architecture", tag: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/interior-with-bid-dining-room-modern-private-house_181624-17504.jpg"},
|
||||
id: "1", title: "Residential Complexes", description: "Luxury apartments, villas, and residential communities featuring modern architecture", tag: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/interior-with-bid-dining-room-modern-private-house_181624-17504.jpg?_wi=2"},
|
||||
{
|
||||
id: "2", title: "Commercial Properties", description: "Office spaces, retail centers, and business parks designed for enterprise growth", tag: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/female-architect-walking-front-building_23-2147702500.jpg"},
|
||||
id: "2", title: "Commercial Properties", description: "Office spaces, retail centers, and business parks designed for enterprise growth", tag: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/female-architect-walking-front-building_23-2147702500.jpg?_wi=2"},
|
||||
{
|
||||
id: "3", title: "Mixed-Use Developments", description: "Integrated projects combining residential, retail, and entertainment spaces", tag: "Mixed-Use", imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-business-district_23-2148836789.jpg"},
|
||||
id: "3", title: "Mixed-Use Developments", description: "Integrated projects combining residential, retail, and entertainment spaces", tag: "Mixed-Use", imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-business-district_23-2148836789.jpg?_wi=2"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user