diff --git a/src/app/page.tsx b/src/app/page.tsx index 3437038..1de8bee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -119,17 +119,17 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", title: "Very Healthy Fish & Honest Seller", quote: "I've been buying from MyFish for over a year. Every single fish is healthy and they're incredibly honest about stock availability. The staff takes time to explain proper care.", name: "Ravi Perera", role: "Aquarium Hobbyist", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Ravi Perera"}, + id: "1", title: "Very Healthy Fish & Honest Seller", quote: "I've been buying from MyFish for over a year. Every single fish is healthy and they're incredibly honest about stock availability. The staff takes time to explain proper care.", name: "Ravi Perera", role: "Aquarium Hobbyist", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=1", imageAlt: "Ravi Perera"}, { - id: "2", title: "Excellent Customer Service", quote: "Started with no aquarium experience. MyFish staff guided me through every step. My tank is thriving and I couldn't be happier with the results!", name: "Malini Jayawardene", role: "Beginner Aquarist", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Malini Jayawardene"}, + id: "2", title: "Excellent Customer Service", quote: "Started with no aquarium experience. MyFish staff guided me through every step. My tank is thriving and I couldn't be happier with the results!", name: "Malini Jayawardene", role: "Beginner Aquarist", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=2", imageAlt: "Malini Jayawardene"}, { - id: "3", title: "Reasonable Price & Great Selection", quote: "Best prices I've found for quality fish and equipment. They have everything I need and the WhatsApp updates about new stock are super helpful.", name: "Arun Fernando", role: "Fish Collector", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Arun Fernando"}, + id: "3", title: "Reasonable Price & Great Selection", quote: "Best prices I've found for quality fish and equipment. They have everything I need and the WhatsApp updates about new stock are super helpful.", name: "Arun Fernando", role: "Fish Collector", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=3", imageAlt: "Arun Fernando"}, { - id: "4", title: "Helpful and Friendly Staff", quote: "The team is genuinely passionate about fish. They don't just sell - they educate. I always feel like I'm making the right choice when I visit.", name: "Priya Sharma", role: "Tank Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Priya Sharma"}, + id: "4", title: "Helpful and Friendly Staff", quote: "The team is genuinely passionate about fish. They don't just sell - they educate. I always feel like I'm making the right choice when I visit.", name: "Priya Sharma", role: "Tank Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=4", imageAlt: "Priya Sharma"}, { - id: "5", title: "Refund-Friendly & Trustworthy", quote: "Had an issue with one fish and they replaced it without any hassle. This is the kind of business ethics that keeps me coming back.", name: "Chandrasena Silva", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Chandrasena Silva"}, + id: "5", title: "Refund-Friendly & Trustworthy", quote: "Had an issue with one fish and they replaced it without any hassle. This is the kind of business ethics that keeps me coming back.", name: "Chandrasena Silva", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=5", imageAlt: "Chandrasena Silva"}, { - id: "6", title: "Best Local Aquarium Shop", quote: "I've tried other places but MyFish is the only one I trust with my aquatic pets. They deserve the 4.7 rating!", name: "Dilani Rodrigo", role: "Pet Parent", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Dilani Rodrigo"}, + id: "6", title: "Best Local Aquarium Shop", quote: "I've tried other places but MyFish is the only one I trust with my aquatic pets. They deserve the 4.7 rating!", name: "Dilani Rodrigo", role: "Pet Parent", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=6", imageAlt: "Dilani Rodrigo"}, ]} textboxLayout="default" useInvertedBackground={false}