diff --git a/src/app/page.tsx b/src/app/page.tsx index ca87cf4..1197c1d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg", imageAlt: "Luxury Property 2" }, { - imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg", imageAlt: "Luxury Property 3" + imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg?_wi=1", imageAlt: "Luxury Property 3" } ]} autoplayDelay={5000} @@ -87,13 +87,13 @@ export default function LandingPage() { tagIcon={Star} products={[ { - id: "1", name: "Oceanfront Luxury Villa", price: "$2,450,000", variant: "4BR • 4BA • 5,200 sqft", imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg", imageAlt: "Luxury Villa" + id: "1", name: "Oceanfront Luxury Villa", price: "$2,450,000", variant: "4BR • 4BA • 5,200 sqft", imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg?_wi=2", imageAlt: "Luxury Villa" }, { - id: "2", name: "Contemporary Downtown Penthouse", price: "$1,850,000", variant: "3BR • 3BA • 3,800 sqft", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg", imageAlt: "Downtown Penthouse" + id: "2", name: "Contemporary Downtown Penthouse", price: "$1,850,000", variant: "3BR • 3BA • 3,800 sqft", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=1", imageAlt: "Downtown Penthouse" }, { - id: "3", name: "Private Estate on Hillside", price: "$3,200,000", variant: "5BR • 5BA • 6,500 sqft", imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-large-windows-comfortable-furniture_9975-33081.jpg", imageAlt: "Hillside Estate" + id: "3", name: "Private Estate on Hillside", price: "$3,200,000", variant: "5BR • 5BA • 6,500 sqft", imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-large-windows-comfortable-furniture_9975-33081.jpg?_wi=1", imageAlt: "Hillside Estate" } ]} gridVariant="uniform-all-items-equal" @@ -113,19 +113,19 @@ export default function LandingPage() { { id: 1, title: "Buyer Representation", description: "Find your perfect home with personalized guidance through every step of the buying process.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg?_wi=3" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=2" } }, { id: 2, title: "Seller Marketing", description: "Strategic marketing and premium presentation to attract qualified buyers and maximize your home's value.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=3" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-large-windows-comfortable-furniture_9975-33081.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-large-windows-comfortable-furniture_9975-33081.jpg?_wi=2" } } ]}