diff --git a/src/app/page.tsx b/src/app/page.tsx index a4fe317..3cbcd1c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardSixteen from "@/components/sections/testimonial/Testimonia import ProductCardFour from "@/components/sections/product/ProductCardFour"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Star, Heart, Users, Camera, Sparkles, Crown, Veil } from "lucide-react"; +import { Star, Heart, Users, Camera, Sparkles, Crown } from "lucide-react"; export default function LandingPage() { return ( @@ -238,7 +238,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} tag="Veil Collection" - tagIcon={Veil} + tagIcon={Crown} tagAnimation="slide-up" buttons={[ { text: "Shop Veils", href: "#appointment" }