Update src/app/implants/page.tsx
This commit is contained in:
@@ -41,7 +41,7 @@ export default function ImplantsPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant={"shift-hover"}
|
||||
defaultTextAnimation={"reveal-blur"}
|
||||
defaultTextAnimation={"none"}
|
||||
borderRadius={"pill"}
|
||||
contentWidth={"smallMedium"}
|
||||
sizing={"largeSmallSizeLargeTitles"}
|
||||
@@ -71,7 +71,7 @@ export default function ImplantsPage() {
|
||||
{ id: "im2", icon: Star, title: "Patient Satisfaction", value: "5/5" },
|
||||
{ id: "im3", icon: Calendar, title: "Lasting Results", value: "Decades" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
animationType="none"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -87,7 +87,7 @@ export default function ImplantsPage() {
|
||||
{ title: "Preserves Bone Health", description: "Implants stimulate the jawbone, preventing bone loss that occurs with missing teeth.", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-charming-little-girl-brushing-teeth-bathroom-while-standing-front-mirror-squeezing-toothpaste-out-tube-smiling-happily_176532-15698.jpg", imageAlt: "Bone health preservation" }
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
animationType="none"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user