2 Commits

Author SHA1 Message Date
bde0de22ab Update src/app/page.tsx 2026-04-22 08:53:20 +00:00
51e25cb4d7 Merge version_8 into main
Merge version_8 into main
2026-04-22 08:49:15 +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>
);
}
}