From 4aac39f19bd3608e1000de2cdf53ad555f84206f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 22:43:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dff1afa..85e98c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,13 +48,13 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/landscape-with-colorful-rainbow-appearing-sky_23-2151521578.jpg", imageAlt: "Stunning panoramic view of Trento from the guesthouse terrace at sunset" + imageSrc: "http://img.b2bpic.net/free-photo/landscape-with-colorful-rainbow-appearing-sky_23-2151521578.jpg?_wi=1", imageAlt: "Stunning panoramic view of Trento from the guesthouse terrace at sunset" }, { imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-atmosphere-with-cup-tea_169016-6463.jpg", imageAlt: "Charming terrace breakfast setting with mountain vista backdrop" }, { - imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692239.jpg", imageAlt: "Cozy guesthouse room with panoramic window overlooking the valley" + imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692239.jpg?_wi=1", imageAlt: "Cozy guesthouse room with panoramic window overlooking the valley" } ]} autoplayDelay={5000} @@ -81,7 +81,7 @@ export default function LandingPage() { description="From stunning mountain views to heartfelt hospitality, every detail is designed for your comfort and peace of mind." features={[ { - title: "Breathtaking Panoramic Views", description: "Wake up to stunning vistas over Trento and the surrounding Alpine valley. Every room captures the magic of the mountain landscape.", imageSrc: "http://img.b2bpic.net/free-photo/landscape-with-colorful-rainbow-appearing-sky_23-2151521578.jpg", imageAlt: "Panoramic mountain view over Trento valley" + title: "Breathtaking Panoramic Views", description: "Wake up to stunning vistas over Trento and the surrounding Alpine valley. Every room captures the magic of the mountain landscape.", imageSrc: "http://img.b2bpic.net/free-photo/landscape-with-colorful-rainbow-appearing-sky_23-2151521578.jpg?_wi=2", imageAlt: "Panoramic mountain view over Trento valley" }, { title: "Unforgettable Breakfast", description: "Start your day with lovingly prepared breakfast served on our terrace. Fresh local ingredients, homemade specialties, and a view to remember.", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-picnic-goodies-blanket_23-2148921048.jpg", imageAlt: "Fresh breakfast spread with local products on terrace" @@ -96,7 +96,7 @@ export default function LandingPage() { title: "Free Parking", description: "Park worry-free on our secure grounds. No hassle, no extra fees – just convenient, safe parking during your entire stay.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-talking-phone_23-2149235984.jpg", imageAlt: "Free secure parking area at guesthouse" }, { - title: "Peaceful Mountain Location", description: "Just minutes from Trento's historic center yet nestled in serene nature. Perfect for couples, cyclists, and anyone seeking tranquility.", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692239.jpg", imageAlt: "Quiet mountain room with terrace view" + title: "Peaceful Mountain Location", description: "Just minutes from Trento's historic center yet nestled in serene nature. Perfect for couples, cyclists, and anyone seeking tranquility.", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692239.jpg?_wi=2", imageAlt: "Quiet mountain room with terrace view" } ]} gridVariant="bento-grid" -- 2.49.1