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" },
],
},
]}