Update src/app/page.tsx

This commit is contained in:
2026-03-17 19:12:35 +00:00
parent 3d6251dbb0
commit c6b7ba3ea9

View File

@@ -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" }