Update src/app/page.tsx
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
@@ -163,11 +163,15 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
<ContactSplit
|
||||
tag="Quote"
|
||||
title="Request A Custom Quote"
|
||||
description="Tell us about your project, and we'll reach out with a detailed estimate."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Ready to get started? Call us at 1-800-555-0199 for an immediate response."
|
||||
buttons={[{ text: "Call Now", href: "tel:+18005550199" }]}
|
||||
useInvertedBackground={true}
|
||||
inputPlaceholder="Your message or project details"
|
||||
buttonText="Submit Request"
|
||||
onSubmit={(email) => console.log("Form submitted:", email)}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user