From 0ba106e00ca10e9cdbcb982aaab180abe4383b9d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 07:47:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 51be5ec..3463571 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,13 +51,13 @@ export default function LandingPage() { testimonials={[ { name: "Alex Rodriguez", handle: "Collector, 500+ Cards", testimonial: "The best platform for serious collectors. Found cards I've been searching for years!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-soccer-cup-youtube-channel-art_23-2149321470.jpg", imageAlt: "happy collector FIFA cards satisfied"}, + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-soccer-cup-youtube-channel-art_23-2149321470.jpg?_wi=1", imageAlt: "happy collector FIFA cards satisfied"}, { name: "Jamie Chen", handle: "Trading Expert", testimonial: "Fair pricing, secure trades, and an amazing community. Couldn't ask for more.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-different-nations-supporting-football-team_329181-3639.jpg", imageAlt: "young collector displaying rare cards"}, + imageSrc: "http://img.b2bpic.net/free-photo/friends-different-nations-supporting-football-team_329181-3639.jpg?_wi=1", imageAlt: "young collector displaying rare cards"}, { name: "Marcus Williams", handle: "Elite Collector", testimonial: "My go-to marketplace for premium and rare cards. Authentication is top-notch.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting-cafe_53876-15164.jpg", imageAlt: "collector evaluating card condition"}, + imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting-cafe_53876-15164.jpg?_wi=1", imageAlt: "collector evaluating card condition"}, ]} testimonialRotationInterval={5000} buttons={[ @@ -133,11 +133,11 @@ export default function LandingPage() { animationType="scale-rotate" testimonials={[ { - id: "1", name: "Sarah Johnson", role: "Professional Collector", testimonial: "This platform revolutionized how I manage my collection. The authentication process gives me peace of mind with every purchase.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-soccer-cup-youtube-channel-art_23-2149321470.jpg", imageAlt: "Sarah Johnson collector"}, + id: "1", name: "Sarah Johnson", role: "Professional Collector", testimonial: "This platform revolutionized how I manage my collection. The authentication process gives me peace of mind with every purchase.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-soccer-cup-youtube-channel-art_23-2149321470.jpg?_wi=2", imageAlt: "Sarah Johnson collector"}, { - id: "2", name: "David Park", role: "Trading Enthusiast", testimonial: "The community here is incredibly active and trustworthy. I've completed over 200 trades with zero issues.", imageSrc: "http://img.b2bpic.net/free-photo/friends-different-nations-supporting-football-team_329181-3639.jpg", imageAlt: "David Park trader"}, + id: "2", name: "David Park", role: "Trading Enthusiast", testimonial: "The community here is incredibly active and trustworthy. I've completed over 200 trades with zero issues.", imageSrc: "http://img.b2bpic.net/free-photo/friends-different-nations-supporting-football-team_329181-3639.jpg?_wi=2", imageAlt: "David Park trader"}, { - id: "3", name: "Emma Wilson", role: "Elite Member", testimonial: "Best investment I made for my card collection hobby. The interface is intuitive and the support team is fantastic.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting-cafe_53876-15164.jpg", imageAlt: "Emma Wilson collector"}, + id: "3", name: "Emma Wilson", role: "Elite Member", testimonial: "Best investment I made for my card collection hobby. The interface is intuitive and the support team is fantastic.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting-cafe_53876-15164.jpg?_wi=2", imageAlt: "Emma Wilson collector"}, { id: "4", name: "Michael Chen", role: "Card Valuation Expert", testimonial: "The rarity classification system is the most accurate I've encountered. Highly recommend to anyone serious about collecting.", imageSrc: "http://img.b2bpic.net/free-photo/people-playing-bingo-close-up_23-2149193834.jpg", imageAlt: "Michael Chen expert"}, ]} -- 2.49.1