From f5b0a909e2fd3465d01a6e83c6c7ee097629e248 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:06:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index af87bf4..31cc3e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function DentalStudioPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="mediumLargeSizeMediumTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -47,7 +47,7 @@ export default function DentalStudioPage() { description="Experience advanced dental treatments in a clean, comfortable environment. Dr Rubi's Dental Studio combines professional expertise with patient-centered care to transform your smile." tag="Trusted by 55+ Satisfied Patients" tagIcon={Award} - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "plain" }} kpis={[ { value: "5.0★", label: "Patient Rating" }, { value: "55+", label: "Happy Patients" }, @@ -179,7 +179,7 @@ export default function DentalStudioPage() { } ]} textboxLayout="default" - gridVariant="two-columns-alternating-heights" + gridVariant="uniform-all-items-equal" animationType="slide-up" useInvertedBackground={false} /> -- 2.49.1