Merge version_4 into main #7

Merged
bender merged 2 commits from version_4 into main 2026-03-03 08:42:22 +00:00
2 changed files with 7 additions and 3 deletions

View File

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

View File

@@ -120,7 +120,7 @@ export default function HomePage() {
<div id="about" data-section="about">
<SplitAbout
title="About Peter Tavener Plumbing"
description="Local plumbing expertise serving Holland Park West and surrounding Brisbane suburbs with honest, reliable service."
description="Trusted by Holland Park West residents for over a decade with honest, reliable service and a commitment to excellence."
textboxLayout="default"
useInvertedBackground={false}
bulletPoints={[
@@ -139,6 +139,10 @@ export default function HomePage() {
]}
imagePosition="right"
mediaAnimation="none"
buttons={[
{ text: "View Our Work", href: "#services" },
{ text: "Read Reviews", href: "#reviews" },
]}
/>
</div>
@@ -189,4 +193,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}