diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e76234..ab74526 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -24,24 +24,24 @@ const heroCarouselItems = [ { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/kayakoy-village-abandoned-ghost-town-near-fethiye-turkey-ruins-stone-houses-site-ancient-greek-city-karmilissos-from-18th-century_166373-3453.jpg", imageAlt: "Agrigento, Sicily"}, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/bed-with-nightstand-pendant-lamp-showroom-styled-bedroom_169016-71049.jpg", imageAlt: "Luxury apartment interior"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/bed-with-nightstand-pendant-lamp-showroom-styled-bedroom_169016-71049.jpg?_wi=1", imageAlt: "Luxury apartment interior"}, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-santorini-garden_23-2151977264.jpg", imageAlt: "Sea view balcony"}, + 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", imageAlt: "Cozy apartment bedroom"}, + 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: "5", imageSrc: "http://img.b2bpic.net/free-photo/city-walls-ruins-troy-turkey_146671-18781.jpg", imageAlt: "Valle dei Templi ruins"}, + 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: "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", imageAlt: "Scala dei Turchi cliffs"}, + 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"}, ]; const apartmentProducts = [ { - id: "apt1", name: "Apartament Classic", price: "od 400 zł/noc", variant: "2 osoby • W pełni wyposażony", imageSrc: "http://img.b2bpic.net/free-photo/bed-with-nightstand-pendant-lamp-showroom-styled-bedroom_169016-71049.jpg", imageAlt: "Classic apartment"}, + id: "apt1", name: "Apartament Classic", price: "od 400 zł/noc", variant: "2 osoby • W pełni wyposażony", imageSrc: "http://img.b2bpic.net/free-photo/bed-with-nightstand-pendant-lamp-showroom-styled-bedroom_169016-71049.jpg?_wi=2", imageAlt: "Classic apartment"}, { - id: "apt2", name: "Apartament Premium", price: "od 600 zł/noc", variant: "4 osoby • Widok na morze", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-santorini-garden_23-2151977264.jpg", imageAlt: "Premium apartment with sea view"}, + id: "apt2", name: "Apartament Premium", price: "od 600 zł/noc", variant: "4 osoby • Widok na morze", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-santorini-garden_23-2151977264.jpg?_wi=2", imageAlt: "Premium apartment with sea view"}, { - id: "apt3", name: "Apartament Deluxe", price: "od 800 zł/noc", variant: "4 osoby • Taras panoramiczny", imageSrc: "http://img.b2bpic.net/free-photo/vertical-image-luxurious-dining-room-with-ornate-chairs-as-seen-through-open-door_181624-24717.jpg", imageAlt: "Deluxe apartment with terrace"}, + id: "apt3", name: "Apartament Deluxe", price: "od 800 zł/noc", variant: "4 osoby • Taras panoramiczny", imageSrc: "http://img.b2bpic.net/free-photo/vertical-image-luxurious-dining-room-with-ornate-chairs-as-seen-through-open-door_181624-24717.jpg?_wi=2", imageAlt: "Deluxe apartment with terrace"}, ]; const features = [ @@ -67,9 +67,9 @@ const features = [ const metrics = [ { - id: "1", value: "UNESCO", title: "Valle dei Templi", description: "Starożytne greckie świątynie, jedno z siedmiu cudów archeologicznych", imageSrc: "http://img.b2bpic.net/free-photo/city-walls-ruins-troy-turkey_146671-18781.jpg", imageAlt: "Valle dei Templi"}, + id: "1", value: "UNESCO", title: "Valle dei Templi", description: "Starożytne greckie świątynie, jedno z siedmiu cudów archeologicznych", imageSrc: "http://img.b2bpic.net/free-photo/city-walls-ruins-troy-turkey_146671-18781.jpg?_wi=2", imageAlt: "Valle dei Templi"}, { - id: "2", value: "10 km", title: "Scala dei Turchi", description: "Spektakularne białe klify i piaszczysty plażowy raj", 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", imageAlt: "Scala dei Turchi"}, + id: "2", value: "10 km", title: "Scala dei Turchi", description: "Spektakularne białe klify i piaszczysty plażowy raj", 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=2", imageAlt: "Scala dei Turchi"}, { id: "3", value: "100m", title: "Via Atenea", description: "Główna ulica starego miasta z boutiques, barami i restauracjami", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-visiting-old-city_23-2149055340.jpg", imageAlt: "Via Atenea street"}, { @@ -78,13 +78,13 @@ const metrics = [ const testimonials = [ { - id: "1", name: "Anna Kowalska", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Anna Kowalska"}, + id: "1", name: "Anna Kowalska", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", imageAlt: "Anna Kowalska"}, { id: "2", name: "Michał Nowak", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Michał Nowak"}, { id: "3", name: "Joanna i Piotr", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-hat-hugging-her-beloved_1098-2310.jpg", imageAlt: "Joanna and Piotr"}, { - id: "4", name: "Maria Lewandowska", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Maria Lewandowska"}, + id: "4", name: "Maria Lewandowska", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", imageAlt: "Maria Lewandowska"}, ]; const socialLinks = [