2 Commits

Author SHA1 Message Date
kudinDmitriyUp
09f59e26f0 Bob AI: fix build errors (attempt 1) 2026-06-01 13:36:05 +00:00
kudinDmitriyUp
a63b39606e Bob AI: Remove the random text content from the second main content 2026-06-01 13:35:19 +00:00

View File

@@ -16,7 +16,7 @@ export default function HomePage() {
<HeroBillboardTiltedCarousel
tag="Transform Your Outdoor Space"
title="Leading Landscaping Services in Texas"
description="From custom garden designs to meticulous lawn care, Texas GreenScapes brings beauty and functionality to your property. Experience the difference quality makes."
description="We create stunning, sustainable outdoor environments that enhance the beauty and value of your property."
primaryButton={{
text: "Explore Our Services",
href: "#services",
@@ -239,4 +239,4 @@ export default function HomePage() {
</div>
</>
);
}
}