From 2fe7558cf65156819bea718bf301a9730c47a740 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 08:43:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3209e3f..d1299d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { MapPin, Building2, Sparkles, Wifi, Zap, Globe, Cpu, Home, Users, Family, Monitor, Coffee, Printer, UtensilsCrossed, Door, Star, CheckCircle, Calendar } from "lucide-react"; +import { MapPin, Building2, Sparkles, Wifi, Zap, Globe, Cpu, Home, Users, Monitor, Coffee, Printer, UtensilsCrossed, Star, CheckCircle, Calendar } from "lucide-react"; export default function LandingPage() { return ( @@ -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?_wi=1", 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", 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"}, ]} @@ -107,7 +107,7 @@ export default function LandingPage() { icon: Users, title: "Dorm Beds", subtitle: "Social Experience", detail: "Meet fellow travelers and friends"}, { - icon: Family, + icon: Monitor, title: "Family Suite", subtitle: "Group Stays", detail: "Perfect for families and teams"}, ], }, @@ -138,7 +138,7 @@ export default function LandingPage() { title="Room Types & Pricing" description="Choose the perfect accommodation for your Bishkek stay. Flexible options for solo travelers, groups, and families." tag="Rooms Available" - tagIcon={Door} + tagIcon={Monitor} tagAnimation="slide-up" products={[ { @@ -170,23 +170,17 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Sarah Johnson", handle: "@sarahj_travels", testimonial: "Amazing hostel! Clean rooms, friendly staff, and the location is perfect for exploring Bishkek. The Wi-Fi is blazingly fast, ideal for my remote work. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-girl-sitting-reading-book-drinking-coffee-outside-street_1303-21688.jpg", imageAlt: "Sarah Johnson, satisfied traveler"}, + id: "1", name: "Sarah Johnson", handle: "@sarahj_travels", testimonial: "Amazing hostel! Clean rooms, friendly staff, and the location is perfect for exploring Bishkek. The Wi-Fi is blazingly fast, ideal for my remote work. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-girl-sitting-reading-book-drinking-coffee-outside-street_1303-21688.jpg", imageAlt: "Sarah Johnson, satisfied traveler"}, { - id: "2", name: "Marco Chen", handle: "@marcodigitallife", testimonial: "As a digital nomad, ololoFreelander is exactly what I needed. Great coworking setup, community vibes, and affordable. Already planning my next stay!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-having-latin-dance-performance-city_23-2149429237.jpg", imageAlt: "Marco Chen, digital nomad"}, + id: "2", name: "Marco Chen", handle: "@marcodigitallife", testimonial: "As a digital nomad, ololoFreelander is exactly what I needed. Great coworking setup, community vibes, and affordable. Already planning my next stay!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-having-latin-dance-performance-city_23-2149429237.jpg", imageAlt: "Marco Chen, digital nomad"}, { - id: "3", name: "Emma & Team", handle: "@teamtravelers", testimonial: "Perfect for group travel! We booked the family rooms and loved the communal spaces. The staff went above and beyond to make us feel welcome.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/tourist-carrying-luggage_23-2151747485.jpg", imageAlt: "Emma and travel team"}, + id: "3", name: "Emma & Team", handle: "@teamtravelers", testimonial: "Perfect for group travel! We booked the family rooms and loved the communal spaces. The staff went above and beyond to make us feel welcome.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/tourist-carrying-luggage_23-2151747485.jpg", imageAlt: "Emma and travel team"}, { - id: "4", name: "Yuki Nakamura", handle: "@yukiexplores", testimonial: "Best hostel experience in Central Asia! The atmosphere is welcoming, facilities are modern, and the price is unbeatable. I stayed for a month!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-female-hiker-looking-through-binocular_23-2147842574.jpg", imageAlt: "Yuki Nakamura, long-term guest"}, + id: "4", name: "Yuki Nakamura", handle: "@yukiexplores", testimonial: "Best hostel experience in Central Asia! The atmosphere is welcoming, facilities are modern, and the price is unbeatable. I stayed for a month!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-female-hiker-looking-through-binocular_23-2147842574.jpg", imageAlt: "Yuki Nakamura, long-term guest"}, { - 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: "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?_wi=2", 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", imageAlt: "The Digital Collective group"}, ]} showRating={true} textboxLayout="default" -- 2.49.1