From 5055aa3f5f11544daeb6490f99417312c6b360e8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 09:49:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 290 +++++++++-------------------------------------- 1 file changed, 53 insertions(+), 237 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ed25280..1a8dcd4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() { @@ -337,31 +167,17 @@ export default function LandingPage() { logoText="PulseAgency" columns={[ { - title: "Company", - items: [ - { - label: "About Us", - href: "#about", - }, - { - label: "Contact", - href: "#contact", - }, - ], + title: "Company", items: [ + { label: "About Us", href: "#about" }, + { label: "Contact", href: "#contact" } + ] }, { - title: "Services", - items: [ - { - label: "Strategy", - href: "#services", - }, - { - label: "Ads", - href: "#services", - }, - ], - }, + title: "Services", items: [ + { label: "Strategy", href: "#services" }, + { label: "Ads", href: "#services" } + ] + } ]} copyrightText="© 2024 PulseAgency. All rights reserved." /> -- 2.49.1