From c4fb278446c68c66942c3e9c8b21b78aa1e17ea0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 12:18:24 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4849c13..31ac07b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,21 +8,28 @@ import FooterCard from '@/components/sections/footer/FooterCard'; export default function ContactPage() { return ( - + - - - + +
+ +
+
); -- 2.49.1 From 3449a70e60dd6ab5b85c0a99b8b3f05eaace332c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 12:18:25 +0000 Subject: [PATCH 2/2] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 40 +++++++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 17 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 4313bef..cadd1d5 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -8,24 +8,30 @@ import FooterCard from '@/components/sections/footer/FooterCard'; export default function PricingPage() { return ( - + - - - + +
+ +
+
); -- 2.49.1