Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b5627f858a | |||
| bd33b6f760 |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user