From 5f4e4c5024cd0e38d1e80497c9b57f5939d6d32d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 09:50:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 18da74b..333a35c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,6 +66,7 @@ export default function LandingPage() { description="Proven impact across global enterprise infrastructures." textboxLayout="split" animationType="blur-reveal" + useInvertedBackground={false} metrics={[ { id: "m1", title: "Latency", value: "12ms", description: "Average response time", imageSrc: "https://images.unsplash.com/photo-1677442136019-21780ecad995?q=80&w=800" }, { id: "m2", title: "Uptime", value: "99.9%", description: "High availability", imageSrc: "https://images.unsplash.com/photo-1639815188546-c56037a34651?q=80&w=800" } @@ -79,6 +80,7 @@ export default function LandingPage() { description="Clear insights into our technology and deployment." textboxLayout="default" faqsAnimation="slide-up" + useInvertedBackground={false} faqs={[ { id: "f1", title: "Is my data private?", content: "Yes, we use enterprise-grade encryption for all interactions." }, { id: "f2", title: "How is latency managed?", content: "Through edge-computing optimizations globally." } @@ -90,6 +92,7 @@ export default function LandingPage() { -- 2.49.1