5 Commits

Author SHA1 Message Date
dc64dd15cc Update src/app/page.tsx 2026-04-10 04:42:37 +00:00
5eccc3818b Update src/app/page.tsx 2026-04-10 04:40:39 +00:00
1d7b555b80 Update src/app/page.tsx 2026-04-10 04:25:28 +00:00
af14eaea0d Update src/app/page.tsx 2026-04-10 04:07:51 +00:00
43de361c19 Merge version_9 into main
Merge version_9 into main
2026-04-10 04:05:24 +00:00

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
{ id: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8xfuwCsAWLRfdbSEcn0hfaDdM/uploaded-1775792886520-5ud7az04.jpg", imageAlt: "Rural landscape team" },
{ id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8xfuwCsAWLRfdbSEcn0hfaDdM/uploaded-1775793449891-u2y9pi2d.jpg", imageAlt: "Trusted outdoor services" },
{ id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8xfuwCsAWLRfdbSEcn0hfaDdM/uploaded-1775789581470-umm98p79.jpg", imageAlt: "Otways based team" },
{ id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8xfuwCsAWLRfdbSEcn0hfaDdM/uploaded-1775789581470-v1br0xc0.jpg?_wi=1", imageAlt: "Professional outdoor support" },
{ id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8xfuwCsAWLRfdbSEcn0hfaDdM/uploaded-1775789551559-09cgsad7.jpg", imageAlt: "Professional outdoor support" },
]}
/>
</div>
@@ -78,7 +78,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<AboutMetric
useInvertedBackground={true}
title="About Us:\n\nMeet Harley and Nick — the team behind H & H Outdoor Services. Based in the heart of the Otways, we're two local blokes who take pride in hard work and getting the job done right. Whether it's splitting firewood, mowing your lawns or paddock, fixing a fence line, or clearing green waste, no job is too big or too small. We know the Otways and we know the land. If you need a hand with something around your property, give us a call.\n\n"
title="About Us:Meet Harley and Nick — the team behind H & H Outdoor Services. Based in the heart of the Otways, we're two local blokes who take pride in hard work and getting the job done right. Whether it's splitting firewood, mowing your lawns or paddock, fixing a fence line, or clearing green waste, no job is too big or too small. We know the Otways and we know the land. If you need a hand with something around your property, give us a call."
metrics={[
{ icon: Wrench, label: "Expertise", value: "10+ Years" },
{ icon: MapPin, label: "Regions", value: "Otways Area" },
@@ -92,7 +92,10 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{ variant: "gradient-bars" }}
text="H & H Outdoor Services\nBased in the Otways.\n\nPhone Nick: 0429 772 725\nPhone Harley: 0467 557 976\n\nEmail: hhoutdoorservicesotways@gmail.com"
text="H & H Outdoor Services.
Phone Nick: 0429 772 725.
Phone Harley: 0467 557 976.
Email: hhoutdoorservicesotways@gmail.com"
/>
</div>
@@ -112,4 +115,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}