Compare commits
2 Commits
version_1_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| af62ef504e | |||
| ab32ef0418 |
@@ -9,7 +9,7 @@ export default function Layout() {
|
||||
<StyleProvider buttonVariant="default" siteBackground="none" heroBackground="none">
|
||||
<SiteBackgroundSlot />
|
||||
<NavbarCentered
|
||||
logo="GreenScape"
|
||||
logo="Green Thumb Landscaping"
|
||||
navItems={[
|
||||
{ name: "Services", href: "#services" },
|
||||
{ name: "About", href: "#about" },
|
||||
@@ -23,7 +23,7 @@ export default function Layout() {
|
||||
<Outlet />
|
||||
</main>
|
||||
<FooterSimple
|
||||
brand="GreenScape"
|
||||
brand="Green Thumb Landscaping"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
@@ -52,7 +52,7 @@ export default function Layout() {
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyright="© 2026 GreenScape Landscaping"
|
||||
copyright="© 2026 Green Thumb Landscaping Landscaping"
|
||||
links={[{ label: "Privacy Policy" }, { label: "Terms of Service" }]}
|
||||
/>
|
||||
</StyleProvider>
|
||||
|
||||
Reference in New Issue
Block a user