Compare commits
11 Commits
version_7
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| dc64dd15cc | |||
| 5eccc3818b | |||
| 1d7b555b80 | |||
| af14eaea0d | |||
| 43de361c19 | |||
| bee3ccbd38 | |||
| 795a75da91 | |||
| cac17cf4a5 | |||
| 19c471c6ea | |||
| 8fb981e2f0 | |||
| 1565349f5d |
@@ -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, Mail, Phone } from "lucide-react";
|
||||
import { CheckCircle, MapPin, Wrench } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -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\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>"
|
||||
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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user