diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a3fff7..fc35077 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,26 +29,11 @@ export default function LandingPage() { @@ -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"]} /> @@ -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 }, ]} /> @@ -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." }, ]} /> @@ -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() { ); -} +} \ No newline at end of file