diff --git a/src/app/page.tsx b/src/app/page.tsx index f8c3f23..cfc114f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,16 +103,16 @@ export default function LuxuryTravelAgencyTemplatePage() { useInvertedBackground={false} features={[ { - title: "Find Your Ideal Room", description: "Browse our diverse room types and find the perfect match for your needs.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1549293817-f6558e0a7751", imageAlt: "Mobile screen showing room selection" }, - phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1549293817-f6558e0a7751", imageAlt: "Mobile screen displaying hotel room gallery" } + title: "Find Your Ideal Room", description: "Browse our diverse room types and find the perfect match for your needs.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1549293817-f6558e0a7751?_wi=1", imageAlt: "Mobile screen showing room selection" }, + phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1549293817-f6558e0a7751?_wi=2", imageAlt: "Mobile screen displaying hotel room gallery" } }, { - title: "Secure Your Dates", description: "Select your preferred check-in and check-out dates with ease.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1544717302-d0787a716b9b", imageAlt: "Mobile calendar for date selection" }, - phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1544717302-d0787a716b9b", imageAlt: "Mobile screen for booking confirmation" } + title: "Secure Your Dates", description: "Select your preferred check-in and check-out dates with ease.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1544717302-d0787a716b9b?_wi=1", imageAlt: "Mobile calendar for date selection" }, + phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1544717302-d0787a716b9b?_wi=2", imageAlt: "Mobile screen for booking confirmation" } }, { - title: "Enjoy Your Stay", description: "Confirm your reservation and look forward to a relaxing experience.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1551634979-22be2206700c", imageAlt: "Person relaxing comfortably in a hotel bed" }, - phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1551634979-22be2206700c", imageAlt: "Guests checking into the hotel with luggage" } + title: "Enjoy Your Stay", description: "Confirm your reservation and look forward to a relaxing experience.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1551634979-22be2206700c?_wi=1", imageAlt: "Person relaxing comfortably in a hotel bed" }, + phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1551634979-22be2206700c?_wi=2", imageAlt: "Guests checking into the hotel with luggage" } } ]} />