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 ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant={"shift-hover"} defaultButtonVariant={"shift-hover"}
defaultTextAnimation={"reveal-blur"} defaultTextAnimation={"none"}
borderRadius={"pill"} borderRadius={"pill"}
contentWidth={"smallMedium"} contentWidth={"smallMedium"}
sizing={"largeSmallSizeLargeTitles"} 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" } { 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" gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="none"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
/> />
@@ -110,7 +110,7 @@ export default function HomePage() {
{ id: "m2", icon: Smile, title: "Satisfied Patients", value: "5000+" }, { id: "m2", icon: Smile, title: "Satisfied Patients", value: "5000+" },
{ id: "m3", icon: Award, title: "Successful Treatments", value: "98%" } { id: "m3", icon: Award, title: "Successful Treatments", value: "98%" }
]} ]}
animationType="slide-up" animationType="none"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
/> />