From f00ebe8c55e2a92f8e87effe50d34788287f28f7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 09:08:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1de8bee..07aa629 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { tagIcon={Star} tagAnimation="slide-up" background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/plastic-pollution-plants-fish-tank_23-2148359869.jpg" + imageSrc="/aquarium-hero.jpg" imageAlt="Beautiful aquarium with healthy tropical fish" buttons={[ { text: "📞 Call Now", href: "tel:+94XXXXXXXXX" }, @@ -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?_wi=1", 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: "/testimonial-1.jpg", 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?_wi=2", 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: "/testimonial-2.jpg", 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?_wi=3", 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: "/testimonial-3.jpg", 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?_wi=4", 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: "/testimonial-4.jpg", 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?_wi=5", 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: "/testimonial-5.jpg", 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?_wi=6", 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: "/testimonial-6.jpg", imageAlt: "Dilani Rodrigo"}, ]} textboxLayout="default" useInvertedBackground={false}