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

@@ -8,7 +8,7 @@ import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; 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() { export default function LandingPage() {
return ( return (
@@ -92,7 +92,7 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ variant: "gradient-bars" }} 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\nBased in the Otways.\n\nPhone Nick: 0429 772 725\nPhone Harley: 0467 557 976\n\nEmail: hhoutdoorservicesotways@gmail.com"
/> />
</div> </div>