Update src/app/page.tsx

This commit is contained in:
2026-03-04 06:48:51 +00:00
parent 1efc75a679
commit 27d72afeff

View File

@@ -117,7 +117,7 @@ export default function HomePage() {
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="M&T KELLY"
logoText="M&T Kelly"
description="Geelong's Trusted Local Electrician. Domestic & Commercial Wiring Specialists"
buttons={[
{ text: "Call 0418 527 497", href: "tel:0418527497" },
@@ -203,4 +203,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}