Merge version_7 into main #10

Merged
bender merged 2 commits from version_7 into main 2026-03-09 01:35:49 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ const geistMono = Geist_Mono({
});
export const metadata: Metadata = {
title: "Create Next App", description: "Generated by create next app"};
title: "Schuit General - Premium Construction & Renovation Services", description: "General contracting for residential, cottage, and mid-rise projects across Ontario. Expert exterior restorations and energy-efficient upgrades."};
export default function RootLayout({
children,

View File

@@ -70,7 +70,7 @@ export default function HomePage() {
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText=""
logoText="SCHUIT GENERAL"
description="Building Stronger, Smarter Spaces. Premium general contracting for residential, cottage, and mid-rise projects across Ontario."
buttons={[
{ text: "Request a Quote", href: "contact" },
@@ -203,7 +203,7 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterBase
columns={footerColumns}
logoText=""
logoText="SCHUIT GENERAL"
copyrightText="© 2025 Schuit General. All rights reserved. Division of Burlington SCI."
/>
</div>