4 Commits

Author SHA1 Message Date
0991267108 Update src/app/page.tsx 2026-04-10 02:44:35 +00:00
0c235cd3a1 Merge version_1 into main
Merge version_1 into main
2026-04-10 02:38:45 +00:00
7bccc67ce4 Merge version_1 into main
Merge version_1 into main
2026-04-10 02:38:21 +00:00
fa88ce0ddc Merge version_1 into main
Merge version_1 into main
2026-04-10 02:37:50 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
background={{
variant: "rotated-rays-static"}}
title="H & H Outdoor Services"
description="Professional and rugged outdoor services across the Otways. From firewood to rural fencing, we handle it all."
description="Professional and rugged outdoor services across the Otways. From firewood to small rural fencing repair, we handle it all."
buttons={[
{
text: "Get a Free Quote", href: "#contact"},
@@ -145,4 +145,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}