From a33f64aa67d9430236da61f1ef02e913509830d1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 19:59:03 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 84 +++++++++++++++++++++--------------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a990c24..d56cb3e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -22,51 +22,51 @@ export default function AboutPage() { headingFontWeight="normal" > - + -
- -
+
+ +
- + - +
); -- 2.49.1 From 271521d6b0f39a2af6da61766edf3815bb2ae229 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 19:59:03 +0000 Subject: [PATCH 2/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 74 ++++++++++++++++++++-------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f5e2f86..b6708aa 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -22,46 +22,46 @@ export default function ContactPage() { headingFontWeight="normal" > - + -
- -
+
+ +
- + - +
); -- 2.49.1