Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-07 09:50:12 +00:00

View File

@@ -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() {
<ContactText
text="Ready to transform your enterprise intelligence? Contact our team for a private consultation."
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[{ text: "Book Consultation" }]}
/>
</div>