diff --git a/src/app/page.tsx b/src/app/page.tsx index a294a7c..f261e42 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Award, Scissors, Smile, Star } from "lucide-react"; +import { Award, Scissors, Smile, Star, Zap, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -33,30 +33,12 @@ export default function LandingPage() { @@ -360,34 +194,8 @@ export default function LandingPage() {