From 5464bd3ba93e014e73428b7d28160c099fabe57f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 16:53:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" }, {