Update src/app/page.tsx

This commit is contained in:
2026-06-11 05:09:24 +00:00
parent db7d1a22eb
commit 5ae9080ecb

View File

@@ -44,7 +44,7 @@ export default function HomePage() {
return (
<ThemeProvider
defaultButtonVariant={"shift-hover"}
defaultTextAnimation={"reveal-blur"}
defaultTextAnimation={"none"}
borderRadius={"pill"}
contentWidth={"smallMedium"}
sizing={"largeSmallSizeLargeTitles"}
@@ -95,7 +95,7 @@ export default function HomePage() {
{ title: "Family-Friendly Care", description: "Gentle and specialized dental care for patients of all ages, ensuring a positive experience for children and adults.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-using-ultrasonic-scaler-treating-boy-s-teeth-clinic_23-2147905966.jpg", imageAlt: "Family dental care illustration" }
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
animationType="none"
textboxLayout="default"
useInvertedBackground={true}
/>
@@ -110,7 +110,7 @@ export default function HomePage() {
{ id: "m2", icon: Smile, title: "Satisfied Patients", value: "5000+" },
{ id: "m3", icon: Award, title: "Successful Treatments", value: "98%" }
]}
animationType="slide-up"
animationType="none"
textboxLayout="default"
useInvertedBackground={false}
/>