Update src/app/page.tsx

This commit is contained in:
2026-05-06 01:00:42 +00:00
parent b7f343115e
commit a0882f1dd3

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import ContactForm from '@/components/form/ContactForm';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
import FooterSimple from '@/components/sections/footer/FooterSimple';
@@ -176,10 +176,8 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactCenter
<ContactForm
tag="Contact Us"
useInvertedBackground={true}
background={{ variant: "plain" }}
title="Start Your Celebration"
description="Tell us about your event vision, and well reach out to schedule a planning session."
buttonText="Submit"
@@ -216,4 +214,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}