3 Commits

Author SHA1 Message Date
be66baedd7 Update src/app/page.tsx 2026-03-06 20:39:32 +00:00
b6bb190731 Update src/app/layout.tsx 2026-03-06 20:39:32 +00:00
26ce54abfc Merge version_2 into main
Merge version_2 into main
2026-03-06 20:29:33 +00:00
2 changed files with 4 additions and 1414 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -72,6 +72,9 @@ export default function LandingPage() {
title="Our Services"
description="Comprehensive landscaping solutions tailored to your property needs"
tag="Services"
buttons={[
{ text: "View All Services", href: "#services" }
]}
features={[
{
id: 1,
@@ -213,4 +216,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}