diff --git a/src/app/page.tsx b/src/app/page.tsx index 56a829e..65c418a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "https://images.unsplash.com/photo-1542314831-068cd1dbf6db?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Luxury hotel lobby"}, + imageSrc: "https://images.unsplash.com/photo-1542314831-068cd1dbf6db?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=1", imageAlt: "Luxury hotel lobby"}, { imageSrc: "https://images.unsplash.com/photo-1563290299-c90bfad8b0ae?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Hotel exterior at dusk"}, { @@ -129,7 +129,7 @@ export default function LandingPage() { { id: "r2", name: "Deluxe Room", price: "$180/night", imageSrc: "https://images.unsplash.com/photo-1631049383861-ad8185c18400?q=80&w=2574&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Spacious Deluxe Room"}, { - id: "r3", name: "Executive Suite", price: "$250/night", imageSrc: "https://images.unsplash.com/photo-1542314831-068cd1dbf6db?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Elegant Executive Suite"}, + id: "r3", name: "Executive Suite", price: "$250/night", imageSrc: "https://images.unsplash.com/photo-1542314831-068cd1dbf6db?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2", imageAlt: "Elegant Executive Suite"}, { id: "r4", name: "Family Room", price: "$220/night", imageSrc: "https://images.unsplash.com/photo-1618773959821-c1bf194164b4?q=80&w=2574&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Cozy Family Room"}, {