diff --git a/src/app/page.tsx b/src/app/page.tsx index 62be2f7..8b39b37 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,13 +121,13 @@ export default function LandingPage() { tagIcon={Heart} testimonials={[ { - id: "1", title: "Exactly What I Was Looking For", quote: "Found the original pressing of my favorite album after years of searching. The condition was exactly as described, and the shipping was secure. Highly recommended!", name: "James Mitchell", role: "Vinyl Collector", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "James Mitchell"}, + id: "1", title: "Exactly What I Was Looking For", quote: "Found the original pressing of my favorite album after years of searching. The condition was exactly as described, and the shipping was secure. Highly recommended!", name: "James Mitchell", role: "Vinyl Collector", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "James Mitchell"}, { id: "2", title: "Outstanding Customer Service", quote: "Noma Vinyl answered all my questions about grading and authenticity. Their expertise is evident. Worth every penny.", name: "Sarah Chen", role: "Music Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Chen"}, { - id: "3", title: "A True Music Lover's Store", quote: "This is where collectors shop. Every record is treated with care, and the selection is incredible. I've made three purchases now.", name: "Marcus Thompson", role: "DJ & Collector", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Marcus Thompson"}, + id: "3", title: "A True Music Lover's Store", quote: "This is where collectors shop. Every record is treated with care, and the selection is incredible. I've made three purchases now.", name: "Marcus Thompson", role: "DJ & Collector", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Marcus Thompson"}, { - id: "4", title: "Authentic and Reliable", quote: "I appreciate the transparency about condition grades. Noma Vinyl delivers exactly what they promise. Coming back for more!", name: "Elena Rodriguez", role: "Record Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Elena Rodriguez"}, + id: "4", title: "Authentic and Reliable", quote: "I appreciate the transparency about condition grades. Noma Vinyl delivers exactly what they promise. Coming back for more!", name: "Elena Rodriguez", role: "Record Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "Elena Rodriguez"}, ]} textboxLayout="default" useInvertedBackground={true}