Merge version_2 into main #7

Merged
bender merged 1 commits from version_2 into main 2026-05-01 17:40:05 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroOverlay
title="Australian Landscape Services"
description="Professional landscape design, maintenance, and expert horticultural services throughout Australia."
imageSrc="http://img.b2bpic.net/free-photo/streets-old-tbilisi-selective-focus-flower-blurred-background-idea-screensaver-story-about-old-city_166373-3038.jpg?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D8GL6afQtAHfWQihZ8f5uk5DAm/uploaded-1777657042318-hsezrr0e.png"
imageAlt="Professional landscape design"
buttons={[{ text: "View Our Services", href: "#features" }]}
showBlur={true}
@@ -66,7 +66,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{ title: "Garden Maintenance", description: "Full-service horticultural care to keep your gardens vibrant throughout the year.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hand-trowel-green-grass_181624-26501.jpg", imageAlt: "Garden maintenance" },
{ title: "Garden Maintenance", description: "Full-service horticultural care to keep your gardens vibrant throughout the year.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D8GL6afQtAHfWQihZ8f5uk5DAm/uploaded-1777657187702-fr72mgtd.png", imageAlt: "Garden maintenance" },
{ title: "Landscape Design", description: "Custom designs featuring native Australian plants and sustainable environmental practices.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-with-street_23-2149964957.jpg", imageAlt: "Landscape design" },
{ title: "Hardscaping & Paving", description: "Professional construction of pathways, patios, and outdoor structural elements.", imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1028.jpg", imageAlt: "Hardscaping" },
]}