Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-08 13:27:38 +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>
);
}
}