Update src/app/services/page.tsx

This commit is contained in:
2026-03-08 23:33:08 +00:00
parent 21f7f33d21
commit a4effb8add

View File

@@ -57,7 +57,8 @@ export default function ServicesPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={navItems}
brandName="Schuit General"
brandName=""
brandLogo="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773012707727-qpbud5d9.jpg"
bottomLeftText="Ontario, Canada"
bottomRightText="hello@schuitgeneral.com"
/>
@@ -136,7 +137,7 @@ export default function ServicesPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={footerColumns}
logoText="Schuit General"
logoImage="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773012707727-qpbud5d9.jpg"
copyrightText="© 2025 Schuit General. All rights reserved. Division of Burlington SCI."
/>
</div>