Update src/app/services/page.tsx
This commit is contained in:
@@ -35,11 +35,11 @@ export default function ServicesPage() {
|
||||
{
|
||||
name: "Testimonials", id: "/#testimonials"},
|
||||
{
|
||||
name: "Contact", id: "/#contact"},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Lombard Landscaping by Morris LDC"
|
||||
button={{
|
||||
text: "Get a Free Quote", href: "/#contact"}}
|
||||
text: "Get a Free Quote", href: "/contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -104,9 +104,9 @@ export default function ServicesPage() {
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Contact Us", href: "/#contact"},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "Get a Quote", href: "/#contact"},
|
||||
label: "Get a Quote", href: "/contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -117,4 +117,4 @@ export default function ServicesPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user