diff --git a/src/app/page.tsx b/src/app/page.tsx index 683103b..982b86c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactText from '@/components/sections/contact/ContactText'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Sparkles, Star, Dress, Veil, Briefcase, Heart, Shield, Zap, Lock, RotateCcw, TrendingUp } from "lucide-react"; +import { Sparkles, Star, Briefcase, Heart, Shield, Zap, Lock, RotateCcw, TrendingUp } from "lucide-react"; const navItems = [ { name: "Home", id: "hero" }, @@ -101,11 +101,11 @@ export default function LandingPage() { animationType="slide-up" features={[ { - icon: Dress, + icon: Briefcase, title: "Dresses", description: "Elegant dresses for every occasion from casual to formal wear" }, { - icon: Veil, + icon: Heart, title: "Hijabs", description: "Premium quality hijabs in various fabrics and designs" }, {