Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-05-06 16:46:36 +00:00

View File

@@ -88,6 +88,30 @@ export default function LandingPage() {
/>
</div>
<div id="why-us" data-section="why-us">
<MetricCardThree
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{
id: "m1", icon: Award,
title: "Experienced Dentists", value: "15+ Years"},
{
id: "m2", icon: Shield,
title: "Pain-Free Guarantee", value: "100%"},
{
id: "m3", icon: Zap,
title: "Same-Day Appointments", value: "Available"},
{
id: "m4", icon: Smile,
title: "Satisfied Patients", value: "5000+"},
]}
title="Why SmileCraft?"
description="Dedication to excellence, precision, and care."
/>
</div>
<div id="services" data-section="services">
<FeatureCardOne
animationType="slide-up"
@@ -113,30 +137,6 @@ export default function LandingPage() {
/>
</div>
<div id="why-us" data-section="why-us">
<MetricCardThree
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{
id: "m1", icon: Award,
title: "Experienced Dentists", value: "15+ Years"},
{
id: "m2", icon: Shield,
title: "Pain-Free Guarantee", value: "100%"},
{
id: "m3", icon: Zap,
title: "Same-Day Appointments", value: "Available"},
{
id: "m4", icon: Smile,
title: "Satisfied Patients", value: "5000+"},
]}
title="Why SmileCraft?"
description="Dedication to excellence, precision, and care."
/>
</div>
<div id="team" data-section="team">
<TeamCardFive
animationType="slide-up"