Update src/app/page.tsx

This commit is contained in:
2026-03-13 09:11:58 +00:00
parent 14b37d0582
commit 1958beb4b3

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Healthy Smile Starts Here"
description="Trusted dental care from experienced professionals using modern technology in Los Angeles"
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "15+", label: "Years Experience" },
{ value: "5000+", label: "Happy Patients" },
@@ -114,8 +114,6 @@ export default function LandingPage() {
animationType="blur-reveal"
useInvertedBackground={false}
containerClassName="py-20 px-4"
titleClassName="text-5xl md:text-6xl font-bold"
descriptionClassName="text-lg md:text-xl"
/>
</div>