Merge version_1 into main #5

Merged
bender merged 2 commits from version_1 into main 2026-04-12 02:48:12 +00:00
2 changed files with 2 additions and 3 deletions

View File

@@ -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." } },
]}
/>
</div>

View File

@@ -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
]
}
]}
/>