From b74752ab706fce2e65e86fd5d8511648eb0fcb62 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:28:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b82394a..3d00646 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,14 +43,14 @@ export default function LandingPage() { @@ -77,11 +77,9 @@ export default function LandingPage() { id: "1", title: "Buy Your Gold & Silver", author: "Fast Cash", description: "We pay the most guaranteed for your gold, silver, jewelry, and precious metals. Get cash fast with our transparent pricing.", tags: ["Buying", "Fast Payment"], imageSrc: "http://img.b2bpic.net/free-photo/man-holds-bible-his-hands-bible-with-golden-pages-religion-concept_169016-62568.jpg", imageAlt: "Gold buying service"}, { - id: "2", title: "Coins & Bullion", author: "Investment Grade", description: "Premium coin and bullion selection for collectors and investors. Authentic, certified, and professionally graded.", tags: ["Coins", "Bullion"], - imageSrc: "http://img.b2bpic.net/free-photo/loving-man-doing-present-girl_23-2147736661.jpg", imageAlt: "Coins and bullion collection"}, + id: "2", title: "Coins & Bullion", author: "Investment Grade", description: "Premium coin and bullion selection for collectors and investors. Authentic, certified, and professionally graded.", tags: ["Coins", "Bullion"], imageSrc: "http://img.b2bpic.net/free-photo/loving-man-doing-present-girl_23-2147736661.jpg", imageAlt: "Coins and bullion collection"}, { - id: "3", title: "Expert Appraisals", author: "GIA Certified", description: "Our GIA certified diamond gemologist provides accurate valuations for jewelry, diamonds, and fine pieces for insurance and sale.", tags: ["Appraisal", "Certification"], - imageSrc: "http://img.b2bpic.net/free-photo/premium-badge-golden-effect_1017-7894.jpg", imageAlt: "Expert jewelry appraisal"}, + id: "3", title: "Expert Appraisals", author: "GIA Certified", description: "Our GIA certified diamond gemologist provides accurate valuations for jewelry, diamonds, and fine pieces for insurance and sale.", tags: ["Appraisal", "Certification"], imageSrc: "http://img.b2bpic.net/free-photo/premium-badge-golden-effect_1017-7894.jpg", imageAlt: "Expert jewelry appraisal"}, ]} animationType="slide-up" title="Our Services" @@ -96,10 +94,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?_wi=1", imageAlt: "Customer Michael"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", 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?_wi=2", imageAlt: "Customer Sarah"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", 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 +143,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?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/arrangement-different-coins-close-up_23-2148793740.jpg" imageAlt="14K Exchange storefront" mediaAnimation="slide-up" inputPlaceholder="Enter your email" -- 2.49.1