diff --git a/src/app/page.tsx b/src/app/page.tsx index eb1f517..137ab02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,16 +81,16 @@ export default function LandingPage() { products={[ { id: "1", brand: "Specialty Coffees", name: "Espresso", price: "8,000 UZS", rating: 5, - reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/milk-poured-into-transparent-glass_23-2148349577.jpg", imageAlt: "Classic espresso shot"}, + reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/milk-poured-into-transparent-glass_23-2148349577.jpg?_wi=1", imageAlt: "Classic espresso shot"}, { id: "2", brand: "Specialty Coffees", name: "Cappuccino", price: "12,000 UZS", rating: 5, - reviewCount: "980", imageSrc: "http://img.b2bpic.net/free-photo/milk-poured-into-transparent-glass_23-2148349577.jpg", imageAlt: "Creamy cappuccino with latte art"}, + reviewCount: "980", imageSrc: "http://img.b2bpic.net/free-photo/milk-poured-into-transparent-glass_23-2148349577.jpg?_wi=2", imageAlt: "Creamy cappuccino with latte art"}, { id: "3", brand: "Specialty Coffees", name: "Latte", price: "12,000 UZS", rating: 5, - reviewCount: "1.1k", imageSrc: "http://img.b2bpic.net/free-photo/milk-poured-into-transparent-glass_23-2148349577.jpg", imageAlt: "Smooth latte with microfoam"}, + reviewCount: "1.1k", imageSrc: "http://img.b2bpic.net/free-photo/milk-poured-into-transparent-glass_23-2148349577.jpg?_wi=3", imageAlt: "Smooth latte with microfoam"}, { id: "4", brand: "Tea Selection", name: "Premium Tea", price: "10,000 UZS", rating: 5, - reviewCount: "650", imageSrc: "http://img.b2bpic.net/free-photo/milk-poured-into-transparent-glass_23-2148349577.jpg", imageAlt: "Specialty tea brewing"}, + reviewCount: "650", imageSrc: "http://img.b2bpic.net/free-photo/milk-poured-into-transparent-glass_23-2148349577.jpg?_wi=4", imageAlt: "Specialty tea brewing"}, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -107,17 +107,17 @@ export default function LandingPage() { tag="4.3★ Rating" testimonials={[ { - id: "1", name: "Aziz Xamirov", handle: "@azizx", testimonial: "Coffee tasted just like in Italy. Highly recommend this place! The barista knows what they're doing.", imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg", imageAlt: "Aziz Xamirov"}, + id: "1", name: "Aziz Xamirov", handle: "@azizx", testimonial: "Coffee tasted just like in Italy. Highly recommend this place! The barista knows what they're doing.", imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg?_wi=1", imageAlt: "Aziz Xamirov"}, { - id: "2", name: "Zainab Karimova", handle: "@zainab.k", testimonial: "Amazing aroma and flavor. Great service and cozy atmosphere. I come here every day!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-confident-young-woman-working-retail-business-industry-promote-company-advertise-join-her-team-smiling-self-assured-pleased-camera-stand-hall_197531-22167.jpg", imageAlt: "Zainab Karimova"}, + id: "2", name: "Zainab Karimova", handle: "@zainab.k", testimonial: "Amazing aroma and flavor. Great service and cozy atmosphere. I come here every day!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-confident-young-woman-working-retail-business-industry-promote-company-advertise-join-her-team-smiling-self-assured-pleased-camera-stand-hall_197531-22167.jpg?_wi=1", imageAlt: "Zainab Karimova"}, { id: "3", name: "Rustam Aliyev", handle: "@rustam_ali", testimonial: "Best espresso in Tashkent. Open 24 hours is perfect for my night shifts. Keep it up!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-barista-girl_23-2148436121.jpg", imageAlt: "Rustam Aliyev"}, { id: "4", name: "Mehriban Mirza", handle: "@mehriban_m", testimonial: "Perfect place to study or work with friends. Fresh coffee and friendly staff. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-403.jpg", imageAlt: "Mehriban Mirza"}, { - id: "5", name: "Malik Shodmonov", handle: "@malik_s", testimonial: "The pastries are so fresh and delicious. Best coffee shop in the neighborhood!", imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg", imageAlt: "Malik Shodmonov"}, + id: "5", name: "Malik Shodmonov", handle: "@malik_s", testimonial: "The pastries are so fresh and delicious. Best coffee shop in the neighborhood!", imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg?_wi=2", imageAlt: "Malik Shodmonov"}, { - id: "6", name: "Sevara Rahimova", handle: "@sevara_r", testimonial: "Always excellent service and quality. The 24-hour schedule is amazing for late-night studies.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-confident-young-woman-working-retail-business-industry-promote-company-advertise-join-her-team-smiling-self-assured-pleased-camera-stand-hall_197531-22167.jpg", imageAlt: "Sevara Rahimova"}, + id: "6", name: "Sevara Rahimova", handle: "@sevara_r", testimonial: "Always excellent service and quality. The 24-hour schedule is amazing for late-night studies.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-confident-young-woman-working-retail-business-industry-promote-company-advertise-join-her-team-smiling-self-assured-pleased-camera-stand-hall_197531-22167.jpg?_wi=2", imageAlt: "Sevara Rahimova"}, ]} animationType="slide-up" textboxLayout="default"