From 8167d608f48b42b2e6300694f9b4e32956c24d67 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 14:48:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 190 +++++++++-------------------------------------- 1 file changed, 35 insertions(+), 155 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b2feab..2db81ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,29 +30,17 @@ export default function LandingPage() { @@ -61,11 +49,10 @@ export default function LandingPage() {
@@ -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"}, ]} /> @@ -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() {
-- 2.49.1