From 8fd47d7c3216be5106ba744d25feaa2a3aaa2d17 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 02:34:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 038a152..10e5ace 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,11 +55,11 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "Adventure Seeker", testimonial: "The most incredible expedition I've ever experienced. Every detail was perfectly planned.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sarah Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Sarah Mitchell" }, { name: "James Chen", handle: "Explorer", testimonial: "Professional guides, stunning landscapes, and memories that will last a lifetime!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "James Chen" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "James Chen" } ]} buttons={[ @@ -172,22 +172,22 @@ export default function LandingPage() { speed={40} testimonials={[ { - id: "1", name: "Emma Rodriguez", handle: "@emmaexplores", testimonial: "This expedition exceeded every expectation. The guides were knowledgeable, professional, and genuinely passionate about Alaska.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Emma Rodriguez" + id: "1", name: "Emma Rodriguez", handle: "@emmaexplores", testimonial: "This expedition exceeded every expectation. The guides were knowledgeable, professional, and genuinely passionate about Alaska.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Emma Rodriguez" }, { - id: "2", name: "Michael Torres", handle: "@torresadventures", testimonial: "Saw the Northern Lights for the first time in my life. Absolutely magical. The entire experience was perfectly organized.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Michael Torres" + id: "2", name: "Michael Torres", handle: "@torresadventures", testimonial: "Saw the Northern Lights for the first time in my life. Absolutely magical. The entire experience was perfectly organized.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Michael Torres" }, { - id: "3", name: "Jessica Lee", handle: "@jessicatravels", testimonial: "The bear viewing expedition was incredible. Professional, safe, and awe-inspiring. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Jessica Lee" + id: "3", name: "Jessica Lee", handle: "@jessicatravels", testimonial: "The bear viewing expedition was incredible. Professional, safe, and awe-inspiring. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "Jessica Lee" }, { - id: "4", name: "David Park", handle: "@parkexplorer", testimonial: "Best vacation I've ever had. Alaskan Adventures truly understands how to create unforgettable memories.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "David Park" + id: "4", name: "David Park", handle: "@parkexplorer", testimonial: "Best vacation I've ever had. Alaskan Adventures truly understands how to create unforgettable memories.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3", imageAlt: "David Park" }, { - id: "5", name: "Amanda White", handle: "@amandawanderer", testimonial: "The attention to detail and care for environmental sustainability impressed me most. Adventure done right.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Amanda White" + id: "5", name: "Amanda White", handle: "@amandawanderer", testimonial: "The attention to detail and care for environmental sustainability impressed me most. Adventure done right.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=4", imageAlt: "Amanda White" }, { - id: "6", name: "Robert Chen", handle: "@robchentravels", testimonial: "Every moment was carefully planned. Professional guides, stunning landscapes, and genuine hospitality throughout.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Robert Chen" + id: "6", name: "Robert Chen", handle: "@robchentravels", testimonial: "Every moment was carefully planned. Professional guides, stunning landscapes, and genuine hospitality throughout.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=4", imageAlt: "Robert Chen" } ]} />