From fad67eae28683e637fd2dbac5f244a7b43352da9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 09:41:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 271 +++++++++++------------------------------------ 1 file changed, 60 insertions(+), 211 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b3f299..100f07e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,98 +31,61 @@ export default function LandingPage() {
@@ -340,24 +210,17 @@ export default function LandingPage() { @@ -370,37 +233,23 @@ export default function LandingPage() { logoText="pixelstack.ai" columns={[ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "Work", - href: "#work", - }, + label: "Work", href: "#work"}, { - label: "Estimate", - href: "#estimate", - }, + label: "Estimate", href: "#estimate"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#privacy", - }, + label: "Privacy Policy", href: "#privacy"}, { - label: "Terms of Service", - href: "#terms", - }, + label: "Terms of Service", href: "#terms"}, ], }, ]}