diff --git a/src/app/page.tsx b/src/app/page.tsx index d1299d7..dd20b37 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-friends-hostel_23-2150598840.jpg", imageAlt: "Modern hostel common area with comfortable seating and welcoming atmosphere"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-friends-hostel_23-2150598840.jpg?_wi=1", imageAlt: "Modern hostel common area with comfortable seating and welcoming atmosphere"}, { imageSrc: "http://img.b2bpic.net/free-photo/placa-del-ajuntament-summer-evening-valencia_1398-2403.jpg", imageAlt: "Coworking space with desks overlooking Bishkek city and mountains"}, ]} @@ -180,7 +180,7 @@ export default function LandingPage() { { id: "5", name: "Alex Rodriguez", handle: "@alexremote", testimonial: "Exceptional coworking environment. I closed a major deal from one of their desks. The coffee is great, and the wifi never dropped once. Returning next month!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-relaxing-laptop_23-2147689245.jpg", imageAlt: "Alex Rodriguez, remote worker"}, { - id: "6", name: "The Digital Collective", handle: "@digitalnomads", testimonial: "Stayed with friends and had the best time. Community events, social activities, and genuinely helpful staff. This is what hostel culture should be.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-friends-hostel_23-2150598840.jpg", imageAlt: "The Digital Collective group"}, + id: "6", name: "The Digital Collective", handle: "@digitalnomads", testimonial: "Stayed with friends and had the best time. Community events, social activities, and genuinely helpful staff. This is what hostel culture should be.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-friends-hostel_23-2150598840.jpg?_wi=2", imageAlt: "The Digital Collective group"}, ]} showRating={true} textboxLayout="default"