7 Commits

Author SHA1 Message Date
3ace316679 Update src/app/page.tsx 2026-03-09 01:34:02 +00:00
01efea359b Update src/app/page.tsx 2026-03-09 01:32:55 +00:00
e0a60c7b61 Merge version_5 into main
Merge version_5 into main
2026-03-09 01:30:52 +00:00
58e4528dc3 Update src/app/page.tsx 2026-03-09 01:30:48 +00:00
ef74e8bd95 Update src/app/layout.tsx 2026-03-09 01:30:48 +00:00
257a006a69 Merge version_4 into main
Merge version_4 into main
2026-03-08 23:47:06 +00:00
e1993098d8 Merge version_4 into main
Merge version_4 into main
2026-03-08 23:45:24 +00:00
2 changed files with 15 additions and 1429 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -189,7 +189,7 @@ export default function HomePage() {
<div id="contact" data-section="contact">
<ContactCTA
tag="Ready to Build?"
title="Let's Bring Your Project to Life"
title="Get Your Free Project Estimate Today"
description="Contact Schuit General today to discuss your construction or renovation project. Our team is ready to deliver excellence."
buttons={[
{ text: "Request a Quote", href: "contact" },
@@ -203,10 +203,10 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterBase
columns={footerColumns}
logoText="Schuit General"
logoText=""
copyrightText="© 2025 Schuit General. All rights reserved. Division of Burlington SCI."
/>
</div>
</ThemeProvider>
);
}
}