Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-06-03 11:07:18 +00:00

View File

@@ -33,29 +33,17 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "Services",
id: "#services",
},
name: "Services", id: "#services"},
{
name: "Plans",
id: "#plans",
},
name: "Plans", id: "#plans"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Waratah Garden Maintenance"
/>
@@ -64,66 +52,41 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroBillboard
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Waratah Garden Maintenance: Your Outdoor Oasis Awaits"
description="Expert lawn care, meticulous hedging, and comprehensive garden services across Balgowlah and surrounding NSW areas. Experience the difference a professionally maintained garden makes."
buttons={[
{
text: "Get a Free Quote",
href: "#contact",
},
text: "Get a Free Quote", href: "#contact"},
{
text: "Call Us Now",
href: "tel:0405349212",
},
text: "Call Us Now", href: "tel:0405349212"},
]}
imageSrc="http://img.b2bpic.net/free-photo/serious-female-gardener-growing-thujas-pots-blonde-woman-wearing-blue-shirt-gloves-apron-working-with-evergreen-plants-greenhouse-commercial-gardening-activity-summer-concept_74855-12966.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/serious-female-gardener-growing-thujas-pots-blonde-woman-wearing-blue-shirt-gloves-apron-working-with-evergreen-plants-greenhouse-commercial-gardening-activity-summer-concept_74855-12966.jpg"
imageAlt="Lush green garden with perfectly manicured lawn"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15845.jpg",
alt: "Smiling professional client",
},
src: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15845.jpg", alt: "Smiling professional client"},
{
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg",
alt: "Happy customer headshot",
},
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", alt: "Happy customer headshot"},
{
src: "http://img.b2bpic.net/free-photo/smiling-woman-wearing-gardening-clothes-holding-pot-greenhouse_23-2148396851.jpg",
alt: "Experienced gardener",
},
src: "http://img.b2bpic.net/free-photo/smiling-woman-wearing-gardening-clothes-holding-pot-greenhouse_23-2148396851.jpg", alt: "Experienced gardener"},
{
src: "http://img.b2bpic.net/free-photo/handsome-young-european-guy-living-alone-spending-all-day-home-while-social-distancing-being-optimistic-carefree-looking-camera-with-smile_343059-2035.jpg",
alt: "Satisfied homeowner",
},
src: "http://img.b2bpic.net/free-photo/handsome-young-european-guy-living-alone-spending-all-day-home-while-social-distancing-being-optimistic-carefree-looking-camera-with-smile_343059-2035.jpg", alt: "Satisfied homeowner"},
{
src: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12293.jpg",
alt: "Friendly garden expert",
},
src: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12293.jpg", alt: "Friendly garden expert"},
]}
avatarText="Trusted by over 100 happy homeowners"
marqueeItems={[
{
type: "text",
text: "Precision Lawn Care",
},
type: "text", text: "Precision Lawn Care"},
{
type: "text",
text: "Expert Hedge Trimming",
},
type: "text", text: "Expert Hedge Trimming"},
{
type: "text",
text: "Green Waste Removal",
},
type: "text", text: "Green Waste Removal"},
{
type: "text",
text: "Garden Makeovers",
},
type: "text", text: "Garden Makeovers"},
{
type: "text",
text: "Reliable & Professional Service",
},
type: "text", text: "Reliable & Professional Service"},
]}
/>
</div>
@@ -134,11 +97,8 @@ export default function LandingPage() {
title="Crafting Beautiful Outdoor Spaces with Expertise"
buttons={[
{
text: "Discover Our Story",
href: "#",
},
text: "Discover Our Story", href: "#"},
]}
description="At Waratah Garden Maintenance, led by Liam, we pride ourselves on delivering exceptional service. Our team is known for deep horticultural knowledge, a friendly approach, and unwavering professionalism. From precision lawn care to extensive hedge trimming and efficient green waste removal, we ensure your garden thrives beautifully, just as you envision."
tag="About Us"
tagIcon={Leaf}
/>
@@ -151,79 +111,52 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Lawn Care & Mowing",
description: "Professional lawn mowing, precise edging, and essential fertilizing for a lush, healthy, and perfectly manicured green lawn.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/green-grass_181624-12702.jpg",
imageAlt: "Lush green lawn after mowing",
},
title: "Lawn Care & Mowing", description: "Professional lawn mowing, precise edging, and essential fertilizing for a lush, healthy, and perfectly manicured green lawn.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/green-grass_181624-12702.jpg", imageAlt: "Lush green lawn after mowing"},
items: [
{
icon: Sparkles,
text: "Precision Mowing",
},
text: "Precision Mowing"},
{
icon: CheckCircle,
text: "Healthy Lawn Growth",
},
text: "Healthy Lawn Growth"},
{
icon: TreeDeciduous,
text: "Weed Control",
},
icon: Leaf,
text: "Weed Control"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/serious-female-gardener-growing-thujas-pots-blonde-woman-wearing-blue-shirt-gloves-apron-working-with-evergreen-plants-greenhouse-commercial-gardening-activity-summer-concept_74855-12966.jpg?_wi=2",
imageAlt: "perfectly mowed green lawn",
},
{
title: "Hedge Trimming & Shaping",
description: "Expert trimming and meticulous shaping for all types of hedges and shrubs, enhancing garden aesthetics and promoting plant health.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/gardener-garden-with-hut-cuts-tree-with-hedgehogs-against-sky_169016-10257.jpg",
imageAlt: "Expertly trimmed garden hedge",
},
title: "Hedge Trimming & Shaping", description: "Expert trimming and meticulous shaping for all types of hedges and shrubs, enhancing garden aesthetics and promoting plant health.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/gardener-garden-with-hut-cuts-tree-with-hedgehogs-against-sky_169016-10257.jpg", imageAlt: "Expertly trimmed garden hedge"},
items: [
{
icon: Sparkles,
text: "Meticulous Shaping",
},
text: "Meticulous Shaping"},
{
icon: CheckCircle,
text: "Promotes Plant Health",
},
text: "Promotes Plant Health"},
{
icon: Scissors,
text: "Custom Designs",
},
text: "Custom Designs"},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/surprised-young-caucasian-male-gardener-wearing-gardening-hat-holding-rake-gesturing-four-with-fingers-isolated-green-wall-with-copy-space_141793-97218.jpg",
imageAlt: "perfectly mowed green lawn",
},
{
title: "Green Waste Removal",
description: "Efficient and responsible removal of all garden debris, including clippings, branches, and leaves, ensuring your property remains tidy and clean.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-compost-made-rotten-food_23-2149073792.jpg",
imageAlt: "Garden green waste being removed",
},
title: "Green Waste Removal", description: "Efficient and responsible removal of all garden debris, including clippings, branches, and leaves, ensuring your property remains tidy and clean.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-compost-made-rotten-food_23-2149073792.jpg", imageAlt: "Garden green waste being removed"},
items: [
{
icon: Sparkles,
text: "Swift Clearance",
},
text: "Swift Clearance"},
{
icon: CheckCircle,
text: "Environmentally Friendly",
},
text: "Environmentally Friendly"},
{
icon: Trash2,
text: "Site Clean-up",
},
text: "Site Clean-up"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg?_wi=1",
imageAlt: "perfectly mowed green lawn",
},
]}
title="Our Comprehensive Garden Care Services"
@@ -239,26 +172,11 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "basic",
name: "Essential Lawn Care",
price: "Starting at $150/month",
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg?_wi=2",
imageAlt: "Simple well-maintained small garden",
},
id: "basic", name: "Essential Lawn Care", price: "Starting at $150/month", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg", imageAlt: "Simple well-maintained small garden"},
{
id: "standard",
name: "Complete Garden Refresh",
price: "Starting at $280/month",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-bridge-small-river_23-2147632807.jpg",
imageAlt: "Medium size garden with pathway",
},
id: "standard", name: "Complete Garden Refresh", price: "Starting at $280/month", imageSrc: "http://img.b2bpic.net/free-photo/wooden-bridge-small-river_23-2147632807.jpg", imageAlt: "Medium size garden with pathway"},
{
id: "premium",
name: "Full Service Landscaping",
price: "Starting at $450/month",
imageSrc: "http://img.b2bpic.net/free-photo/two-concentrated-gardeners-preparing-plants-pots-market-man-woman-blue-shirts-black-aprons-growing-home-plants-caring-flowers-commercial-gardening-summer-concept_74855-12994.jpg",
imageAlt: "Large luxurious expansive garden",
},
id: "premium", name: "Full Service Landscaping", price: "Starting at $450/month", imageSrc: "http://img.b2bpic.net/free-photo/two-concentrated-gardeners-preparing-plants-pots-market-man-woman-blue-shirts-black-aprons-growing-home-plants-caring-flowers-commercial-gardening-activity-summer-concept_74855-12994.jpg", imageAlt: "Large luxurious expansive garden"},
]}
title="Explore Our Garden Maintenance Plans"
description="Choose from our flexible service plans designed to keep your garden looking its best without any hassle. Each plan is crafted to provide exceptional value and comprehensive care for your outdoor space."
@@ -273,20 +191,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "rating",
value: "5.0",
description: "Star Rating on Google",
},
id: "rating", value: "5.0", description: "Star Rating on Google"},
{
id: "reviews",
value: "21+",
description: "Client Reviews Received",
},
id: "reviews", value: "21+", description: "Client Reviews Received"},
{
id: "experience",
value: "10+",
description: "Years of Dedicated Service",
},
id: "experience", value: "10+", description: "Years of Dedicated Service"},
]}
title="Trusted by Our Community"
description="Our commitment to quality and customer satisfaction shines through in every project. We're proud of the relationships we've built and the beautiful gardens we've created across Balgowlah and beyond."
@@ -301,65 +210,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Natalie Kessell",
date: "2 years ago",
title: "Beyond Expectations",
quote: "So grateful for Liam's expertise! He and Steve extensively trimmed our overgrown bamboo, going above and beyond. Knowledgeable, friendly, and professional truly exceptional service!",
tag: "Bamboo Trimming",
avatarSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg",
avatarAlt: "Natalie Kessell avatar",
imageSrc: "http://img.b2bpic.net/free-photo/footpath-bamboo-forest_1137-26.jpg",
imageAlt: "Overgrown bamboo before trimming",
},
id: "1", name: "Natalie Kessell", date: "2 years ago", title: "Beyond Expectations", quote: "So grateful for Liam's expertise! He and Steve extensively trimmed our overgrown bamboo, going above and beyond. Knowledgeable, friendly, and professional truly exceptional service!", tag: "Bamboo Trimming", avatarSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg", avatarAlt: "Natalie Kessell avatar", imageSrc: "http://img.b2bpic.net/free-photo/footpath-bamboo-forest_1137-26.jpg", imageAlt: "Overgrown bamboo before trimming"},
{
id: "2",
name: "Tiffany G",
date: "a year ago",
title: "Reliable & Efficient",
quote: "Liam did a great job trimming our overgrown hedges. After previous cancellations, Liam was an excellent communicator, time efficient, and much better. Highly recommend!",
tag: "Hedge Trimming",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-fashionable-cheerful-boy-with-brown-eyes-african-male-model-green-outfit-expressing-sincere-emotions_197531-20116.jpg",
avatarAlt: "Tiffany G avatar",
imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-field-thuja-plant-with-different-green-trees-white-clear-sky-background_181624-12621.jpg",
imageAlt: "Neatly trimmed garden hedges",
},
id: "2", name: "Tiffany G", date: "a year ago", title: "Reliable & Efficient", quote: "Liam did a great job trimming our overgrown hedges. After previous cancellations, Liam was an excellent communicator, time efficient, and much better. Highly recommend!", tag: "Hedge Trimming", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-fashionable-cheerful-boy-with-brown-eyes-african-male-model-green-outfit-expressing-sincere-emotions_197531-20116.jpg", avatarAlt: "Tiffany G avatar", imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-field-thuja-plant-with-different-green-trees-white-clear-sky-background_181624-12621.jpg", imageAlt: "Neatly trimmed garden hedges"},
{
id: "3",
name: "Eleanor S",
date: "2 years ago",
title: "Prompt & Great Service",
quote: "Liam helped us out with some green waste removal, saving us so much space. Responsive, prompt, and great service all around. Would highly recommend Liam and his team.",
tag: "Waste Removal",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-nature_23-2148170317.jpg",
avatarAlt: "Eleanor S avatar",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-two-leaf-rakes-shovels-leaned-against-wooden-fence-with-blurred-background_181624-4367.jpg",
imageAlt: "Clean backyard after green waste removal",
},
id: "3", name: "Eleanor S", date: "2 years ago", title: "Prompt & Great Service", quote: "Liam helped us out with some green waste removal, saving us so much space. Responsive, prompt, and great service all around. Would highly recommend Liam and his team.", tag: "Waste Removal", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-nature_23-2148170317.jpg", avatarAlt: "Eleanor S avatar", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-two-leaf-rakes-shovels-leaned-against-wooden-fence-with-blurred-background_181624-4367.jpg", imageAlt: "Clean backyard after green waste removal"},
{
id: "4",
name: "Sarah J",
date: "recently",
title: "Fantastic Lawn Care",
quote: "First time customer and very impressed by Liam's work and service. The lawn looks fantastic and healthy!",
tag: "Lawn Care",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-brunette-woman-with-combed-hair-clean-face-skin-looking-thoughtful-logo-promo-left-empty-space-isolated-studio-background_176420-46713.jpg",
avatarAlt: "Sarah J avatar",
imageSrc: "http://img.b2bpic.net/free-photo/girl-lying-grass_1150-72.jpg",
imageAlt: "Freshly mowed lawn",
},
id: "4", name: "Sarah J", date: "recently", title: "Fantastic Lawn Care", quote: "First time customer and very impressed by Liam's work and service. The lawn looks fantastic and healthy!", tag: "Lawn Care", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-brunette-woman-with-combed-hair-clean-face-skin-looking-thoughtful-logo-promo-left-empty-space-isolated-studio-background_176420-46713.jpg", avatarAlt: "Sarah J avatar", imageSrc: "http://img.b2bpic.net/free-photo/girl-lying-grass_1150-72.jpg", imageAlt: "Freshly mowed lawn"},
{
id: "5",
name: "Michael C",
date: "2 months ago",
title: "Garden Transformed",
quote: "Great job & good price. Waratah Garden Maintenance truly transformed our garden. We are very happy with the results and the professionalism.",
tag: "Garden Makeover",
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-showing-ok-signs-winking-green-shirt-black-jacket-looking-cute-front-view_176474-103806.jpg",
avatarAlt: "Michael C avatar",
imageSrc: "http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698386.jpg",
imageAlt: "Transformed garden landscape",
},
id: "5", name: "Michael C", date: "2 months ago", title: "Garden Transformed", quote: "Great job & good price. Waratah Garden Maintenance truly transformed our garden. We are very happy with the results and the professionalism.", tag: "Garden Makeover", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-showing-ok-signs-winking-green-shirt-black-jacket-looking-cute-front-view_176474-103806.jpg", avatarAlt: "Michael C avatar", imageSrc: "http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698386.jpg", imageAlt: "Transformed garden landscape"},
]}
title="What Our Valued Clients Say"
description="Hear directly from homeowners in Balgowlah and surrounding areas who trust Waratah Garden Maintenance with their outdoor spaces. Their words reflect our dedication and the quality of our work."
@@ -371,25 +230,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "What areas do you service?",
content: "We proudly serve Balgowlah, NSW, and surrounding suburbs. Please contact us directly at 0405 349 212 to confirm service availability in your specific location.",
},
id: "q1", title: "What areas do you service?", content: "We proudly serve Balgowlah, NSW, and surrounding suburbs. Please contact us directly at 0405 349 212 to confirm service availability in your specific location."},
{
id: "q2",
title: "How do I get a quote for services?",
content: "Simply give us a call at 0405 349 212 or use our contact form. We'll arrange a convenient time for a free, no-obligation assessment of your garden maintenance needs.",
},
id: "q2", title: "How do I get a quote for services?", content: "Simply give us a call at 0405 349 212 or use our contact form. We'll arrange a convenient time for a free, no-obligation assessment of your garden maintenance needs."},
{
id: "q3",
title: "What types of garden services do you offer?",
content: "We offer a comprehensive range of services including professional lawn care, expert hedge trimming and shaping, general garden maintenance, and efficient green waste removal. Visit our 'Services' section for full details.",
},
id: "q3", title: "What types of garden services do you offer?", content: "We offer a comprehensive range of services including professional lawn care, expert hedge trimming and shaping, general garden maintenance, and efficient green waste removal. Visit our 'Services' section for full details."},
{
id: "q4",
title: "Is Waratah Garden Maintenance insured?",
content: "Yes, for your peace of mind and protection, Waratah Garden Maintenance is fully insured. We operate with the highest standards of safety and professionalism.",
},
id: "q4", title: "Is Waratah Garden Maintenance insured?", content: "Yes, for your peace of mind and protection, Waratah Garden Maintenance is fully insured. We operate with the highest standards of safety and professionalism."},
]}
sideTitle="Your Questions, Answered"
sideDescription="We're here to provide clarity on our services, scheduling, and how we operate. Find quick answers to common inquiries below."
@@ -402,20 +249,15 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={true}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
tag="Ready for a Beautiful Garden?"
title="Let's Transform Your Outdoor Space."
description="Contact Waratah Garden Maintenance today for a free consultation and personalized quote. We're eager to bring your garden vision to life with our expert care and professional service."
buttons={[
{
text: "Call Now: 0405 349 212",
href: "tel:0405349212",
},
text: "Call Now: 0405 349 212", href: "tel:0405349212"},
{
text: "Get a Free Quote",
href: "#",
},
text: "Get a Free Quote", href: "#"},
]}
/>
</div>
@@ -427,21 +269,15 @@ export default function LandingPage() {
socialLinks={[
{
icon: Instagram,
href: "https://instagram.com/waratahgards",
ariaLabel: "Instagram page",
},
href: "https://instagram.com/waratahgards", ariaLabel: "Instagram page"},
{
icon: Facebook,
href: "https://facebook.com/waratahgards",
ariaLabel: "Facebook page",
},
href: "https://facebook.com/waratahgards", ariaLabel: "Facebook page"},
{
icon: Phone,
href: "tel:0405349212",
ariaLabel: "Call us",
},
href: "tel:0405349212", ariaLabel: "Call us"},
]}
logoSrc="asset://footer-logo-new"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cttz77"
logoAlt="Waratah Garden Maintenance logo"
/>
</div>