diff --git a/src/app/page.tsx b/src/app/page.tsx index 110564d..53ada73 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,10 +130,10 @@ export default function LandingPage() { speed={40} testimonials={[ { - id: "1", name: "Priya Sharma", handle: "@priya_sharma", testimonial: "The vegetables are so fresh! They arrive at my doorstep every morning. Best service ever!", imageSrc: "http://img.b2bpic.net/free-photo/confident-european-businesswoman-mockup-psd-smiling-closeup-port_53876-143277.jpg", imageAlt: "Priya Sharma" + id: "1", name: "Priya Sharma", handle: "@priya_sharma", testimonial: "The vegetables are so fresh! They arrive at my doorstep every morning. Best service ever!", imageSrc: "http://img.b2bpic.net/free-photo/confident-european-businesswoman-mockup-psd-smiling-closeup-port_53876-143277.jpg?_wi=1", imageAlt: "Priya Sharma" }, { - id: "2", name: "Rajesh Kumar", handle: "@rajesh_k", testimonial: "Outstanding quality and amazing prices. I've been ordering every week since I found Fresh Veggies!", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148251172.jpg", imageAlt: "Rajesh Kumar" + id: "2", name: "Rajesh Kumar", handle: "@rajesh_k", testimonial: "Outstanding quality and amazing prices. I've been ordering every week since I found Fresh Veggies!", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148251172.jpg?_wi=1", imageAlt: "Rajesh Kumar" }, { id: "3", name: "Anita Patel", handle: "@anita_p", testimonial: "Finally, a reliable source for organic vegetables. My family's health has improved since using this service.", imageSrc: "http://img.b2bpic.net/free-vector/flat-variety-male-avatars_23-2147676209.jpg", imageAlt: "Anita Patel" @@ -142,10 +142,10 @@ export default function LandingPage() { id: "4", name: "Vikram Singh", handle: "@vikram_s", testimonial: "Customer service is excellent. They helped me with custom orders for my restaurant. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-vector/call-center-avatar-sample-flat-style_23-2147941257.jpg", imageAlt: "Vikram Singh" }, { - id: "5", name: "Deepika Nair", handle: "@deepika_n", testimonial: "Best prices in the market with premium quality. Never going back to traditional markets!", imageSrc: "http://img.b2bpic.net/free-photo/confident-european-businesswoman-mockup-psd-smiling-closeup-port_53876-143277.jpg", imageAlt: "Deepika Nair" + id: "5", name: "Deepika Nair", handle: "@deepika_n", testimonial: "Best prices in the market with premium quality. Never going back to traditional markets!", imageSrc: "http://img.b2bpic.net/free-photo/confident-european-businesswoman-mockup-psd-smiling-closeup-port_53876-143277.jpg?_wi=2", imageAlt: "Deepika Nair" }, { - id: "6", name: "Arjun Desai", handle: "@arjun_d", testimonial: "The delivery is so fast and the vegetables stay fresh for days. Perfect for busy professionals like me.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148251172.jpg", imageAlt: "Arjun Desai" + id: "6", name: "Arjun Desai", handle: "@arjun_d", testimonial: "The delivery is so fast and the vegetables stay fresh for days. Perfect for busy professionals like me.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148251172.jpg?_wi=2", imageAlt: "Arjun Desai" } ]} />