Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 65c0a80778 | |||
| c5da60b7dd | |||
| 996a75d5b4 | |||
| ca4c58b0f8 | |||
| 884b78564f | |||
| a4effb8add | |||
| 21f7f33d21 | |||
| 60fe712986 | |||
| d05dea51fc | |||
| 07258297b7 | |||
| 93af44ff6d |
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user