diff --git a/src/app/page.tsx b/src/app/page.tsx index 7139acb..c75102b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import ProductCardOne from "@/components/sections/product/ProductCardOne"; import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; import ContactText from "@/components/sections/contact/ContactText"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Heart, Award, Zap, Shield, DollarSign } from "lucide-react"; +import { Heart, Award, Zap, Shield, DollarSign, CheckCircle } from "lucide-react"; export default function HomePage() { return ( @@ -124,6 +124,7 @@ export default function HomePage() { title="Featured Treatments" description="Our most sought-after dental solutions for transforming your smile" tag="Premium Services" + tagIcon={CheckCircle} textboxLayout="default" useInvertedBackground={false} animationType="slide-up"