From 9449969fefa7d36aacfe96c47c5689a93fb2ecc4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 09:22:53 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b6b6106..b41de63 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -92,11 +92,11 @@ export default function AboutPage() { { id: "memberships", value: "8", description: "Professional Medical Associations"}, ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" textboxLayout="default" animationType="blur-reveal" useInvertedBackground={true} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" buttonAnimation="slide-up" /> -- 2.49.1 From 7e32ec9f142d51230806e431165e106e4b985654 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 09:22:54 +0000 Subject: [PATCH 2/4] Update src/app/appointment/page.tsx --- src/app/appointment/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/appointment/page.tsx b/src/app/appointment/page.tsx index e72cb66..5b130ee 100644 --- a/src/app/appointment/page.tsx +++ b/src/app/appointment/page.tsx @@ -95,11 +95,11 @@ export default function AppointmentPage() { { id: "satisfaction", value: "98%", description: "Patient Satisfaction Rate"}, ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" textboxLayout="default" animationType="slide-up" useInvertedBackground={true} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" buttonAnimation="slide-up" /> -- 2.49.1 From 9b88877b9de4e687acce9b06d9defaa9d9f58f29 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 09:22:54 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c07cfc8..a7ad033 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -141,11 +141,11 @@ export default function HomePage() { { id: "coverage", value: "5", description: "Service Areas Covered"}, ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" textboxLayout="default" animationType="blur-reveal" useInvertedBackground={false} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" buttonAnimation="slide-up" /> -- 2.49.1 From cc3e5824d0b1ddc44448ef24a768611fdfae30a2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 09:22:54 +0000 Subject: [PATCH 4/4] Update src/app/treatments/page.tsx --- src/app/treatments/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/treatments/page.tsx b/src/app/treatments/page.tsx index dd9231f..ed81d21 100644 --- a/src/app/treatments/page.tsx +++ b/src/app/treatments/page.tsx @@ -108,11 +108,11 @@ export default function TreatmentsPage() { { id: "coverage", value: "5", description: "Service Areas Covered"}, ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" textboxLayout="default" animationType="blur-reveal" useInvertedBackground={false} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" buttonAnimation="slide-up" /> -- 2.49.1