diff --git a/src/app/page.tsx b/src/app/page.tsx index 0cc0c6c..5ffcbb4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,19 +70,19 @@ export default function LandingPage() { imageAlt: "Traditional Nepali Homestay", }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-daisy-mountain-landscape-with-green-grass-park-foreground_181624-50333.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-daisy-mountain-landscape-with-green-grass-park-foreground_181624-50333.jpg?_wi=1", imageAlt: "Mountain View", }, { - imageSrc: "http://img.b2bpic.net/free-photo/voting-rights-american-election_23-2151841497.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/voting-rights-american-election_23-2151841497.jpg?_wi=1", imageAlt: "Prayer flags", }, { - imageSrc: "http://img.b2bpic.net/free-photo/small-hut-with-red-roof-is-front-mountain_505751-5862.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/small-hut-with-red-roof-is-front-mountain_505751-5862.jpg?_wi=1", imageAlt: "Mountain sunset", }, { - imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552628.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552628.jpg?_wi=1", imageAlt: "Cozy room", }, ]} @@ -112,7 +112,7 @@ export default function LandingPage() { id: "r1", name: "Mountain View Private Room", price: "NPR 1,800 / night", - imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552628.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552628.jpg?_wi=2", imageAlt: "Cozy room with mountain view", }, { @@ -146,7 +146,7 @@ export default function LandingPage() { id: "f1", title: "Breakfast", description: "Complimentary daily traditional breakfast.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-banquet_23-2149893447.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-banquet_23-2149893447.jpg?_wi=1", imageAlt: "Breakfast spread", }, { @@ -180,28 +180,28 @@ export default function LandingPage() { id: "g1", title: "Mountain Surroundings", description: "Incredible views of the Himalayas.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-daisy-mountain-landscape-with-green-grass-park-foreground_181624-50333.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-daisy-mountain-landscape-with-green-grass-park-foreground_181624-50333.jpg?_wi=2", imageAlt: "Mountain view", }, { id: "g2", title: "Peaceful Common Area", description: "Relax and enjoy nature.", - imageSrc: "http://img.b2bpic.net/free-photo/voting-rights-american-election_23-2151841497.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/voting-rights-american-election_23-2151841497.jpg?_wi=2", imageAlt: "Common area", }, { id: "g3", title: "Village Pathways", description: "Explore the local Nepali village.", - imageSrc: "http://img.b2bpic.net/free-photo/small-hut-with-red-roof-is-front-mountain_505751-5862.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/small-hut-with-red-roof-is-front-mountain_505751-5862.jpg?_wi=2", imageAlt: "Village path", }, { id: "g4", title: "Dining Area", description: "Authentic meals served here.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-banquet_23-2149893447.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-banquet_23-2149893447.jpg?_wi=2", imageAlt: "Dining area", }, ]}