Merge version_12 into main

Merge version_12 into main
This commit was merged in pull request #17.
This commit is contained in:
2026-03-12 20:36:19 +00:00

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
setSubmitting(true);
try {
const response = await fetch("/api/quote", {
const response = await fetch("/api/contact", {
method: "POST", headers: {
"Content-Type": "application/json"
},
@@ -424,4 +424,4 @@ function QuoteFormModal({
</div>
</div>
);
}
}