diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d6c899..2603e7e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,21 +53,21 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8583.jpg", imageAlt: "Cozy Monkey apartment living room"}, { - imageSrc: "http://img.b2bpic.net/free-photo/composition-with-details-autumn-decor-table-interior-room_169016-13763.jpg", imageAlt: "Modern apartment living space"}, + imageSrc: "http://img.b2bpic.net/free-photo/composition-with-details-autumn-decor-table-interior-room_169016-13763.jpg?_wi=1", imageAlt: "Modern apartment living space"}, { - imageSrc: "http://img.b2bpic.net/free-photo/teenage-girl-bed-morning-routine-teenage-girl-her-bedroom_169016-68075.jpg", imageAlt: "Comfortable bedroom"}, + imageSrc: "http://img.b2bpic.net/free-photo/teenage-girl-bed-morning-routine-teenage-girl-her-bedroom_169016-68075.jpg?_wi=1", imageAlt: "Comfortable bedroom"}, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-happy-woman-dancing-cooking-listening-music-headphones-making-vegan-healthy-meal_1258-204589.jpg", imageAlt: "Fully equipped kitchen"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-happy-woman-dancing-cooking-listening-music-headphones-making-vegan-healthy-meal_1258-204589.jpg?_wi=1", imageAlt: "Fully equipped kitchen"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/man-taking-shower_657883-445.jpg", imageAlt: "Modern clean bathroom"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-taking-shower_657883-445.jpg?_wi=1", imageAlt: "Modern clean bathroom"}, { - imageSrc: "http://img.b2bpic.net/free-photo/apartment-building-with-balconies_250224-87.jpg", imageAlt: "Quiet residential building"}, + imageSrc: "http://img.b2bpic.net/free-photo/apartment-building-with-balconies_250224-87.jpg?_wi=1", imageAlt: "Quiet residential building"}, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-hitchhiking-city-while-wearing-mask_23-2148815248.jpg", imageAlt: "Budapest location map"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-hitchhiking-city-while-wearing-mask_23-2148815248.jpg?_wi=1", imageAlt: "Budapest location map"}, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-headphones_23-2149155167.jpg", imageAlt: "Apartment neighborhood"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-headphones_23-2149155167.jpg?_wi=1", imageAlt: "Apartment neighborhood"}, ]} buttons={[ { text: "Call Now", href: "tel:+36204626987" }, @@ -111,22 +111,22 @@ export default function LandingPage() { products={[ { id: "1", brand: "Cozy Monkey", name: "Living Room", price: "Your Sanctuary", rating: 5, - reviewCount: "Bright & Welcoming", imageSrc: "http://img.b2bpic.net/free-photo/composition-with-details-autumn-decor-table-interior-room_169016-13763.jpg", imageAlt: "Spacious living room with natural light"}, + reviewCount: "Bright & Welcoming", imageSrc: "http://img.b2bpic.net/free-photo/composition-with-details-autumn-decor-table-interior-room_169016-13763.jpg?_wi=2", imageAlt: "Spacious living room with natural light"}, { id: "2", brand: "Cozy Monkey", name: "Bedroom", price: "Rest Well", rating: 5, - reviewCount: "Comfortable Sleep", imageSrc: "http://img.b2bpic.net/free-photo/teenage-girl-bed-morning-routine-teenage-girl-her-bedroom_169016-68075.jpg", imageAlt: "Cozy bedroom with quality bedding"}, + reviewCount: "Comfortable Sleep", imageSrc: "http://img.b2bpic.net/free-photo/teenage-girl-bed-morning-routine-teenage-girl-her-bedroom_169016-68075.jpg?_wi=2", imageAlt: "Cozy bedroom with quality bedding"}, { id: "3", brand: "Cozy Monkey", name: "Kitchen", price: "Cook & Dine", rating: 5, - reviewCount: "Fully Equipped", imageSrc: "http://img.b2bpic.net/free-photo/modern-happy-woman-dancing-cooking-listening-music-headphones-making-vegan-healthy-meal_1258-204589.jpg", imageAlt: "Modern fully equipped kitchen"}, + reviewCount: "Fully Equipped", imageSrc: "http://img.b2bpic.net/free-photo/modern-happy-woman-dancing-cooking-listening-music-headphones-making-vegan-healthy-meal_1258-204589.jpg?_wi=2", imageAlt: "Modern fully equipped kitchen"}, { id: "4", brand: "Cozy Monkey", name: "Bathroom", price: "Fresh & Clean", rating: 5, - reviewCount: "Modern Design", imageSrc: "http://img.b2bpic.net/free-photo/man-taking-shower_657883-445.jpg", imageAlt: "Clean modern bathroom with shower"}, + reviewCount: "Modern Design", imageSrc: "http://img.b2bpic.net/free-photo/man-taking-shower_657883-445.jpg?_wi=2", imageAlt: "Clean modern bathroom with shower"}, { id: "5", brand: "Cozy Monkey", name: "Building Entrance", price: "Your Entry", rating: 5, - reviewCount: "Quiet District", imageSrc: "http://img.b2bpic.net/free-photo/apartment-building-with-balconies_250224-87.jpg", imageAlt: "Peaceful residential building exterior"}, + reviewCount: "Quiet District", imageSrc: "http://img.b2bpic.net/free-photo/apartment-building-with-balconies_250224-87.jpg?_wi=2", imageAlt: "Peaceful residential building exterior"}, { id: "6", brand: "Cozy Monkey", name: "Neighborhood", price: "Your District", rating: 5, - reviewCount: "Easy Access", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-headphones_23-2149155167.jpg", imageAlt: "Quiet neighborhood with easy transport"}, + reviewCount: "Easy Access", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-headphones_23-2149155167.jpg?_wi=2", imageAlt: "Quiet neighborhood with easy transport"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -192,7 +192,7 @@ export default function LandingPage() { { id: "4", title: "Any shops and restaurants nearby?", content: "The neighborhood has several cafes, restaurants, and local shops within walking distance. Perfect for grabbing breakfast or experiencing authentic Hungarian cuisine."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-wearing-headphones_23-2149155167.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-wearing-headphones_23-2149155167.jpg?_wi=3" imageAlt="Budapest District XI location map" mediaAnimation="slide-up" mediaPosition="left" @@ -229,7 +229,7 @@ export default function LandingPage() { required: false, }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/woman-hitchhiking-city-while-wearing-mask_23-2148815248.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-hitchhiking-city-while-wearing-mask_23-2148815248.jpg?_wi=2" imageAlt="Budapest location information" mediaAnimation="slide-up" mediaPosition="right"