6 Commits

Author SHA1 Message Date
bee3ccbd38 Update src/app/page.tsx 2026-04-10 04:05:21 +00:00
795a75da91 Merge version_8 into main
Merge version_8 into main
2026-04-10 04:00:29 +00:00
cac17cf4a5 Update src/app/page.tsx 2026-04-10 04:00:26 +00:00
19c471c6ea Merge version_7 into main
Merge version_7 into main
2026-04-10 03:57:54 +00:00
8fb981e2f0 Merge version_7 into main
Merge version_7 into main
2026-04-10 03:56:53 +00:00
1565349f5d Merge version_7 into main
Merge version_7 into main
2026-04-10 03:56:29 +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-1775789551559-09cgsad7.jpg", imageAlt: "Professional outdoor support" },
{ 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" },
]}
/>
</div>
@@ -68,7 +68,7 @@ export default function LandingPage() {
{ title: "Bin Sanitisation", description: "Eliminate odours and bacteria with our thorough, eco-friendly sanitisation process for your wheelie bins.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8xfuwCsAWLRfdbSEcn0hfaDdM/uploaded-1775789581470-jxialwje.jpg", imageAlt: "Bin cleaning" },
{ title: "Rural Fencing & Repair", description: "Sturdy post-and-wire fencing solutions, repairs, and gate maintenance specifically tailored for rural properties.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8xfuwCsAWLRfdbSEcn0hfaDdM/uploaded-1775789581470-1hz3orop.jpg", imageAlt: "Fencing" },
{ title: "Waste Removal", description: "Quick, clean removal of green waste, scrap, or general debris from your yard to maintain a clutter-free property.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8xfuwCsAWLRfdbSEcn0hfaDdM/uploaded-1775789551559-2jnzcd7r.jpg", imageAlt: "Waste removal" },
{ title: "Property Maintenance", description: "General handy-man services and property upkeep, covering minor repairs and rural facility maintenance needs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8xfuwCsAWLRfdbSEcn0hfaDdM/uploaded-1775795381047-fsshwm1q.jpg", imageAlt: "Rural maintenance" },
{ title: "Property Maintenance", description: "General handy-man services and property upkeep, covering minor repairs and rural facility maintenance needs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8xfuwCsAWLRfdbSEcn0hfaDdM/uploaded-1775789581470-v1br0xc0.jpg?_wi=2", imageAlt: "Rural maintenance" },
]}
title="Our Services"
description="We offer reliable, hardworking outdoor services to keep your rural or residential property in top condition."
@@ -78,7 +78,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<AboutMetric
useInvertedBackground={true}
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."
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"
metrics={[
{ icon: Wrench, label: "Expertise", value: "10+ Years" },
{ icon: MapPin, label: "Regions", value: "Otways Area" },
@@ -92,10 +92,7 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{ variant: "gradient-bars" }}
text="H & H Outdoor Services.
Phone Nick: 0429 772 725.
Phone Harley: 0467 557 976.
Email: hhoutdoorservicesotways@gmail.com"
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"
/>
</div>
@@ -115,4 +112,4 @@ Email: hhoutdoorservicesotways@gmail.com"
</ReactLenis>
</ThemeProvider>
);
}
}