Update src/app/contact/page.tsx
This commit is contained in:
@@ -32,7 +32,14 @@ export default function ContactPage() {
|
||||
<NavbarLayoutFloatingInline navItems={navItems} brandName="LCP Business Partners" button={{ text: "Request a Free Consultation", href: "/contact" }} />
|
||||
</div>
|
||||
<div id="contact-form" data-section="contact-form">
|
||||
<ContactSplitForm title="Book a Free Consultation" description="Ready to take control of your accounting? Fill in the form and we'll reach out shortly." inputs={[{ name: "name", type: "text", placeholder: "Your Name", required: true }, { name: "email", type: "email", placeholder: "Email Address", required: true }, { name: "business", type: "text", placeholder: "Business Name" }]} textarea={{ name: "message", placeholder: "Tell us about your needs", rows: 4 }} imageSrc="http://img.b2bpic.net/free-photo/portrait-saleswoman-business-woman-office-sitting-chair-with-documents-reading-papers_1258-194548.jpg" />
|
||||
<ContactSplitForm
|
||||
title="Book a Free Consultation"
|
||||
description="Ready to take control of your accounting? Fill in the form and we'll reach out shortly."
|
||||
inputs={[{ name: "name", type: "text", placeholder: "Your Name", required: true }, { name: "email", type: "email", placeholder: "Email Address", required: true }, { name: "business", type: "text", placeholder: "Business Name" }]}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your needs", rows: 4 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-saleswoman-business-woman-office-sitting-chair-with-documents-reading-papers_1258-194548.jpg"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal logoText="LCP Business Partners" columns={[{ title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About Us", href: "/about" }] }, { title: "Support", items: [{ label: "Contact", href: "/contact" }, { label: "Client Portal", href: "#" }, { label: "Privacy Policy", href: "#" }] }]} />
|
||||
|
||||
Reference in New Issue
Block a user