Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-01 13:16:55 +00:00

View File

@@ -52,7 +52,6 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/people-helping-neighbors-with-grass-lawn_23-2149139731.jpg"
imageAlt="Luxurious outdoor living space with pool and garden"
showBlur={true}
useInvertedBackground={true}
/>
</div>
<div id="about" data-section="about">
@@ -63,9 +62,6 @@ export default function LandingPage() {
buttons={[
{ text: "Our Story", href: "#about" }
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-man-working-eco-friendly-wind-power-project-with-paper-plans_23-2148847792.jpg"
imageAlt="Skilled landscape architect reviewing design plans on a tablet"
useInvertedBackground={false}
/>
</div>
<div id="services" data-section="services">
@@ -161,7 +157,6 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/closeup-cropped-man-sketching-project-sheet-paper-using-laptop_1098-19098.jpg"
imageAlt="Hand holding a pen, writing on a clipboard during a client consultation"
mediaAnimation="slide-up"
textboxLayout="default"
inputPlaceholder="Enter your email"
buttonText="Get Started"
termsText="By clicking Get Started you're confirming that you agree with our Terms and Conditions."
@@ -177,7 +172,6 @@ export default function LandingPage() {
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
{ icon: Linkedin, href: "#", ariaLabel: "LinkedIn" }
]}
useInvertedBackground={true}
/>
</div>
</ThemeProvider>