diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9b1517b..568dcfa 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,125 +45,73 @@ export default function LandingPage() {
@@ -316,50 +188,31 @@ export default function LandingPage() {
logoText="FLIPPER"
columns={[
{
- title: "Shop",
- items: [
+ title: "Shop", items: [
{
- label: "New Arrivals",
- href: "#",
- },
+ label: "New Arrivals", href: "#"},
{
- label: "Bestsellers",
- href: "#",
- },
+ label: "Bestsellers", href: "#"},
{
- label: "Sale",
- href: "#",
- },
+ label: "Sale", href: "#"},
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{
- label: "Shipping",
- href: "#",
- },
+ label: "Shipping", href: "#"},
{
- label: "Returns",
- href: "#",
- },
+ label: "Returns", href: "#"},
{
- label: "Contact",
- href: "#",
- },
+ label: "Contact", href: "#"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}