3 Commits

Author SHA1 Message Date
1a4058bbbc Switch to version 2: modified src/app/page.tsx 2026-03-06 20:41:49 +00:00
316da0305b Switch to version 2: modified src/app/layout.tsx 2026-03-06 20:41:48 +00:00
1e0fa1195a Merge version_3 into main
Merge version_3 into main
2026-03-06 20:39:37 +00:00
2 changed files with 1414 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -72,9 +72,6 @@ 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,
@@ -216,4 +213,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}