diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e64ccb..5483aef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,6 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Award, Shield, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -83,6 +82,7 @@ export default function LandingPage() { textboxLayout="split" title="Proven Results" description="Our platform has accelerated project timelines for thousands of businesses." + useInvertedBackground={false} metrics={[ { id: "m1", value: "95%", description: "Average reduction in development time." }, { id: "m2", value: "99.9%", description: "Industry-leading uptime and safety." },