From 17685708318f929605999179bbeb1aec1177a3ac Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 14:49:50 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 86 ++++++++++-------------------------------- 1 file changed, 19 insertions(+), 67 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index bfa15e5..ebcaa7f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -26,26 +26,11 @@ export default function LandingPage() { @@ -72,15 +54,9 @@ export default function LandingPage() { memberVariant="card" members={[ { - id: "m1", - name: "Founder, FinHaven", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-man-sitting-terrace_23-2148997298.jpg", - }, + id: "m1", name: "Founder, FinHaven", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-man-sitting-terrace_23-2148997298.jpg"}, { - id: "m2", - name: "Aquatics Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/fisherman-with-fishing-equipment-box_58466-11043.jpg", - }, + id: "m2", name: "Aquatics Specialist", imageSrc: "http://img.b2bpic.net/free-photo/fisherman-with-fishing-equipment-box_58466-11043.jpg"}, ]} /> @@ -89,16 +65,12 @@ export default function LandingPage() { @@ -108,37 +80,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: "#" }, ], }, ]} @@ -148,4 +100,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file From 98f57d6ad92d3eea08c50927f7dd997552ca10cf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 14:49:51 +0000 Subject: [PATCH 2/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 86 +++++++++------------------------------- 1 file changed, 19 insertions(+), 67 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4e6afd8..722ad91 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -26,26 +26,11 @@ export default function LandingPage() { @@ -93,16 +73,8 @@ export default function LandingPage() { mediaAnimation="none" faqsAnimation="slide-up" faqs={[ - { - id: "aq1", - title: "How to pickup?", - content: "You will receive location details upon confirming order.", - }, - { - id: "aq2", - title: "What payment?", - content: "Payment is taken at collection.", - }, + { id: "aq1", title: "How to pickup?", content: "You will receive location details upon confirming order." }, + { id: "aq2", title: "What payment?", content: "Payment is taken at collection." }, ]} /> @@ -112,37 +84,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: "#" }, ], }, ]} @@ -152,4 +104,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file From dd6115048e5d21c8ddbd78e2f3dfe7c60c0cc0fd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 14:49:51 +0000 Subject: [PATCH 3/6] Update src/app/fish/page.tsx --- src/app/fish/page.tsx | 155 +++++++----------------------------------- 1 file changed, 24 insertions(+), 131 deletions(-) diff --git a/src/app/fish/page.tsx b/src/app/fish/page.tsx index 704d13e..7bda12e 100644 --- a/src/app/fish/page.tsx +++ b/src/app/fish/page.tsx @@ -27,26 +27,11 @@ export default function LandingPage() { @@ -150,20 +75,8 @@ export default function LandingPage() { title="Quick Stats" description="Our inventory standards." metrics={[ - { - id: "s1", - value: "12+", - title: "Species", - description: "Carefully selected.", - icon: Fish, - }, - { - id: "s2", - value: "24h", - title: "Response", - description: "Fast support.", - icon: Clock, - }, + { id: "s1", value: "12+", title: "Species", description: "Carefully selected.", icon: Fish }, + { id: "s2", value: "24h", title: "Response", description: "Fast support.", icon: Clock }, ]} /> @@ -173,37 +86,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: "#" }, ], }, ]} @@ -213,4 +106,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file From d2733f610bb1663a5e982c7d3770dd2cbb321de1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 14:49:52 +0000 Subject: [PATCH 4/6] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 135 +++++++-------------------------------- 1 file changed, 24 insertions(+), 111 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 49e0251..d67fad6 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -26,26 +26,11 @@ export default function LandingPage() { @@ -116,36 +72,13 @@ export default function LandingPage() { title="Client Photos" description="See setups from our happy customers." kpiItems={[ - { - value: "50+", - label: "Setups", - }, - { - value: "100%", - label: "Health", - }, - { - value: "5★", - label: "Rating", - }, + { value: "50+", label: "Setups" }, + { value: "100%", label: "Health" }, + { value: "5★", label: "Rating" }, ]} testimonials={[ - { - id: "t1", - name: "Sarah J.", - role: "Hobbyist", - company: "Local Client", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/active-tail-fanning-carpathian-newt-lissotriton-montandi-trying-attract-female-reproduce_181624-55853.jpg", - }, - { - id: "t2", - name: "Mark D.", - role: "Collector", - company: "Local Client", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fish-seabed-coral-reefs-underwater-beauty-fish-coral-reefs_488145-1046.jpg", - }, + { id: "t1", name: "Sarah J.", role: "Hobbyist", company: "Local Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/active-tail-fanning-carpathian-newt-lissotriton-montandi-trying-attract-female-reproduce_181624-55853.jpg" }, + { id: "t2", name: "Mark D.", role: "Collector", company: "Local Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fish-seabed-coral-reefs-underwater-beauty-fish-coral-reefs_488145-1046.jpg" }, ]} /> @@ -155,37 +88,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: "#" }, ], }, ]} @@ -195,4 +108,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file From 5ab8d8cecfcbeea3d52c7bf13eed5c688f805115 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 14:49:52 +0000 Subject: [PATCH 5/6] Update src/app/page.tsx --- src/app/page.tsx | 145 +++++++++-------------------------------------- 1 file changed, 28 insertions(+), 117 deletions(-) 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 From 63e494dd24cc5ab3ac4a24161279199a553e645e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 14:49:53 +0000 Subject: [PATCH 6/6] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 89b0b6a..84da173 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #0A2540; - --primary-cta: #2EC4B6; + --background: #fcfaf7; + --card: #f5efe6; + --foreground: #4a3b30; + --primary-cta: #ff8c42; --primary-cta-text: #ffffff; - --secondary-cta: #0A2540; + --secondary-cta: #f5efe6; --secondary-cta-text: #ffffff; - --accent: #e2e2e2; - --background-accent: #f2f2f2; + --accent: #e6dcd0; + --background-accent: #f2e8d9; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);