Update src/app/services/page.tsx
This commit is contained in:
@@ -34,10 +34,13 @@ export default function ServicesPage() {
|
||||
name: "Portfolio", id: "/#portfolio"},
|
||||
{
|
||||
name: "Testimonials", id: "/#testimonials"},
|
||||
{
|
||||
name: "Contact Us", id: "/contact"},
|
||||
{ name: "Call Us", id: "tel:630-661-6168" }
|
||||
]}
|
||||
brandName="Lombard Landscaping by Morris LDC"
|
||||
animateOnLoad={true}
|
||||
button={{ text: "Contact Us", href: "/" }}
|
||||
button={{ text: "Contact Us", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user