From 6d5dda0aeba0af6b8610a82892b01c88077f8349 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 01:05:43 +0000 Subject: [PATCH 1/2] Update src/app/booking/page.tsx --- src/app/booking/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index 6329c7c..211c2d2 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -62,7 +62,7 @@ export default function BookingPage() { borderRadius="soft" contentWidth="small" sizing="mediumSizeLargeTitles" - background="fluid" + background="circleGradient" cardStyle="outline" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow" @@ -80,7 +80,7 @@ export default function BookingPage() { Date: Sun, 22 Mar 2026 01:05:44 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 62480d4..d9ab8b3 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -63,7 +63,7 @@ export default function ServicesPage() { borderRadius="soft" contentWidth="small" sizing="mediumSizeLargeTitles" - background="fluid" + background="circleGradient" cardStyle="outline" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow" @@ -209,7 +209,7 @@ export default function ServicesPage() { tagAnimation="slide-up" title="Contact Us" description="Have questions? Reach out to us. We're here to help and look forward to serving you." - background={{ variant: "fluid" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Sign Up for Updates" -- 2.49.1