Update src/app/page.tsx

This commit is contained in:
2026-04-01 01:51:30 +00:00
parent 97555db030
commit 4fb3961ef8

View File

@@ -10,7 +10,7 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import { Cpu, Zap, CreditCard, ShieldCheck, Target, BarChart3, Users, MessageSquareText } from "lucide-react";
import { Cpu, Zap, CreditCard, ShieldCheck, MessageSquareText } from "lucide-react";
export default function LandingPage() {
return (
@@ -80,6 +80,7 @@ export default function LandingPage() {
{ id: "2", value: "40%", title: "Latency Reduction", description: "Global distribution optimization.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg" }
]}
textboxLayout="split"
useInvertedBackground={false}
/>
</div>
@@ -114,6 +115,7 @@ export default function LandingPage() {
title="Ready to Modernize?"
description="Let's discuss how our platform fits your growth goals."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>