diff --git a/src/app/page.tsx b/src/app/page.tsx index 4464991..1c30414 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,24 +23,21 @@ export default function HomePage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "/" }, { label: "Pricing", href: "/" }, { label: "Community", href: "/" }, ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "/" }, { label: "Chess Guide", href: "/chess-guide" }, { label: "Tutorials", href: "/" }, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Privacy Policy", href: "/" }, @@ -66,16 +63,14 @@ export default function HomePage() { brandName="Blanka & Eryk" navItems={navItems} button={{ - text: "Join Community", - href: "/contact", - }} + text: "Join Community", href: "/contact"}} />