5 Commits

Author SHA1 Message Date
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

@@ -47,7 +47,7 @@ export default function HomePage() {
logoText="Ben Bryant Landscaping"
description="Professional landscaping services with integrated client portal for quote requests, project tracking, and seamless communication. Streamline your landscaping business while providing exceptional customer experience."
buttons={[
{ text: "Request a Quote", href: "client-portal" },
{ text: "Get Your Free Quote", href: "client-portal" },
{ text: "View Portfolio", href: "portfolio" },
]}
imageSrc="http://img.b2bpic.net/free-photo/female-legs-woman-using-lawn-mower_651396-1545.jpg?_wi=1"
@@ -278,4 +278,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}