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() {