4 Commits

Author SHA1 Message Date
92aabffcfd Update src/app/page.tsx 2026-04-10 03:15:35 +00:00
e8eaf82365 Merge version_4 into main
Merge version_4 into main
2026-04-10 03:11:54 +00:00
37c6201115 Update src/app/page.tsx 2026-04-10 03:11:51 +00:00
37c62e521d Merge version_3 into main
Merge version_3 into main
2026-04-10 02:48:29 +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, Phone, Mail, Home } from "lucide-react";
import { CheckCircle, MapPin, Wrench } from "lucide-react";
export default function LandingPage() {
return (
@@ -92,7 +92,11 @@ 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.
Call Harley: 0400 000 000
Call Nick: 0400 111 222
Email: hello@hnhoutdoor.com.au"
/>
</div>