From c0ca2ed50447d5fafa817842ac87a6da539507c5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:19:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ab74526..337befd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,9 +28,9 @@ const heroCarouselItems = [ { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-santorini-garden_23-2151977264.jpg?_wi=1", imageAlt: "Sea view balcony"}, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/vertical-image-luxurious-dining-room-with-ornate-chairs-as-seen-through-open-door_181624-24717.jpg?_wi=1", imageAlt: "Cozy apartment bedroom"}, + id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUmUSVZpEZXvuP6mzJyNvtL19A/uploaded-1772727548071-bca1pdj2.jpg", imageAlt: "Cozy apartment bedroom"}, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/city-walls-ruins-troy-turkey_146671-18781.jpg?_wi=1", imageAlt: "Valle dei Templi ruins"}, + id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUmUSVZpEZXvuP6mzJyNvtL19A/uploaded-1772727586302-s4wcrms6.jpg", imageAlt: "Valle dei Templi ruins"}, { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/snake-lying-edge-cliff-against-turquoise-bay-midday-heat-place-copy-space-concept-caring-nature-protecting-snakes-reptiles-maintain-healthy-ecosystem_166373-8588.jpg?_wi=1", imageAlt: "Scala dei Turchi cliffs"}, ]; -- 2.49.1