Merge version_7 into main #17

Merged
bender merged 1 commits from version_7 into main 2026-04-10 03:56:30 +00:00

View File

@@ -8,7 +8,7 @@ import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import { CheckCircle, MapPin, Wrench } from "lucide-react";
import { CheckCircle, MapPin, Wrench, Mail, Phone } from "lucide-react";
export default function LandingPage() {
return (
@@ -78,11 +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" },
@@ -96,11 +92,7 @@ Meet Harley and Nick — the team behind H & H Outdoor Services. Based in the he
<ContactText
useInvertedBackground={false}
background={{ variant: "gradient-bars" }}
text="H & H Outdoor Services
Based in the Otways.
📞Phone Nick: 0429772725📞Phone Harley: 0467557976
Email: hhoutdoorservicesotways@gmail.com"
text="H & H Outdoor Services\nBased in the Otways.\n\n📞Phone Nick: 0429772725\n📞Phone Harley: 0467557976\n<div style='display: flex; align-items: center; gap: 8px;'><Mail size={20} />Email: hhoutdoorservicesotways@gmail.com</div>"
/>
</div>