7 Commits

Author SHA1 Message Date
fed47b42f4 Update src/app/page.tsx 2026-03-08 13:29:06 +00:00
d113991573 Merge version_2 into main
Merge version_2 into main
2026-03-08 13:27:38 +00:00
f6b4b9b817 Update src/app/page.tsx 2026-03-08 13:27:34 +00:00
90c0076c71 Update src/app/layout.tsx 2026-03-08 13:27:33 +00:00
642cf7a958 Merge version_1 into main
Merge version_1 into main
2026-03-08 13:25:30 +00:00
358f12c97c Merge version_1 into main
Merge version_1 into main
2026-03-08 13:24:45 +00:00
61b320b601 Merge version_1 into main
Merge version_1 into main
2026-03-08 13:23:36 +00:00
2 changed files with 9 additions and 1428 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -98,7 +98,7 @@ export default function HomePage() {
{ text: "Learn More", href: "how-it-works" },
],
features: [
"Weekly or bi-weekly mowing", "Edging and trimming", "Seasonal mulching", "Debris removal", "12-month commitment"],
"Weekly mowing keeps your lawn pristine year-round", "Precision edging and trimming for clean lines", "Seasonal mulching to enhance curb appeal", "Professional debris removal and cleanup", "12-month commitment for consistent results"],
},
{
id: "2", badge: "Design Project", badgeIcon: Pencil,
@@ -278,4 +278,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}