Update src/app/page.tsx
This commit is contained in:
@@ -82,10 +82,10 @@ export default function LandingPage() {
|
||||
<AboutMetric
|
||||
title="Why Choose Dental House?"
|
||||
metrics={[
|
||||
{ icon: CheckCircle, label: "100% Five-Star Reviews", value: "★★★★★" },
|
||||
{ icon: Zap, label: "Zero Pain Policy", value: "Guaranteed" },
|
||||
{ icon: Award, label: "Expert Care", value: "Dr. Solanki" },
|
||||
{ icon: Heart, label: "Patient First", value: "Always" }
|
||||
{ icon: CheckCircle, label: "5-Star Rated", value: "" },
|
||||
{ icon: Zap, label: "Pain-Free Care", value: "" },
|
||||
{ icon: Award, label: "Expert Team", value: "" },
|
||||
{ icon: Heart, label: "Your Comfort", value: "" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user