From cda7f9a16ca9afb7d1c14ae814f9385e0b53b8b4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:10:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 73 +++++++++++------------------------------------- 1 file changed, 16 insertions(+), 57 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a71486b..8790083 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,8 +20,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Services", href: "/services" }, { label: "Products", href: "/products" }, @@ -29,8 +28,7 @@ export default function HomePage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Marine Engineering", href: "#" }, { label: "Technology", href: "#" }, { label: "Safety Standards", href: "#" }, @@ -38,8 +36,7 @@ export default function HomePage() { ], }, { - title: "Locations", - items: [ + title: "Locations", items: [ { label: "Chennai", href: "#" }, { label: "Kerala", href: "#" }, { label: "Gujarat", href: "#" }, @@ -47,8 +44,7 @@ export default function HomePage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Email: info@seanzshipyard.com", href: "mailto:info@seanzshipyard.com" }, { label: "Phone: +91 XXXXX XXXXX", href: "tel:+91" }, { label: "WhatsApp", href: "#" }, @@ -94,7 +90,6 @@ export default function HomePage() { mediaAnimation="slide-up" frameStyle="card" buttonAnimation="slide-up" - useInvertedBackground={false} className="w-full" containerClassName="px-4 md:px-8 lg:px-12" /> @@ -104,59 +99,23 @@ export default function HomePage() {