From f282f5f76b090c5a25e93327013290281cd6a4d7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 21:29:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 205 ++++++++++------------------------------------- 1 file changed, 43 insertions(+), 162 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b84c576..f19d114 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,16 +47,12 @@ export default function LandingPage() {
@@ -276,53 +177,33 @@ export default function LandingPage() { { items: [ { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "Portfolio", - href: "#portfolio", - }, + label: "Portfolio", href: "#portfolio"}, { - label: "Pricing", - href: "#pricing", - }, + label: "Pricing", href: "#pricing"}, ], }, { items: [ { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Support", - href: "#", - }, + label: "Support", href: "#"}, { - label: "FAQ", - href: "#", - }, + label: "FAQ", href: "#"}, ], }, { items: [ { - label: "Twitter", - href: "https://twitter.com", - }, + label: "Twitter", href: "https://twitter.com"}, { - label: "LinkedIn", - href: "https://linkedin.com", - }, + label: "LinkedIn", href: "https://linkedin.com"}, { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, ], }, ]} @@ -332,4 +213,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1