diff --git a/src/app/page.tsx b/src/app/page.tsx
index ce4d3eb..e1e0973 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -56,100 +44,33 @@ export default function LandingPage() {
@@ -158,91 +79,42 @@ export default function LandingPage() {
@@ -457,30 +204,15 @@ export default function LandingPage() {
columns={[
{
items: [
- {
- label: "About Us",
- href: "#about",
- },
- {
- label: "Services",
- href: "#services",
- },
- {
- label: "Contact",
- href: "#contact",
- },
+ { label: "About Us", href: "#about" },
+ { label: "Services", href: "#services" },
+ { label: "Contact", href: "#contact" },
],
},
{
items: [
- {
- label: "Privacy Policy",
- href: "#",
- },
- {
- label: "Terms of Service",
- href: "#",
- },
+ { label: "Privacy Policy", href: "#" },
+ { label: "Terms of Service", href: "#" },
],
},
]}