From 8f11a0e7c6fcc7445705786a1f6b41c397bd858c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 10:57:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cd89bba..2fc86b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,19 +54,19 @@ export default function LandingPage() { testimonials={[ { name: "Ali Khan", handle: "@alikhan", testimonial: "An unforgettable experience in Hunza, perfectly organized.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-hipster-company-friends-traveling-around-world_285396-3651.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-hipster-company-friends-traveling-around-world_285396-3651.jpg?_wi=1"}, { name: "Sarah Miller", handle: "@sarahm", testimonial: "The best tour company in Pakistan, professional and scenic.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stressed-girl-traveler-get-lost-forest-cannot-find-way-looks-with-upset-expression-aside-poses-green-natural-background-drinks-tea-from-flask_273609-27185.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/stressed-girl-traveler-get-lost-forest-cannot-find-way-looks-with-upset-expression-aside-poses-green-natural-background-drinks-tea-from-flask_273609-27185.jpg?_wi=1"}, { name: "Zaid Ahmed", handle: "@zaida", testimonial: "Stunning views of Kashmir and seamless travel arrangements.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/nice-girl-with-long-hair-hat-is-sitting-floor-terrace-she-wears-white-dress-with-naked-shoulders-red-lipstick-she-has-laptop-knees-focus-her-hand-gesture-front_197531-713.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/nice-girl-with-long-hair-hat-is-sitting-floor-terrace-she-wears-white-dress-with-naked-shoulders-red-lipstick-she-has-laptop-knees-focus-her-hand-gesture-front_197531-713.jpg?_wi=1"}, { name: "Zara Noor", handle: "@zaran", testimonial: "Everything was luxurious and stress-free. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-tourist-white-t-shirt-pink-background_140725-122513.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-tourist-white-t-shirt-pink-background_140725-122513.jpg?_wi=1"}, { name: "Omar Butt", handle: "@omar_b", testimonial: "A truly magical journey through the heart of the North.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/senior-traveler-holding-camera_23-2149034840.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/senior-traveler-holding-camera_23-2149034840.jpg?_wi=1"}, ]} imageSrc="http://img.b2bpic.net/free-photo/beautiful-field-with-trees-mountains_505751-5838.jpg" avatars={[ @@ -175,19 +175,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Hassan", handle: "@hassan", testimonial: "Amazing trip to Tobat and Arankail.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-hipster-company-friends-traveling-around-world_285396-3651.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-hipster-company-friends-traveling-around-world_285396-3651.jpg?_wi=2"}, { id: "2", name: "Fatima", handle: "@fatima", testimonial: "Best service for Naran and Sawat.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stressed-girl-traveler-get-lost-forest-cannot-find-way-looks-with-upset-expression-aside-poses-green-natural-background-drinks-tea-from-flask_273609-27185.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/stressed-girl-traveler-get-lost-forest-cannot-find-way-looks-with-upset-expression-aside-poses-green-natural-background-drinks-tea-from-flask_273609-27185.jpg?_wi=2"}, { id: "3", name: "Ahmed", handle: "@ahmed", testimonial: "Professional guides and great car quality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/nice-girl-with-long-hair-hat-is-sitting-floor-terrace-she-wears-white-dress-with-naked-shoulders-red-lipstick-she-has-laptop-knees-focus-her-hand-gesture-front_197531-713.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/nice-girl-with-long-hair-hat-is-sitting-floor-terrace-she-wears-white-dress-with-naked-shoulders-red-lipstick-she-has-laptop-knees-focus-her-hand-gesture-front_197531-713.jpg?_wi=2"}, { id: "4", name: "Zara", handle: "@zara", testimonial: "Absolutely love the Ratigali experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-tourist-white-t-shirt-pink-background_140725-122513.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-tourist-white-t-shirt-pink-background_140725-122513.jpg?_wi=2"}, { id: "5", name: "Omar", handle: "@omar", testimonial: "Kail and Arankail were breathtaking.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/senior-traveler-holding-camera_23-2149034840.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/senior-traveler-holding-camera_23-2149034840.jpg?_wi=2"}, ]} showRating={true} title="Stories from the Road" -- 2.49.1