Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c278a7529 | |||
| a8875ec46b | |||
| e6b243312f |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||||
@@ -125,15 +125,15 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
title="Get in Touch"
|
||||||
background={{
|
description="Have questions about our mantids? Reach out and we'll be happy to help."
|
||||||
variant: "plain"}}
|
inputs={[
|
||||||
text="Ready to bring home your new companion? Contact our experts for availability or care support."
|
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||||
buttons={[
|
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||||
{
|
|
||||||
text: "Contact Support", href: "mailto:support@mantispet.com"},
|
|
||||||
]}
|
]}
|
||||||
|
textarea={{ name: "message", placeholder: "How can we help?", rows: 4, required: true }}
|
||||||
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user