Merge version_9 into main #11

Merged
bender merged 1 commits from version_9 into main 2026-04-22 08:53:24 +00:00

View File

@@ -133,7 +133,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
title="Visit El Gran Toro"
description="We're located in the heart of downtown."
description="We're located in the heart of downtown. Call us at +18457456479"
inputs={[
{ name: "name", type: "text", placeholder: "Your Name" },
{ name: "email", type: "email", placeholder: "Your Email" }
@@ -151,4 +151,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}