Merge version_4 into main #4

Merged
bender merged 2 commits from version_4 into main 2026-03-03 19:17:41 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1402,4 +1402,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -48,7 +48,7 @@ export default function HomePage() {
<div id="hero" data-section="hero">
<HeroLogo
logoText="Power Distribution Supply"
description="Your trusted local source for electrical and hydro supplies in Essex County, Ontario. Serving contractors and businesses since 2005."
description="Your trusted local source for electrical and hydro supplies in Essex County, Ontario. Serving contractors and businesses since 2005. Authorized Klein Tools & Milwaukee Distributor."
buttons={[
{ text: "Call Us: (519) 555-1234", href: "tel:+15195551234" },
{ text: "Request a Quote", href: "/contact" },
@@ -258,4 +258,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}