Update src/app/page.tsx

This commit is contained in:
2026-04-10 03:15:35 +00:00
parent e8eaf82365
commit 92aabffcfd

View File

@@ -92,7 +92,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{ variant: "gradient-bars" }}
text="H & H Outdoor Services | Based in the Otways | Call Harley: 0400 000 000 | Call Nick: 0400 111 222 | Email: hello@hnhoutdoor.com.au"
text="H & H Outdoor Services | Based in the Otways.
Call Harley: 0400 000 000
Call Nick: 0400 111 222
Email: hello@hnhoutdoor.com.au"
/>
</div>
@@ -112,4 +116,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}