diff --git a/src/app/page.tsx b/src/app/page.tsx
index 107e8d8..9930c95 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -52,32 +44,15 @@ export default function LandingPage() {
@@ -251,37 +149,23 @@ export default function LandingPage() {
logoText="CricketEdge"
columns={[
{
- title: "Shop",
- items: [
+ title: "Shop", items: [
{
- label: "Bats",
- href: "#products",
- },
+ label: "Bats", href: "#products"},
{
- label: "Gloves",
- href: "#products",
- },
+ label: "Gloves", href: "#products"},
{
- label: "Helmets",
- href: "#products",
- },
+ label: "Helmets", href: "#products"},
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{
- label: "FAQ",
- href: "#",
- },
+ label: "FAQ", href: "#"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
{
- label: "Shipping",
- href: "#",
- },
+ label: "Shipping", href: "#"},
],
},
]}