diff --git a/src/app/page.tsx b/src/app/page.tsx
index 34279eb..42de9b3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -53,55 +41,18 @@ export default function LandingPage() {
@@ -112,15 +63,8 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Built for Reliability, Engineered for Scale"
description={[
- "Vertex bridges the gap between commodity hosting and proprietary enterprise stacks. We deploy custom optimized architecture that ensures your platform never hits a ceiling.",
- "Our engineers take a proactive approach to your uptime, managing the underlying infrastructure so you can focus on building features that win customers.",
- ]}
- buttons={[
- {
- text: "View Technical Specs",
- href: "#metrics",
- },
- ]}
+ "Vertex bridges the gap between commodity hosting and proprietary enterprise stacks. We deploy custom optimized architecture that ensures your platform never hits a ceiling.", "Our engineers take a proactive approach to your uptime, managing the underlying infrastructure so you can focus on building features that win customers."]}
+ buttons={[{ text: "View Technical Specs", href: "#metrics" }]}
/>
@@ -129,27 +73,9 @@ export default function LandingPage() {
textboxLayout="inline-image"
useInvertedBackground={false}
features={[
- {
- id: 1,
- title: "NVMe Accelerated Storage",
- description: "Blazing fast read/write speeds, delivering sub-millisecond response times.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaPRdYPvw7RWBn3aEWyIQ36L7j/a-modern-high-speed-nvme-ssd-hardware-co-1774724595766-fa7ab92b.png",
- imageAlt: "Storage hardware",
- },
- {
- id: 2,
- title: "LiteSpeed Optimization",
- description: "Intelligent edge-caching and request handling designed for speed.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaPRdYPvw7RWBn3aEWyIQ36L7j/a-conceptual-abstract-representation-of--1774724593990-2deec1f5.png",
- imageAlt: "Scale conceptual",
- },
- {
- id: 3,
- title: "Direct Engineer Access",
- description: "No ticket queues. Connect directly with Tier-3 engineering talent.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaPRdYPvw7RWBn3aEWyIQ36L7j/an-engineer-analyzing-performance-data-o-1774724594780-7bd40f0e.png",
- imageAlt: "Engineer control",
- },
+ { id: 1, title: "NVMe Accelerated Storage", description: "Blazing fast read/write speeds, delivering sub-millisecond response times.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaPRdYPvw7RWBn3aEWyIQ36L7j/a-modern-high-speed-nvme-ssd-hardware-co-1774724595766-fa7ab92b.png", imageAlt: "Storage hardware" },
+ { id: 2, title: "LiteSpeed Optimization", description: "Intelligent edge-caching and request handling designed for speed.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaPRdYPvw7RWBn3aEWyIQ36L7j/a-conceptual-abstract-representation-of--1774724593990-2deec1f5.png", imageAlt: "Scale conceptual" },
+ { id: 3, title: "Direct Engineer Access", description: "No ticket queues. Connect directly with Tier-3 engineering talent.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaPRdYPvw7RWBn3aEWyIQ36L7j/an-engineer-analyzing-performance-data-o-1774724594780-7bd40f0e.png", imageAlt: "Engineer control" },
]}
title="Technical Performance Advantage"
description="Engineered infrastructure for demanding enterprise environments."
@@ -158,25 +84,14 @@ export default function LandingPage() {
@@ -327,57 +159,13 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file