From 55e67d0a05737c7bed33656b3dfd7c17e28a8007 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 02:48:06 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ea7cb77..1417785 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,7 +109,7 @@ export default function LandingPage() { layout="section" title="Terms and Conditions" sections={[ - { heading: "Use of Site", content: { text: "By accessing this website, you agree to comply with all applicable laws and regulations." } }, + { heading: "Use of Site", content: { type: "paragraph", text: "By accessing this website, you agree to comply with all applicable laws and regulations." } }, ]} /> -- 2.49.1 From b19a40770e4e977fe41693c83dd3eecadf0e161d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 02:48:06 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 83c1145..27695ae 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -64,8 +64,7 @@ export default function ServicesPage() { mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/teamwork-off-engineer-meeting-architectural-project_1421-116.jpg", imageAlt: "Teamwork" }, { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-with-blueprint_23-2147711055.jpg", imageAlt: "Blueprint" }, - ], - reverse: false + ] } ]} /> -- 2.49.1