Merge version_2 into main #5

Merged
bender merged 2 commits from version_2 into main 2026-06-11 15:11:47 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ export default function ContactoPage() {
{
name: "FAQ", id: "#faq"},
{
name: "Contacto", href: "/contacto"},
name: "Contacto", id: "/contacto"},
]}
button={{
text: "Get a Free Consultation", href: "/contacto"}}

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
{
name: "FAQ", id: "#faq"},
{
name: "Contacto", href: "/contacto"},
name: "Contacto", id: "/contacto"},
]}
button={{
text: "Get a Free Consultation", href: "/contacto"}}