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() {