diff --git a/src/app/page.tsx b/src/app/page.tsx index 1150b7c..2d8656e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,10 +72,10 @@ export default function LandingPage() { "http://img.b2bpic.net/free-photo/lyon-panorama_268835-3371.jpg", imageAlt: "Canal Saint-Martin scenic water view"}, { imageSrc: - "http://img.b2bpic.net/free-photo/guy-girl-hugging-each-other-background-night-port_1153-3419.jpg", imageAlt: "Canal Saint-Martin evening lights reflection"}, + "http://img.b2bpic.net/free-photo/guy-girl-hugging-each-other-background-night-port_1153-3419.jpg?_wi=1", imageAlt: "Canal Saint-Martin evening lights reflection"}, { imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-scenery-river-field-dry-grass-surrounded-by-lot-trees_181624-20253.jpg", imageAlt: "Peaceful tree-lined walking path along canal"}, + "http://img.b2bpic.net/free-photo/beautiful-scenery-river-field-dry-grass-surrounded-by-lot-trees_181624-20253.jpg?_wi=1", imageAlt: "Peaceful tree-lined walking path along canal"}, ]} autoplayDelay={5000} showDimOverlay={true} @@ -127,7 +127,7 @@ export default function LandingPage() { id: "1", title: "Peaceful Walks", description: "Tree-lined paths and relaxing water views create the perfect escape from the bustling city. Stroll at your own pace and discover hidden corners of authentic Paris.", media: { imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-scenery-river-field-dry-grass-surrounded-by-lot-trees_181624-20253.jpg", imageAlt: "Peaceful tree-lined walking path along the canal"}, + "http://img.b2bpic.net/free-photo/beautiful-scenery-river-field-dry-grass-surrounded-by-lot-trees_181624-20253.jpg?_wi=2", imageAlt: "Peaceful tree-lined walking path along the canal"}, items: [ { icon: TreePine, text: "Shaded tree-lined pathways" }, { icon: Waves, text: "Serene water reflections" }, @@ -139,7 +139,7 @@ export default function LandingPage() { id: "2", title: "Romantic Evenings", description: "Beautiful reflections of lights on the water create a magical atmosphere perfect for couples. The evening ambiance is unmatched anywhere in Paris.", media: { imageSrc: - "http://img.b2bpic.net/free-photo/guy-girl-hugging-each-other-background-night-port_1153-3419.jpg", imageAlt: "Canal Saint-Martin evening lights reflecting on water"}, + "http://img.b2bpic.net/free-photo/guy-girl-hugging-each-other-background-night-port_1153-3419.jpg?_wi=2", imageAlt: "Canal Saint-Martin evening lights reflecting on water"}, items: [ { icon: Heart, text: "Perfect for couples" }, { icon: Moon, text: "Enchanting evening lighting" },