From a683279fbb1adb2f86a2344b885f1e67423a9bb1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 12:06:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ef6825c..efbce79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -201,7 +201,7 @@ export default function LandingPage() { title="Ready to Work Together?" description="Whether you're a brand looking for talent or a model ready to join our roster, we'd love to hear from you. Contact Balero today to discuss your needs." buttons={[ - { text: "Send Inquiry", href: "mailto:info@balero.com" }, + { text: "Contact Form", href: "#contact-form" }, { text: "Schedule Consultation", href: "tel:+1-800-BALERO-1" } ]} buttonAnimation="slide-up" -- 2.49.1