From f69952fe8ace8fb1aea2ded3709a55720c75c764 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 15:50:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 317 +++++++++++------------------------------------ 1 file changed, 75 insertions(+), 242 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9cbc761..8ebb9cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,104 +34,65 @@ export default function LandingPage() {
@@ -141,14 +102,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Vertex Corp", - "NexGen Labs", - "DataSphere", - "QuantumFlow", - "SyncNet", - "HyperLink", - "NovaCore", - ]} + "Vertex Corp", "NexGen Labs", "DataSphere", "QuantumFlow", "SyncNet", "HyperLink", "NovaCore"]} title="Trusted by Industry Leaders" description="Building sustainable future-proof tech for the world's most demanding enterprises." /> @@ -156,36 +110,22 @@ export default function LandingPage() {
@@ -432,29 +275,19 @@ export default function LandingPage() { logoText="Vertex Tech" columns={[ { - title: "Platform", - items: [ + title: "Platform", items: [ { - label: "Overview", - href: "#", - }, + label: "Overview", href: "#"}, { - label: "Features", - href: "#features", - }, + label: "Features", href: "#features"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "Team", - href: "#", - }, + label: "Team", href: "#"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, ]} -- 2.49.1