From 858cd48a0a3d55d5b21f43186b07a5e65bbc85c3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 13:32:28 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 48 ++++++++++++++++++++++++------------------ 1 file changed, 28 insertions(+), 20 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2f5f0fe..9ebe400 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,27 +8,35 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function AboutPage() { return ( - + - - - + +
+ +
+
); -- 2.49.1 From 3820ee945fade93b9165019cfe4d0a03367483a4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 13:32:29 +0000 Subject: [PATCH 2/2] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 61 +++++++++++++++++++++++----------------- 1 file changed, 35 insertions(+), 26 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 5175056..25a4d4b 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -8,33 +8,42 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function PricingPage() { return ( - + - - - + +
+ +
+
); -- 2.49.1