Update src/app/page.tsx

This commit is contained in:
2026-03-18 11:23:37 +00:00
parent a06494d6f4
commit 8195da2bc5

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="large"
background="aurora"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass"
@@ -51,13 +51,13 @@ export default function LandingPage() {
{ text: "Learn More", href: "#services" }
]}
buttonAnimation="blur-reveal"
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-wearing-white-their-wedding_23-2150835701.jpg", imageAlt: "Modern dental clinic interior"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-nurses-patient-clinic_23-2149741220.jpg?_wi=1", imageAlt: "Welcoming clinic ambiance"
imageSrc: "http://img.b2bpic.net/free-photo/side-view-nurses-patient-clinic_23-2149741220.jpg", imageAlt: "Welcoming clinic ambiance"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4445.jpg", imageAlt: "Professional dental treatment"
@@ -81,7 +81,7 @@ export default function LandingPage() {
{ value: "15+", title: "Specialized Services" },
{ value: "100%", title: "Patient Satisfaction" }
]}
imageSrc="http://img.b2bpic.net/free-photo/side-view-nurses-patient-clinic_23-2149741220.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/side-view-nurses-patient-clinic_23-2149741220.jpg"
imageAlt="Shiva Dental Clinic modern facility"
mediaAnimation="blur-reveal"
metricsAnimation="slide-up"