diff --git a/src/app/page.tsx b/src/app/page.tsx index c44f51f..f12b7c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Sparkles } from "lucide-react"; +import { Sparkles, Zap, Camera, TrendingUp, Users, BarChart } from "lucide-react"; export default function LandingPage() { return ( @@ -30,22 +30,10 @@ export default function LandingPage() {