contact us

This commit is contained in:
2025-05-21 08:30:27 -07:00
parent 38003526c2
commit fc30bf4ce0

View File

@@ -15,6 +15,7 @@ echo site()->render("contact", [
"zip" => get_field("zip", "options"), "zip" => get_field("zip", "options"),
"phone_1" => get_field("phone_1", "options"), "phone_1" => get_field("phone_1", "options"),
"phone_2" => get_field("phone_2", "options"), "phone_2" => get_field("phone_2", "options"),
"contact_email" => get_field("contact_email", "options"),
]); ]);
get_footer(); get_footer();