Update src/app/page.tsx

This commit is contained in:
2026-05-05 06:01:55 +00:00
parent 6c63a54d08
commit ef0135cdd4

View File

@@ -11,7 +11,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import MediaAbout from '@/components/sections/about/MediaAbout';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { ShieldCheck, Target, ShieldCheck as LucideIcon } from "lucide-react";
import { ShieldCheck, Target } from "lucide-react";
export default function LandingPage() {
return (
@@ -84,6 +84,7 @@ export default function LandingPage() {
<MetricCardTwo
title="Proven Performance"
tag="Impact"
description="Our metrics speak for themselves."
useInvertedBackground={true}
animationType="slide-up"
gridVariant="bento-grid"