diff --git a/src/app/page.tsx b/src/app/page.tsx index f836e7d..5c2fc0c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Award, CalendarDays, CheckCircle, Eye, Globe, Shield, Sparkles, Star } from "lucide-react"; +import { Award, CalendarDays, CheckCircle, Eye, Gem, Globe, Shield, Sparkles, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -34,31 +34,19 @@ export default function LandingPage() { @@ -66,51 +54,28 @@ export default function LandingPage() {
@@ -428,8 +264,7 @@ export default function LandingPage() {