diff --git a/src/app/page.tsx b/src/app/page.tsx index ab133ec..d5ccb09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -54,98 +46,55 @@ export default function LandingPage() { @@ -155,18 +104,11 @@ export default function LandingPage() { useInvertedBackground={true} heading={[ { - type: "text", - content: "Engineered for", - }, + type: "text", content: "Engineered for"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/cyber-data-server-racks-room-with-big-data-computer-center-blue-interior-hosting-storage-hardware_90220-1031.jpg", - alt: "Network hardware", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/cyber-data-server-racks-room-with-big-data-computer-center-blue-interior-hosting-storage-hardware_90220-1031.jpg", alt: "Network hardware"}, { - type: "text", - content: "Limitless Scale", - }, + type: "text", content: "Limitless Scale"}, ]} /> @@ -179,20 +121,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Ultra-Low Latency", - description: "Optimized routing for real-time traffic.", - imageSrc: "http://img.b2bpic.net/free-photo/automated-factory-employee-manages-industrial-automation-system_482257-126830.jpg", - }, + title: "Ultra-Low Latency", description: "Optimized routing for real-time traffic.", imageSrc: "http://img.b2bpic.net/free-photo/automated-factory-employee-manages-industrial-automation-system_482257-126830.jpg"}, { - title: "Secure Cloud Mesh", - description: "Encrypted interconnection points.", - imageSrc: "http://img.b2bpic.net/free-photo/cloud-storage-background-business-network-design_53876-160252.jpg", - }, + title: "Secure Cloud Mesh", description: "Encrypted interconnection points.", imageSrc: "http://img.b2bpic.net/free-photo/cloud-storage-background-business-network-design_53876-160252.jpg"}, { - title: "Scalable Capacity", - description: "Expand instantly as you grow.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-communications-background-with-flowing-waves_1048-14049.jpg", - }, + title: "Scalable Capacity", description: "Expand instantly as you grow.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-communications-background-with-flowing-waves_1048-14049.jpg"}, ]} title="Robust Infrastructure" description="Enterprise-grade interconnection features." @@ -202,29 +135,15 @@ export default function LandingPage() {