diff --git a/src/app/page.tsx b/src/app/page.tsx index 0093039..9f93b6a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,15 +62,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "Customer", testimonial: "Beautiful flowers and excellent same-day delivery service. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1" }, { name: "James Wilson", handle: "Customer", testimonial: "Professional florists who really understand what makes the perfect arrangement.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2" }, { name: "Emma Thompson", handle: "Customer", testimonial: "Fresh flowers that last weeks. Exceptional quality and service every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3" } ]} testimonialRotationInterval={5000} @@ -181,16 +181,16 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Perfect for Every Occasion", quote: "Whether it's a birthday or anniversary, The Flower Shop always delivers stunning arrangements that exceed expectations. The flowers stay fresh for weeks!", name: "Catherine Smith", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Catherine Smith" + id: "1", title: "Perfect for Every Occasion", quote: "Whether it's a birthday or anniversary, The Flower Shop always delivers stunning arrangements that exceed expectations. The flowers stay fresh for weeks!", name: "Catherine Smith", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4", imageAlt: "Catherine Smith" }, { - id: "2", title: "Professional and Reliable", quote: "I ordered flowers for a corporate event and was amazed by the professionalism and attention to detail. Highly recommended for businesses.", name: "Michael Johnson", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Johnson" + id: "2", title: "Professional and Reliable", quote: "I ordered flowers for a corporate event and was amazed by the professionalism and attention to detail. Highly recommended for businesses.", name: "Michael Johnson", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=5", imageAlt: "Michael Johnson" }, { - id: "3", title: "Compassionate Service", quote: "During a difficult time, the team at The Flower Shop helped create a beautiful tribute arrangement. Their compassion and expertise meant so much.", name: "Rebecca Williams", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Rebecca Williams" + id: "3", title: "Compassionate Service", quote: "During a difficult time, the team at The Flower Shop helped create a beautiful tribute arrangement. Their compassion and expertise meant so much.", name: "Rebecca Williams", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=6", imageAlt: "Rebecca Williams" }, { - id: "4", title: "Same Day Delivery Magic", quote: "I needed flowers urgently and ordered before 2pm. They arrived same day and were absolutely beautiful. Best florist in Southampton!", name: "David Chen", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Chen" + id: "4", title: "Same Day Delivery Magic", quote: "I needed flowers urgently and ordered before 2pm. They arrived same day and were absolutely beautiful. Best florist in Southampton!", name: "David Chen", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=7", imageAlt: "David Chen" } ]} />