11 Commits

Author SHA1 Message Date
65c0a80778 Update src/app/services/page.tsx 2026-03-08 23:34:56 +00:00
c5da60b7dd Update src/app/projects/page.tsx 2026-03-08 23:34:55 +00:00
996a75d5b4 Update src/app/page.tsx 2026-03-08 23:34:55 +00:00
ca4c58b0f8 Update src/app/contact/page.tsx 2026-03-08 23:34:54 +00:00
884b78564f Update src/app/about/page.tsx 2026-03-08 23:34:54 +00:00
a4effb8add Update src/app/services/page.tsx 2026-03-08 23:33:08 +00:00
21f7f33d21 Update src/app/projects/page.tsx 2026-03-08 23:33:07 +00:00
60fe712986 Update src/app/page.tsx 2026-03-08 23:33:07 +00:00
d05dea51fc Update src/app/contact/page.tsx 2026-03-08 23:33:06 +00:00
07258297b7 Update src/app/about/page.tsx 2026-03-08 23:33:05 +00:00
93af44ff6d Merge version_2 into main
Merge version_2 into main
2026-03-08 23:25:52 +00:00
5 changed files with 6 additions and 11 deletions

View File

@@ -59,7 +59,7 @@ export default function AboutPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={navItems}
brandName="Schuit General"
brandName=""
bottomLeftText="Ontario, Canada"
bottomRightText="hello@schuitgeneral.com"
/>
@@ -142,7 +142,6 @@ 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>

View File

@@ -56,7 +56,7 @@ export default function ContactPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={navItems}
brandName="Schuit General"
brandName=""
bottomLeftText="Ontario, Canada"
bottomRightText="hello@schuitgeneral.com"
/>
@@ -79,7 +79,6 @@ 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>

View File

@@ -62,7 +62,7 @@ export default function HomePage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={navItems}
brandName="Schuit General"
brandName=""
bottomLeftText="Ontario, Canada"
bottomRightText="hello@schuitgeneral.com"
/>
@@ -70,7 +70,7 @@ export default function HomePage() {
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="SCHUIT GENERAL"
logoText=""
description="Building Stronger, Smarter Spaces. Premium general contracting for residential, cottage, and mid-rise projects across Ontario."
buttons={[
{ text: "Request a Quote", href: "contact" },
@@ -205,7 +205,6 @@ 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>

View File

@@ -57,7 +57,7 @@ export default function ProjectsPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={navItems}
brandName="Schuit General"
brandName=""
bottomLeftText="Ontario, Canada"
bottomRightText="hello@schuitgeneral.com"
/>
@@ -135,7 +135,6 @@ 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>

View File

@@ -57,7 +57,7 @@ export default function ServicesPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={navItems}
brandName="Schuit General"
brandName=""
bottomLeftText="Ontario, Canada"
bottomRightText="hello@schuitgeneral.com"
/>
@@ -136,7 +136,6 @@ 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>