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"},
],
},
]}