Update src/app/page.tsx

This commit is contained in:
2026-05-08 15:31:34 +00:00
parent 0e95c1a7f4
commit 1116f6d743

View File

@@ -150,6 +150,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Get In Touch"
description="We are ready to provide an exceptional shopping experience. Contact our team to schedule your consultation."
inputs={[
@@ -174,4 +175,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}