diff --git a/src/app/page.tsx b/src/app/page.tsx index 544063f..b408b7c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TextAbout from '@/components/sections/about/TextAbout'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import { Sparkles, Star, Heart } from 'lucide-react'; +import { Sparkles, Star, Heart, Award, Globe, CheckCircle } from 'lucide-react'; const navItems = [ { name: "Home", id: "/" }, @@ -93,12 +93,12 @@ export default function HomePage() { {/* About Section */}
@@ -221,21 +169,15 @@ export default function HomePage() { {/* Social Proof Section */}