Merge version_6 into main #8
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
title="H & H Outdoor Services"
|
||||
description="Professional and rugged outdoor services across the Otways. From firewood to small rural fencing repair, we handle it all."
|
||||
buttons={[
|
||||
{ text: "Get a Free Quote", href: "#contact" },
|
||||
{ text: "Get a Free Quote", href: "/contact" },
|
||||
]}
|
||||
carouselItems={[
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/full-length-man-with-woman-holding-stones-by-vehicle_107420-9758.jpg?_wi=1", imageAlt: "Two workers on rural property" },
|
||||
@@ -92,11 +92,7 @@ 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. \n\n📞 Phone Harley: 0400 000 000\n📞 Phone Nick: 0400 111 222\n✉️ Email: hello@hnhoutdoor.com.au"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -104,10 +100,10 @@ Email: hello@hnhoutdoor.com.au"
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ items: [
|
||||
{ label: "Home", href: "#home" },
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Home", href: "/home" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
] },
|
||||
]}
|
||||
logoText="H & H Outdoor Services"
|
||||
|
||||
Reference in New Issue
Block a user