|
|
|
@@ -90,9 +90,9 @@ export default function LandscapingPage() {
|
|
|
|
gridVariant="three-columns-all-equal-width"
|
|
|
|
gridVariant="three-columns-all-equal-width"
|
|
|
|
animationType="slide-up"
|
|
|
|
animationType="slide-up"
|
|
|
|
features={[
|
|
|
|
features={[
|
|
|
|
{ title: "Landscape Design", description: "Tailored plans reflecting architectural beauty.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-2.jpg", titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/icon-1.png", buttonText: "Learn More" },
|
|
|
|
{ title: "Landscape Design", description: "Tailored plans reflecting architectural beauty.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-2.jpg", titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/icon-1.png", buttonText: "Learn More", buttonHref: "#contact" },
|
|
|
|
{ title: "Hardscaping", description: "Premium stone and pathway installations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-3.jpg", titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/icon-2.png", buttonText: "Learn More" },
|
|
|
|
{ title: "Hardscaping", description: "Premium stone and pathway installations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-3.jpg", titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/icon-2.png", buttonText: "Learn More", buttonHref: "#contact" },
|
|
|
|
{ title: "Maintenance", description: "White-glove care for every season.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-4.jpg", titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/icon-3.png", buttonText: "Learn More" }
|
|
|
|
{ title: "Maintenance", description: "White-glove care for every season.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-4.jpg", titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/icon-3.png", buttonText: "Learn More", buttonHref: "#contact" }
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@@ -144,7 +144,7 @@ export default function LandscapingPage() {
|
|
|
|
text="Ready to transform your vision into reality? Our consultants are here to discuss your project requirements."
|
|
|
|
text="Ready to transform your vision into reality? Our consultants are here to discuss your project requirements."
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
useInvertedBackground={true}
|
|
|
|
useInvertedBackground={true}
|
|
|
|
buttons={[{ text: "Book Consultation", href: "#" }]}
|
|
|
|
buttons={[{ text: "Schedule Your Free Consultation", href: "#" }]}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -158,4 +158,4 @@ export default function LandscapingPage() {
|
|
|
|
</ReactLenis>
|
|
|
|
</ReactLenis>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|