diff --git a/src/app/page.tsx b/src/app/page.tsx index aa3d0dc..3f0f8c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Star } from "lucide-react"; +import { Star, Zap, Award, User, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -31,26 +31,16 @@ export default function LandingPage() { @@ -58,42 +48,21 @@ export default function LandingPage() {