diff --git a/src/app/page.tsx b/src/app/page.tsx index 563f9bb..6643587 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,15 +59,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Chen", handle: "Student, Budget-Conscious", testimonial: "Best affordable authentic ramyeon in Kuching! Fresh, delicious, and perfect for lunch breaks.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79590.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79590.jpg?_wi=1" }, { name: "Ahmad Ibrahim", handle: "Office Worker", testimonial: "Found this gem at the mall. The flavor is incredible and the portions are generous for the price.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/first-day-new-university_329181-2982.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/first-day-new-university_329181-2982.jpg?_wi=1" }, { name: "Maria Rodriguez", handle: "Korean Food Enthusiast", testimonial: "Authentic Korean recipes with genuine quality. This is what real ramyeon tastes like!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-confident-young-businesswoman_23-2147943798.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-confident-young-businesswoman_23-2147943798.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -124,22 +124,22 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Sarah Chen", handle: "@student_life_kuching", testimonial: "Best affordable authentic ramyeon in Kuching! Fresh, delicious, and perfect for lunch breaks. I come here every week!", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79590.jpg" + id: "1", name: "Sarah Chen", handle: "@student_life_kuching", testimonial: "Best affordable authentic ramyeon in Kuching! Fresh, delicious, and perfect for lunch breaks. I come here every week!", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79590.jpg?_wi=2" }, { - id: "2", name: "Ahmad Ibrahim", handle: "Office Worker, City One", testimonial: "Found this gem at the mall. The flavor is incredible and the portions are generous for the price. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/first-day-new-university_329181-2982.jpg" + id: "2", name: "Ahmad Ibrahim", handle: "Office Worker, City One", testimonial: "Found this gem at the mall. The flavor is incredible and the portions are generous for the price. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/first-day-new-university_329181-2982.jpg?_wi=2" }, { - id: "3", name: "Maria Rodriguez", handle: "Korean Food Enthusiast", testimonial: "Authentic Korean recipes with genuine quality. This is what real ramyeon tastes like! Will definitely return.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-confident-young-businesswoman_23-2147943798.jpg" + id: "3", name: "Maria Rodriguez", handle: "Korean Food Enthusiast", testimonial: "Authentic Korean recipes with genuine quality. This is what real ramyeon tastes like! Will definitely return.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-confident-young-businesswoman_23-2147943798.jpg?_wi=2" }, { id: "4", name: "David Tan", handle: "Family Visitor", testimonial: "Perfect spot to bring the family. Kids loved it, adults appreciated the authentic taste. Great value for money!", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2579.jpg" }, { - id: "5", name: "Lisa Wong", handle: "Office Manager", testimonial: "We bring colleagues here for team lunch. Fast service, delicious food, and very reasonably priced. Win-win!", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79590.jpg" + id: "5", name: "Lisa Wong", handle: "Office Manager", testimonial: "We bring colleagues here for team lunch. Fast service, delicious food, and very reasonably priced. Win-win!", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79590.jpg?_wi=3" }, { - id: "6", name: "James Lee", handle: "University Student", testimonial: "As a student on a tight budget, this is my go-to spot. Quality food at affordable prices. More restaurants should be like this!", imageSrc: "http://img.b2bpic.net/free-photo/first-day-new-university_329181-2982.jpg" + id: "6", name: "James Lee", handle: "University Student", testimonial: "As a student on a tight budget, this is my go-to spot. Quality food at affordable prices. More restaurants should be like this!", imageSrc: "http://img.b2bpic.net/free-photo/first-day-new-university_329181-2982.jpg?_wi=3" } ]} speed={40}