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