diff --git a/src/app/page.tsx b/src/app/page.tsx index 6118a66..c97043a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -151,10 +151,10 @@ export default function LandingPage() { useInvertedBackground={false} showRating={true} testimonials={[ - { id: "1", name: "Emma Richardson", handle: "@emmar_style", testimonial: "The 3D rotation feature completely changed how I shop for shoes online. I could inspect every detail before purchasing, and the shoes arrived exactly as expected. No more returns!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Emma Richardson" }, + { id: "1", name: "Emma Richardson", handle: "@emmar_style", testimonial: "The 3D rotation feature completely changed how I shop for shoes online. I could inspect every detail before purchasing, and the shoes arrived exactly as expected. No more returns!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1", imageAlt: "Emma Richardson" }, { id: "2", name: "Michael Chen", handle: "@michaelcstyle", testimonial: "Best online shoe shopping experience I've had. The zoom and rotate features let me check the craftsmanship up close. Worth every penny and zero regrets.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", imageAlt: "Michael Chen" }, { id: "3", name: "Sarah Williams", handle: "@sarah.wears", testimonial: "I was skeptical about buying shoes online, but SoleVerse's 3D visualization gave me the confidence to purchase. The quality is outstanding, and the shoes fit perfectly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Sarah Williams" }, - { id: "4", name: "David Martinez", handle: "@davidstylelife", testimonial: "The interactive 3D models are incredible. I can see exactly how the shoe looks from every angle, and it's helped me make better purchasing decisions. Highly recommended!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "David Martinez" } + { id: "4", name: "David Martinez", handle: "@davidstylelife", testimonial: "The interactive 3D models are incredible. I can see exactly how the shoe looks from every angle, and it's helped me make better purchasing decisions. Highly recommended!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2", imageAlt: "David Martinez" } ]} animationType="slide-up" carouselMode="buttons"