From 06d27eae30351f7f1a8f2829cc810657bdda599d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 18:09:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 185 +++++++++++------------------------------------ 1 file changed, 43 insertions(+), 142 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 543ce39..38b8303 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,185 +28,103 @@ export default function LandingPage() {
@@ -217,33 +135,16 @@ export default function LandingPage() { logoText="High Up" columns={[ { - title: "Shop", - items: [ - { - label: "Glassware", - href: "#products", - }, - { - label: "Vapes", - href: "#products", - }, - { - label: "Cigars", - href: "#products", - }, + title: "Shop", items: [ + { label: "Glassware", href: "#products" }, + { label: "Vapes", href: "#products" }, + { label: "Cigars", href: "#products" }, ], }, { - title: "Info", - items: [ - { - label: "About", - href: "#features", - }, - { - label: "Contact", - href: "#contact", - }, + title: "Info", items: [ + { label: "About", href: "#features" }, + { label: "Contact", href: "#contact" }, ], }, ]}