Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -36,7 +36,7 @@ export default function ContactPage() {
|
|||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
{ name: "Contact", href: "/contact" }
|
{ name: "Contact", id: "/contact" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Get a Quote", href: "/contact" }}
|
button={{ text: "Get a Quote", href: "/contact" }}
|
||||||
animateOnLoad={false}
|
animateOnLoad={false}
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ export default function HvacPage() {
|
|||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
{ name: "Contact", href: "/contact" }
|
{ name: "Contact", id: "/contact" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Get a Quote", href: "/contact" }}
|
button={{ text: "Get a Quote", href: "/contact" }}
|
||||||
animateOnLoad={false}
|
animateOnLoad={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user