From 040c21bb980df9af15723256bef5049900483a42 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 19:45:49 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 04bbd1e..c6d6b10 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -47,6 +47,7 @@ export default function AboutUsPage() { ]} imageSrc="http://img.b2bpic.net/free-photo/close-up-seamstress-drawing-with-soap-pink-textile-modern-sewing-workshop_574295-3700.jpg" imageAlt="Sewing workshop in Portugal" + useInvertedBackground={false} /> -- 2.49.1 From 758fe9390a5a72d7fee307de73614d4da8bd6b23 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 19:45:49 +0000 Subject: [PATCH 2/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 58 ++++++++++++++++++++++------------------ 1 file changed, 32 insertions(+), 26 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5ae1eaf..493099b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -22,34 +22,40 @@ export default function ContactPage() { headingFontWeight="bold" > - + - +
+ +
- +
); -- 2.49.1