diff --git a/src/app/page.tsx b/src/app/page.tsx
index 693df6e..478648f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,19 @@ export default function LandingPage() {
@@ -55,19 +53,14 @@ export default function LandingPage() {
@@ -269,25 +198,17 @@ export default function LandingPage() {
{
items: [
{
- label: "About",
- href: "#about",
- },
+ label: "About", href: "#about"},
{
- label: "Services",
- href: "#features",
- },
+ label: "Services", href: "#features"},
],
},
{
items: [
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
{
- label: "Privacy",
- href: "#",
- },
+ label: "Privacy", href: "#"},
],
},
]}
@@ -297,4 +218,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file