From 6c5e78dfdb2edc5b1d98a807f2ae682248778750 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:43:25 +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 3a9e1c2..b4f3422 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,10 +108,10 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "James Mitchell", handle: "Hunting Enthusiast", testimonial: "Big Bucks gave me the fairest price on my vintage rifle collection. Professional, quick, and honest—exactly what you want in an FFL dealer.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-female-face-looking-camera_1262-2974.jpg", imageAlt: "James Mitchell" + id: "1", name: "James Mitchell", handle: "Hunting Enthusiast", testimonial: "Big Bucks gave me the fairest price on my vintage rifle collection. Professional, quick, and honest—exactly what you want in an FFL dealer.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-female-face-looking-camera_1262-2974.jpg?_wi=1", imageAlt: "James Mitchell" }, { - id: "2", name: "Sarah Chen", handle: "Jewelry Buyer", testimonial: "I sold my grandmother's gold jewelry here and felt completely confident in their appraisal. No pressure, just straightforward service.", imageSrc: "http://img.b2bpic.net/free-photo/genuine-feeling-positive-emotions-gorgeous-young-red-haired-female-with-natural-appearance-feeling-excited-happy_273609-545.jpg", imageAlt: "Sarah Chen" + id: "2", name: "Sarah Chen", handle: "Jewelry Buyer", testimonial: "I sold my grandmother's gold jewelry here and felt completely confident in their appraisal. No pressure, just straightforward service.", imageSrc: "http://img.b2bpic.net/free-photo/genuine-feeling-positive-emotions-gorgeous-young-red-haired-female-with-natural-appearance-feeling-excited-happy_273609-545.jpg?_wi=1", imageAlt: "Sarah Chen" }, { id: "3", name: "Marcus Rodriguez", handle: "Small Business Owner", testimonial: "Needed quick cash for inventory. Got a fair pawn loan with zero hassle and no credit check. Big Bucks came through when I needed them.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-making-ok-sign_1368-6336.jpg", imageAlt: "Marcus Rodriguez" @@ -120,10 +120,10 @@ export default function LandingPage() { id: "4", name: "Emily Hutchins", handle: "Engagement Ring Shopper", testimonial: "Found my perfect engagement ring here at half the price of chain jewelers. Expert staff, beautiful selection, and fantastic value.", imageSrc: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg", imageAlt: "Emily Hutchins" }, { - id: "5", name: "David Park", handle: "Sport Shooter", testimonial: "Top-tier inventory and knowledgeable staff. Whether you're a beginner or expert, they treat you like a valued customer.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-female-face-looking-camera_1262-2974.jpg", imageAlt: "David Park" + id: "5", name: "David Park", handle: "Sport Shooter", testimonial: "Top-tier inventory and knowledgeable staff. Whether you're a beginner or expert, they treat you like a valued customer.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-female-face-looking-camera_1262-2974.jpg?_wi=2", imageAlt: "David Park" }, { - id: "6", name: "Lisa Thompson", handle: "Local Resident", testimonial: "Been going to Big Bucks for years. They know their stuff, fair prices, quick appraisals, and they actually care about customer service.", imageSrc: "http://img.b2bpic.net/free-photo/genuine-feeling-positive-emotions-gorgeous-young-red-haired-female-with-natural-appearance-feeling-excited-happy_273609-545.jpg", imageAlt: "Lisa Thompson" + id: "6", name: "Lisa Thompson", handle: "Local Resident", testimonial: "Been going to Big Bucks for years. They know their stuff, fair prices, quick appraisals, and they actually care about customer service.", imageSrc: "http://img.b2bpic.net/free-photo/genuine-feeling-positive-emotions-gorgeous-young-red-haired-female-with-natural-appearance-feeling-excited-happy_273609-545.jpg?_wi=2", imageAlt: "Lisa Thompson" } ]} speed={40}