From 8dd8d536e0980ed4fc3f89aeacb1b7d18519b21e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 14:28:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 340 +++++++---------------------------------------- 1 file changed, 50 insertions(+), 290 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 146cab3..6ee8761 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,99 +33,43 @@ export default function LandingPage() {
@@ -137,27 +81,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "450M", - title: "Data Processed", - description: "Daily volume", - icon: Database, - }, - { - id: "m2", - value: "12k", - title: "Active Projects", - description: "Global deployment", - icon: Layers, - }, - { - id: "m3", - value: "24/7", - title: "Support Access", - description: "Premium experts", - icon: Headphones, - }, + { id: "m1", value: "450M", title: "Data Processed", description: "Daily volume", icon: Database }, + { id: "m2", value: "12k", title: "Active Projects", description: "Global deployment", icon: Layers }, + { id: "m3", value: "24/7", title: "Support Access", description: "Premium experts", icon: Headphones }, ]} title="Performance at scale" description="Our architecture provides the backbone you need to scale effortlessly." @@ -168,30 +94,16 @@ export default function LandingPage() { @@ -271,46 +146,11 @@ export default function LandingPage() { textboxLayout="split-description" useInvertedBackground={true} testimonials={[ - { - id: "t1", - title: "Incredible", - quote: "Nexia changed our workflow.", - name: "Sarah", - role: "CEO", - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg?_wi=2", - }, - { - id: "t2", - title: "Fast", - quote: "Speed is unmatched.", - name: "Mark", - role: "CTO", - imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-showing-thumbs-up_1262-20921.jpg", - }, - { - id: "t3", - title: "Efficient", - quote: "We cut costs in half.", - name: "Elena", - role: "VP", - imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", - }, - { - id: "t4", - title: "Scalable", - quote: "Growth became seamless.", - name: "John", - role: "COO", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man-busines-clothes-showing-thumb-up-looking-camera-gray_171337-11351.jpg", - }, - { - id: "t5", - title: "Essential", - quote: "Cannot operate without it.", - name: "David", - role: "Founder", - imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-white-background-business-job_185193-110285.jpg", - }, + { id: "t1", title: "Incredible", quote: "Nexia changed our workflow.", name: "Sarah", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg" }, + { id: "t2", title: "Fast", quote: "Speed is unmatched.", name: "Mark", role: "CTO", imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-showing-thumbs-up_1262-20921.jpg" }, + { id: "t3", title: "Efficient", quote: "We cut costs in half.", name: "Elena", role: "VP", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg" }, + { id: "t4", title: "Scalable", quote: "Growth became seamless.", name: "John", role: "COO", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man-busines-clothes-showing-thumb-up-looking-camera-gray_171337-11351.jpg" }, + { id: "t5", title: "Essential", quote: "Cannot operate without it.", name: "David", role: "Founder", imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-white-background-business-job_185193-110285.jpg" }, ]} title="What our clients say" description="Proven success for modern enterprises." @@ -321,49 +161,11 @@ export default function LandingPage() { @@ -421,30 +203,8 @@ export default function LandingPage() {