From 3517ebb9c9a892ce0f5a8aa5ec3dd4d7760a81cc Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:27:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b0583b7..b82394a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Get Valuation", href: "#contact" }, { text: "Learn More", href: "#services" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/arrangement-different-coins-close-up_23-2148793740.jpg" + imageSrc="http://img.b2bpic.net/free-photo/arrangement-different-coins-close-up_23-2148793740.jpg?_wi=1" imageAlt="Premium jewelry and coins collection" /> @@ -96,10 +96,10 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Michael Johnson", handle: "@mjohnson", testimonial: "Exceptional service and fair prices. The team was professional and transparent throughout the entire appraisal process.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Customer Michael"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Customer Michael"}, { id: "2", name: "Sarah Chen", handle: "@schen", testimonial: "I've been a customer for years. They really do pay the most for gold and jewelry. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Customer Sarah"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Customer Sarah"}, { id: "3", name: "David Martinez", handle: "@dmartinez", testimonial: "Fast, reliable, and discreet. Great experience selling my collection. Will definitely return.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", imageAlt: "Customer David"}, @@ -145,7 +145,7 @@ export default function LandingPage() { description="Visit our Southgate location or contact us today to find out what your collection is worth. Fast, reliable, and discreet service guaranteed." background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/arrangement-different-coins-close-up_23-2148793740.jpg" + imageSrc="http://img.b2bpic.net/free-photo/arrangement-different-coins-close-up_23-2148793740.jpg?_wi=2" imageAlt="14K Exchange storefront" mediaAnimation="slide-up" inputPlaceholder="Enter your email" -- 2.49.1