diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0f05e1f..6bd0c8a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
@@ -56,16 +48,12 @@ export default function LandingPage() {
@@ -315,25 +215,17 @@ export default function LandingPage() {
{
items: [
{
- label: "Shop",
- href: "#",
- },
+ label: "Shop", href: "#"},
{
- label: "Features",
- href: "#features",
- },
+ label: "Features", href: "#features"},
],
},
{
items: [
{
- label: "Support",
- href: "#",
- },
+ label: "Support", href: "#"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
]}
@@ -343,4 +235,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file