Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-17 19:12:40 +00:00

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