Update src/app/page.tsx
This commit is contained in:
190
src/app/page.tsx
190
src/app/page.tsx
@@ -30,29 +30,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Excel Aqua International"
|
||||
/>
|
||||
@@ -61,11 +49,10 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Excel Aqua International (Pvt) Ltd"
|
||||
description="Leading exporters of premium ornamental fish, high-quality aquaculture equipment, and fish health solutions. Delivering nature-inspired aquatic excellence from Sri Lanka to the world."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/moving-house-boat-river_1353-206.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/moving-house-boat-river_1353-206.jpg"
|
||||
imageAlt="Modern fish farm facility in Sri Lanka"
|
||||
/>
|
||||
</div>
|
||||
@@ -75,18 +62,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Nature-Inspired ",
|
||||
},
|
||||
type: "text", content: "Nature-Inspired "},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/three-spot-descyllus-fish-closeup-tropical-coral-reefs_488145-1820.jpg",
|
||||
alt: "Ornamental fish",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/three-spot-descyllus-fish-closeup-tropical-coral-reefs_488145-1820.jpg", alt: "Ornamental fish"},
|
||||
{
|
||||
type: "text",
|
||||
content: " Aquatic Excellence",
|
||||
},
|
||||
type: "text", content: " Aquatic Excellence"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -99,26 +79,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Ornamental Fish Exports",
|
||||
description: "Global export of high-quality local ornamental fish species.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-near-aquariums_1398-1564.jpg?_wi=1",
|
||||
titleIconSrc: "Fish",
|
||||
buttonText: "View Species",
|
||||
},
|
||||
title: "Ornamental Fish Exports", description: "Global export of high-quality local ornamental fish species.", imageSrc: "http://img.b2bpic.net/free-photo/woman-near-aquariums_1398-1564.jpg", titleIconSrc: "Fish", buttonText: "View Species"},
|
||||
{
|
||||
title: "Health & Nutrition",
|
||||
description: "Professional fish medicines and food for sustainable growth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sunflower-seeds-bowl-marble_114579-36934.jpg?_wi=1",
|
||||
titleIconSrc: "ShieldCheck",
|
||||
buttonText: "View Health",
|
||||
},
|
||||
title: "Health & Nutrition", description: "Professional fish medicines and food for sustainable growth.", imageSrc: "http://img.b2bpic.net/free-photo/sunflower-seeds-bowl-marble_114579-36934.jpg", titleIconSrc: "ShieldCheck", buttonText: "View Health"},
|
||||
{
|
||||
title: "Aquarium Supplies",
|
||||
description: "Everything from tanks to essential accessories.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-park-china_1127-4082.jpg?_wi=1",
|
||||
titleIconSrc: "Container",
|
||||
buttonText: "View Supplies",
|
||||
},
|
||||
title: "Aquarium Supplies", description: "Everything from tanks to essential accessories.", imageSrc: "http://img.b2bpic.net/free-photo/city-park-china_1127-4082.jpg", titleIconSrc: "Container", buttonText: "View Supplies"},
|
||||
]}
|
||||
title="Our Specialized Services"
|
||||
description="Providing comprehensive aquaculture solutions including fish exports, health treatments, and professional grade netting."
|
||||
@@ -127,64 +92,29 @@ export default function LandingPage() {
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Excel Aqua",
|
||||
name: "Neon Tetra",
|
||||
price: "Contact for pricing",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-exotic-fish-aquarium_169016-17970.jpg",
|
||||
},
|
||||
id: "1", brand: "Excel Aqua", name: "Neon Tetra", price: "Contact for pricing", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/closeup-exotic-fish-aquarium_169016-17970.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Excel Aqua",
|
||||
name: "Premium Fish Net",
|
||||
price: "Contact for pricing",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bunch-tangled-multicolored-fishing-nets-with-yellow-floats-background-marina-closeup-selective-focus-background-concept-traditional-fishing-coastal-towns_166373-3296.jpg",
|
||||
},
|
||||
id: "2", brand: "Excel Aqua", name: "Premium Fish Net", price: "Contact for pricing", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/bunch-tangled-multicolored-fishing-nets-with-yellow-floats-background-marina-closeup-selective-focus-background-concept-traditional-fishing-coastal-towns_166373-3296.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Excel Aqua",
|
||||
name: "Nutrition Pellets",
|
||||
price: "Contact for pricing",
|
||||
rating: 4,
|
||||
reviewCount: "42",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-fish-wooden-board-ready-be-cooked_23-2148295246.jpg",
|
||||
},
|
||||
id: "3", brand: "Excel Aqua", name: "Nutrition Pellets", price: "Contact for pricing", rating: 4,
|
||||
reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/fresh-fish-wooden-board-ready-be-cooked_23-2148295246.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Excel Aqua",
|
||||
name: "Aquatic Health Kit",
|
||||
price: "Contact for pricing",
|
||||
rating: 5,
|
||||
reviewCount: "67",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pieces-portrait-concept-with-beautiful-woman_23-2149412311.jpg",
|
||||
},
|
||||
id: "4", brand: "Excel Aqua", name: "Aquatic Health Kit", price: "Contact for pricing", rating: 5,
|
||||
reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/pieces-portrait-concept-with-beautiful-woman_23-2149412311.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Excel Aqua",
|
||||
name: "Modern Tank (20G)",
|
||||
price: "Contact for pricing",
|
||||
rating: 4,
|
||||
reviewCount: "22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fish-seabed-coral-reefs-underwater-beauty-fish-coral-reefs_488145-1944.jpg",
|
||||
},
|
||||
id: "5", brand: "Excel Aqua", name: "Modern Tank (20G)", price: "Contact for pricing", rating: 4,
|
||||
reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fish-seabed-coral-reefs-underwater-beauty-fish-coral-reefs_488145-1944.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Excel Aqua",
|
||||
name: "Protection Netting",
|
||||
price: "Contact for pricing",
|
||||
rating: 5,
|
||||
reviewCount: "98",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-fisherman-friend-use-boat-fishing-net-fishing-river-early-morning-copy-space_1150-55869.jpg",
|
||||
},
|
||||
id: "6", brand: "Excel Aqua", name: "Protection Netting", price: "Contact for pricing", rating: 5,
|
||||
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/asian-fisherman-friend-use-boat-fishing-net-fishing-river-early-morning-copy-space_1150-55869.jpg"},
|
||||
]}
|
||||
title="Featured Products"
|
||||
description="Premium selection of aquatic products and healthy fish stock."
|
||||
@@ -197,60 +127,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Lee",
|
||||
date: "Oct 2023",
|
||||
title: "Aquarium Store Owner",
|
||||
quote: "The fish quality from Excel Aqua is simply unmatched in the market.",
|
||||
tag: "Trusted",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-ornate-pumpkin_1153-5392.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/moving-house-boat-river_1353-206.jpg?_wi=2",
|
||||
imageAlt: "fish farm sri lanka landscape",
|
||||
},
|
||||
id: "1", name: "Sarah Lee", date: "Oct 2023", title: "Aquarium Store Owner", quote: "The fish quality from Excel Aqua is simply unmatched in the market.", tag: "Trusted", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-ornate-pumpkin_1153-5392.jpg", imageSrc: "http://img.b2bpic.net/free-photo/moving-house-boat-river_1353-206.jpg", imageAlt: "fish farm sri lanka landscape"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Tan",
|
||||
date: "Sep 2023",
|
||||
title: "Export Manager",
|
||||
quote: "Professional, efficient, and always high quality products.",
|
||||
tag: "Partner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/asian-fashion-lover-employee-arranging-ties-belts-accessories-aisle_482257-118499.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-spot-descyllus-fish-closeup-tropical-coral-reefs_488145-1820.jpg",
|
||||
imageAlt: "ornamental fish close up",
|
||||
},
|
||||
id: "2", name: "Michael Tan", date: "Sep 2023", title: "Export Manager", quote: "Professional, efficient, and always high quality products.", tag: "Partner", avatarSrc: "http://img.b2bpic.net/free-photo/asian-fashion-lover-employee-arranging-ties-belts-accessories-aisle_482257-118499.jpg", imageSrc: "http://img.b2bpic.net/free-photo/three-spot-descyllus-fish-closeup-tropical-coral-reefs_488145-1820.jpg", imageAlt: "ornamental fish close up"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jane Doe",
|
||||
date: "Aug 2023",
|
||||
title: "Aquarist",
|
||||
quote: "My favorite supplier for nets and aquarium health supplies.",
|
||||
tag: "Expert",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-pointing-dog-toy_23-2148287927.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-near-aquariums_1398-1564.jpg?_wi=2",
|
||||
imageAlt: "aquaculture fish nets professional",
|
||||
},
|
||||
id: "3", name: "Jane Doe", date: "Aug 2023", title: "Aquarist", quote: "My favorite supplier for nets and aquarium health supplies.", tag: "Expert", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-pointing-dog-toy_23-2148287927.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-near-aquariums_1398-1564.jpg", imageAlt: "aquaculture fish nets professional"},
|
||||
{
|
||||
id: "4",
|
||||
name: "John Smith",
|
||||
date: "Jul 2023",
|
||||
title: "Research Consultant",
|
||||
quote: "Reliable health solutions and deep technical expertise.",
|
||||
tag: "Consultant",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/fisherwoman-dressed-casually-coming-from-fishing-trip_273609-12444.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sunflower-seeds-bowl-marble_114579-36934.jpg?_wi=2",
|
||||
imageAlt: "fish food nutrition aquaculture",
|
||||
},
|
||||
id: "4", name: "John Smith", date: "Jul 2023", title: "Research Consultant", quote: "Reliable health solutions and deep technical expertise.", tag: "Consultant", avatarSrc: "http://img.b2bpic.net/free-photo/fisherwoman-dressed-casually-coming-from-fishing-trip_273609-12444.jpg", imageSrc: "http://img.b2bpic.net/free-photo/sunflower-seeds-bowl-marble_114579-36934.jpg", imageAlt: "fish food nutrition aquaculture"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anita Fernando",
|
||||
date: "Jun 2023",
|
||||
title: "Supplier",
|
||||
quote: "Excellent export processes and great customer service.",
|
||||
tag: "Supplier",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/bearded-fisherman-yellow-anorak-red-hat-holding-huge-fish-hands-demonstrating-his-successful-catch-horizontal-portrait-skilled-workman-posing-with-big-salmon-blue-wall_273609-8093.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-park-china_1127-4082.jpg?_wi=2",
|
||||
imageAlt: "modern aquarium fish tanks",
|
||||
},
|
||||
id: "5", name: "Anita Fernando", date: "Jun 2023", title: "Supplier", quote: "Excellent export processes and great customer service.", tag: "Supplier", avatarSrc: "http://img.b2bpic.net/free-photo/bearded-fisherman-yellow-anorak-red-hat-holding-huge-fish-hands-demonstrating-his-successful-catch-horizontal-portrait-skilled-workman-posing-with-big-salmon-blue-wall_273609-8093.jpg", imageSrc: "http://img.b2bpic.net/free-photo/city-park-china_1127-4082.jpg", imageAlt: "modern aquarium fish tanks"},
|
||||
]}
|
||||
title="Trusted by Experts"
|
||||
description="Feedback from our global partners and customers."
|
||||
@@ -261,8 +146,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Let's Get Started"
|
||||
description="Have questions about fish exports or aquaculture supplies? Get in touch with our team today at No.82, Yaya 07, Bisobandaragama, Sri Lanka or call +94 70 699 7699."
|
||||
@@ -276,13 +160,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Excel Aqua International"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user