Update src/app/page.tsx

This commit is contained in:
2026-04-06 17:08:04 +00:00
parent b31b17fce1
commit e1a99a297e

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
<HeroBillboardScroll
background={{
variant: "gradient-bars"}}
title="Crafting Your Perfect Outdoor Oasis"
title="Transform Your Backyard into a High-End Retreat"
description="Trejo Landscaping specializes in premium hardscape design and installation. We turn ordinary backyards into extraordinary living spaces."
buttons={[
{
@@ -151,4 +151,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}