diff --git a/src/app/page.tsx b/src/app/page.tsx index a2d2b9b..4e20ae7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardThree from '@/components/sections/product/ProductCardThree'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Award, Heart, MapPin, Sparkles, CheckCircle, Zap, Shield } from "lucide-react"; +import { Award, Heart, MapPin, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -65,6 +65,7 @@ export default function LandingPage() { ]} imageSrc="http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186729.jpg?_wi=1" mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -72,6 +73,7 @@ export default function LandingPage() {