From 2e06bcc802a8b372dc6da07993403ea0f7e81790 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 01:59:11 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 85b91fe..c0670a5 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -76,6 +76,7 @@ export default function ContactPage() { buttonText="Send Message" termsText="By submitting this form, you agree to our Terms and Conditions and Privacy Policy." onSubmit={handleContactSubmit} + background={{ variant: "plain" }} useInvertedBackground={false} ariaLabel="Contact us section" /> -- 2.49.1 From 603e72a296677535fc80cf4696e8e0ab3a4a3fc3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 01:59:11 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 47ce789..ae46978 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,7 +135,7 @@ export default function LandingPage() { containerClassName="w-full mx-auto px-4 sm:px-6 lg:px-8" mediaWrapperClassName="w-full h-auto max-w-lg mx-auto" mediaCardClassName="w-full h-auto" - mediaClassName="w-full h-auto object-cover" + mediaCardClassName="w-full h-auto" /> @@ -223,6 +223,7 @@ export default function LandingPage() { gridClassName="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4 sm:gap-6" planImageWrapperClassName="w-full h-auto max-w-xs mx-auto" planImageClassName="w-full h-auto object-cover" + className="w-full mx-auto px-4 sm:px-6 lg:px-8" /> -- 2.49.1