Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 740c8e7879 | |||
| 2f4277085e | |||
| f49b01e51a | |||
| bd0d6bacaf | |||
| 18468f7c62 | |||
| 3089e792cb | |||
| 291511b97b | |||
| df5454c836 | |||
| a002e4f824 | |||
| 3c51e7fcc6 | |||
| 9ad33ed173 | |||
| c782ff7440 |
@@ -142,6 +142,7 @@ export default function AboutPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={footerColumns}
|
||||
logoText="Schuit General"
|
||||
copyrightText="© 2025 Schuit General. All rights reserved. Division of Burlington SCI."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -79,6 +79,7 @@ export default function ContactPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={footerColumns}
|
||||
logoText="Schuit General"
|
||||
copyrightText="© 2025 Schuit General. All rights reserved. Division of Burlington SCI."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -77,8 +77,6 @@ export default function HomePage() {
|
||||
{ text: "View Our Work", href: "projects" },
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773012272691-p0w9hxj1.png", imageAlt: "Schuit General logo"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-construction_23-2148751990.jpg", imageAlt: "exterior restoration building facade renovation"},
|
||||
{
|
||||
@@ -205,6 +203,7 @@ export default function HomePage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={footerColumns}
|
||||
logoText="Schuit General"
|
||||
copyrightText="© 2025 Schuit General. All rights reserved. Division of Burlington SCI."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -135,6 +135,7 @@ export default function ProjectsPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={footerColumns}
|
||||
logoText="Schuit General"
|
||||
copyrightText="© 2025 Schuit General. All rights reserved. Division of Burlington SCI."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -136,6 +136,7 @@ export default function ServicesPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={footerColumns}
|
||||
logoText="Schuit General"
|
||||
copyrightText="© 2025 Schuit General. All rights reserved. Division of Burlington SCI."
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user