diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3abe02c..8aa5a12 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,14 @@ export default function LandingPage() {
@@ -55,17 +47,14 @@ export default function LandingPage() {
@@ -76,29 +65,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "f1",
- title: "Zero Latency",
- description: "Microsecond throughput with optimized API orchestration.",
- tag: "01",
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-light-streaks-with-spheres_1017-2806.jpg",
- imageAlt: "Abstract light streaks with spheres",
- },
+ id: "f1", title: "Zero Latency", description: "Microsecond throughput with optimized API orchestration.", tag: "01", imageSrc: "http://img.b2bpic.net/free-photo/abstract-light-streaks-with-spheres_1017-2806.jpg", imageAlt: "Abstract light streaks with spheres"},
{
- id: "f2",
- title: "Cloud Resilience",
- description: "Self-healing infrastructure with automated redundancy.",
- tag: "02",
- imageSrc: "http://img.b2bpic.net/free-photo/low-angle-tree-with-starry-night-sky_23-2148282336.jpg?_wi=2",
- imageAlt: "Abstract light streaks with spheres",
- },
+ id: "f2", title: "Cloud Resilience", description: "Self-healing infrastructure with automated redundancy.", tag: "02", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-tree-with-starry-night-sky_23-2148282336.jpg", imageAlt: "Abstract light streaks with spheres"},
{
- id: "f3",
- title: "Agile Velocity",
- description: "CI/CD pipelines tuned for maximum deployment frequency.",
- tag: "03",
- imageSrc: "http://img.b2bpic.net/free-photo/internet-speed-test-software-concept_53876-124238.jpg?_wi=1",
- imageAlt: "Abstract light streaks with spheres",
- },
+ id: "f3", title: "Agile Velocity", description: "CI/CD pipelines tuned for maximum deployment frequency.", tag: "03", imageSrc: "http://img.b2bpic.net/free-photo/internet-speed-test-software-concept_53876-124238.jpg", imageAlt: "Abstract light streaks with spheres"},
]}
title="Architecture Highlights"
description="Engineering standards that drive performance."
@@ -112,34 +83,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "m1",
- value: "-35%",
- title: "Server Load",
- items: [
- "Optimized load balancing",
- "Database efficiency",
- "Cache strategy",
- ],
+ id: "m1", value: "-35%", title: "Server Load", items: [
+ "Optimized load balancing", "Database efficiency", "Cache strategy"],
},
{
- id: "m2",
- value: "+40%",
- title: "Delivery Speed",
- items: [
- "Automated deployment",
- "Testing agility",
- "Pipeline optimization",
- ],
+ id: "m2", value: "+40%", title: "Delivery Speed", items: [
+ "Automated deployment", "Testing agility", "Pipeline optimization"],
},
{
- id: "m3",
- value: "99.9%",
- title: "System Uptime",
- items: [
- "Fault tolerance",
- "Real-time monitoring",
- "Disaster recovery",
- ],
+ id: "m3", value: "99.9%", title: "System Uptime", items: [
+ "Fault tolerance", "Real-time monitoring", "Disaster recovery"],
},
]}
title="Performance Standards"
@@ -149,52 +102,23 @@ export default function LandingPage() {
@@ -244,14 +157,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "React",
- "Node.js",
- "Three.js",
- "GSAP",
- "Docker",
- "AWS",
- "Kubernetes",
- ]}
+ "React", "Node.js", "Three.js", "GSAP", "Docker", "AWS", "Kubernetes"]}
title="Technology Standards"
description="The foundational stack and engineering rigor."
/>
@@ -261,8 +167,7 @@ export default function LandingPage() {