From c6b7ba3ea99ae8f4c5c593d922208fad263e4dff Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 19:12:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }