From de24432337c43427a637161743abd65eddf9ea9e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 4 May 2026 21:07:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 310 ++++++++--------------------------------------- 1 file changed, 51 insertions(+), 259 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b71a0f..934d0dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,132 +31,56 @@ export default function LandingPage() {
@@ -165,15 +89,8 @@ export default function LandingPage() { @@ -184,21 +101,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Fluid Dynamics", - description: "Adaptive systems that react to every user movement.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-network-connections-low-poly-plexus-design_1048-11867.jpg", - }, - { - title: "Neural Mapping", - description: "Intuitive navigation designed for the future mind.", - imageSrc: "http://img.b2bpic.net/free-vector/set-geometric-neon-empty-frame-banners-set_1017-25562.jpg", - }, - { - title: "Infinite Depth", - description: "Experience layering beyond traditional flat UI.", - imageSrc: "http://img.b2bpic.net/free-photo/duotone-wavy-smoke-black-background_23-2148211032.jpg", - }, + { title: "Fluid Dynamics", description: "Adaptive systems that react to every user movement.", imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-network-connections-low-poly-plexus-design_1048-11867.jpg" }, + { title: "Neural Mapping", description: "Intuitive navigation designed for the future mind.", imageSrc: "http://img.b2bpic.net/free-vector/set-geometric-neon-empty-frame-banners-set_1017-25562.jpg" }, + { title: "Infinite Depth", description: "Experience layering beyond traditional flat UI.", imageSrc: "http://img.b2bpic.net/free-photo/duotone-wavy-smoke-black-background_23-2148211032.jpg" }, ]} title="Unparalleled Capabilities" description="Technological mastery meets artistic expression." @@ -211,36 +116,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "100+", - title: "Global Nodes", - items: [ - "Connected", - "Synchronized", - "Neural", - ], - }, - { - id: "m2", - value: "24/7", - title: "Digital Flux", - items: [ - "Immersion", - "Adaptive", - "Living", - ], - }, - { - id: "m3", - value: "99.9%", - title: "Precision", - items: [ - "Calculated", - "Sharp", - "Defined", - ], - }, + { id: "m1", value: "100+", title: "Global Nodes", items: ["Connected", "Synchronized", "Neural"] }, + { id: "m2", value: "24/7", title: "Digital Flux", items: ["Immersion", "Adaptive", "Living"] }, + { id: "m3", value: "99.9%", title: "Precision", items: ["Calculated", "Sharp", "Defined"] }, ]} title="Global Influence" description="Defining the next generation of digital landscapes." @@ -251,61 +129,18 @@ export default function LandingPage() { @@ -369,28 +181,8 @@ export default function LandingPage() {