diff --git a/src/app/page.tsx b/src/app/page.tsx
index 37c385e..8b02268 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -52,38 +44,19 @@ export default function LandingPage() {
@@ -217,18 +138,15 @@ export default function LandingPage() {
@@ -239,29 +157,19 @@ export default function LandingPage() {
{
items: [
{
- label: "About Us",
- href: "#",
- },
+ label: "About Us", href: "#"},
{
- label: "Services",
- href: "#features",
- },
+ label: "Services", href: "#features"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}