Update src/app/page.tsx

This commit is contained in:
2026-05-12 14:49:52 +00:00
parent d2733f610b
commit 5ab8d8cecf

View File

@@ -29,26 +29,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Available Fish",
id: "/fish",
},
{
name: "Gallery",
id: "/gallery",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Available Fish", id: "/fish" },
{ name: "Gallery", id: "/gallery" },
{ name: "Contact", id: "/contact" },
]}
brandName="FinHaven"
/>
@@ -59,37 +44,16 @@ export default function LandingPage() {
title="Healthy Tropical Fish, Expertly Cared For"
description="Welcome to FinHaven, Durbanville's local destination for vibrant tropical fish and professional care advice."
buttons={[
{
text: "View Available Fish",
href: "/fish",
},
{
text: "Contact Us",
href: "/contact",
},
{ text: "View Available Fish", href: "/fish" },
{ text: "Contact Us", href: "/contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-woman-enjoying-favorite-job-workshop-potter-carefully-works-ceramic-whale_1153-6728.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/close-up-fisherman-putting-bait-with-fishing-equipment-box-fishing-sport-concept_58466-11982.jpg",
alt: "Local hobbyist",
},
{
src: "http://img.b2bpic.net/free-photo/farmers-examine-lychee-lychee-garden_1150-12509.jpg",
alt: "Local hobbyist",
},
{
src: "http://img.b2bpic.net/free-photo/side-view-fisherman-holding-fish-with-copy-space_23-2148429540.jpg",
alt: "Local hobbyist",
},
{
src: "http://img.b2bpic.net/free-photo/shooting-underwater_72229-1413.jpg",
alt: "Local hobbyist",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-young-woman-enjoying-favorite-job-workshop-potter-carefully-works-ceramic-whale_1153-6728.jpg",
alt: "Local hobbyist",
},
{ src: "http://img.b2bpic.net/free-photo/close-up-fisherman-putting-bait-with-fishing-equipment-box-fishing-sport-concept_58466-11982.jpg", alt: "Local hobbyist" },
{ src: "http://img.b2bpic.net/free-photo/farmers-examine-lychee-lychee-garden_1150-12509.jpg", alt: "Local hobbyist" },
{ src: "http://img.b2bpic.net/free-photo/side-view-fisherman-holding-fish-with-copy-space_23-2148429540.jpg", alt: "Local hobbyist" },
{ src: "http://img.b2bpic.net/free-photo/shooting-underwater_72229-1413.jpg", alt: "Local hobbyist" },
{ src: "http://img.b2bpic.net/free-photo/portrait-young-woman-enjoying-favorite-job-workshop-potter-carefully-works-ceramic-whale_1153-6728.jpg", alt: "Local hobbyist" },
]}
avatarText="Trusted by 500+ local aquarists"
/>
@@ -100,9 +64,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Passion for Quality Fish"
description={[
"FinHaven started from a love for tropical fish and 3 years of hands-on experience in the aquarium industry.",
"We focus on healthy, happy stock and providing you with the expert advice needed for your home tank.",
]}
"FinHaven started from a love for tropical fish and 3 years of hands-on experience in the aquarium industry.", "We focus on healthy, happy stock and providing you with the expert advice needed for your home tank."]}
/>
</div>
@@ -113,12 +75,7 @@ export default function LandingPage() {
title="Community Favorites"
description="We are proud to serve the local Durbanville aquatic community."
names={[
"Tropical Hobbyists",
"Durbanville Aquarium Club",
"Home Tank Enthusiasts",
"Local Pet Specialists",
"Aquascape Experts",
]}
"Tropical Hobbyists", "Durbanville Aquarium Club", "Home Tank Enthusiasts", "Local Pet Specialists", "Aquascape Experts"]}
/>
</div>
@@ -131,27 +88,9 @@ export default function LandingPage() {
title="Our Impact"
description="We maintain the highest standards of aquatic life support."
metrics={[
{
id: "m1",
value: "3+",
title: "Years Experience",
description: "Dedicated industry expertise.",
icon: Droplet,
},
{
id: "m2",
value: "500+",
title: "Fish Placed",
description: "Healthy homes for every fish.",
icon: Fish,
},
{
id: "m3",
value: "100%",
title: "Client Care",
description: "We guide every step.",
icon: Heart,
},
{ id: "m1", value: "3+", title: "Years Experience", description: "Dedicated industry expertise.", icon: Droplet },
{ id: "m2", value: "500+", title: "Fish Placed", description: "Healthy homes for every fish.", icon: Fish },
{ id: "m3", value: "100%", title: "Client Care", description: "We guide every step.", icon: Heart },
]}
/>
</div>
@@ -166,16 +105,8 @@ export default function LandingPage() {
mediaAnimation="none"
faqsAnimation="slide-up"
faqs={[
{
id: "q1",
title: "Do you deliver?",
content: "We offer collection only in Durbanville to ensure the safety and stress-free transport of our fish.",
},
{
id: "q2",
title: "Are your fish healthy?",
content: "Yes, every fish undergoes a quarantine and health check period before becoming available for your home tank.",
},
{ id: "q1", title: "Do you deliver?", content: "We offer collection only in Durbanville to ensure the safety and stress-free transport of our fish." },
{ id: "q2", title: "Are your fish healthy?", content: "Yes, every fish undergoes a quarantine and health check period before becoming available for your home tank." },
]}
/>
</div>
@@ -185,37 +116,17 @@ export default function LandingPage() {
logoText="FinHaven"
columns={[
{
title: "Quick Links",
items: [
{
label: "About",
href: "/about",
},
{
label: "Fish",
href: "/fish",
},
{
label: "Gallery",
href: "/gallery",
},
{
label: "Contact",
href: "/contact",
},
title: "Quick Links", items: [
{ label: "About", href: "/about" },
{ label: "Fish", href: "/fish" },
{ label: "Gallery", href: "/gallery" },
{ label: "Contact", href: "/contact" },
],
},
{
title: "Policy",
items: [
{
label: "Collection Only",
href: "#",
},
{
label: "Privacy Policy",
href: "#",
},
title: "Policy", items: [
{ label: "Collection Only", href: "#" },
{ label: "Privacy Policy", href: "#" },
],
},
]}
@@ -225,4 +136,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}