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 TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
|
||||||
import ContactText from "@/components/sections/contact/ContactText";
|
import ContactText from "@/components/sections/contact/ContactText";
|
||||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
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() {
|
export default function HomePage() {
|
||||||
return (
|
return (
|
||||||
@@ -124,6 +124,7 @@ export default function HomePage() {
|
|||||||
title="Featured Treatments"
|
title="Featured Treatments"
|
||||||
description="Our most sought-after dental solutions for transforming your smile"
|
description="Our most sought-after dental solutions for transforming your smile"
|
||||||
tag="Premium Services"
|
tag="Premium Services"
|
||||||
|
tagIcon={CheckCircle}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user