Update src/app/page.tsx

This commit is contained in:
2026-05-06 05:11:22 +00:00
parent 5a9422b7b4
commit 8932f9a66d

View File

@@ -51,6 +51,7 @@ export default function LandingPage() {
variant: "gradient-bars"}}
title="Crafting Your Perfect Outdoor Haven"
description="Gonzalez Landscape & Design brings professional expertise, passion, and precision to every lawn and garden project."
buttons={[{ text: "Get Your Free Quote", href: "#contact" }]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/empty-gazebo-garden_181624-4129.jpg?_wi=1", imageAlt: "landscaping design backyard paradise"},
@@ -218,4 +219,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}