Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-04 09:08:25 +00:00
2 changed files with 9 additions and 9 deletions

View File

@@ -31,11 +31,11 @@ export const metadata: Metadata = {
openGraph: {
title: "MyFish Aquarium | Healthy Fish & Tanks in Sri Lanka", description: "Discover Sri Lanka's most trusted aquarium shop. 4.7★ rating, 139+ happy customers. Shop quality fish, tanks, and equipment with expert guidance.", type: "website", siteName: "MyFish Aquarium", url: "https://myfishaquarium.lk", images: [
{
url: "http://img.b2bpic.net/free-photo/plastic-pollution-plants-fish-tank_23-2148359869.jpg", alt: "MyFish Aquarium - Healthy fish and professional tanks"},
url: "/aquarium-hero.jpg", alt: "MyFish Aquarium - Healthy fish and professional tanks"},
],
},
twitter: {
card: "summary_large_image", title: "MyFish Aquarium | Sri Lanka's Trusted Aquarium Shop", description: "4.7★ rated. Healthy fish, honest prices, expert service. Call or WhatsApp now!", images: ["http://img.b2bpic.net/free-photo/plastic-pollution-plants-fish-tank_23-2148359869.jpg"],
card: "summary_large_image", title: "MyFish Aquarium | Sri Lanka's Trusted Aquarium Shop", description: "4.7★ rated. Healthy fish, honest prices, expert service. Call or WhatsApp now!", images: ["/aquarium-hero.jpg"],
},
};

View File

@@ -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}