Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user