Update src/app/implants/page.tsx
This commit is contained in:
@@ -41,7 +41,7 @@ export default function ImplantsPage() {
|
|||||||
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"}
|
||||||
@@ -71,7 +71,7 @@ export default function ImplantsPage() {
|
|||||||
{ id: "im2", icon: Star, title: "Patient Satisfaction", value: "5/5" },
|
{ id: "im2", icon: Star, title: "Patient Satisfaction", value: "5/5" },
|
||||||
{ id: "im3", icon: Calendar, title: "Lasting Results", value: "Decades" }
|
{ id: "im3", icon: Calendar, title: "Lasting Results", value: "Decades" }
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="none"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
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" }
|
{ 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"
|
gridVariant="three-columns-all-equal-width"
|
||||||
animationType="slide-up"
|
animationType="none"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user