Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6c32865d6a | |||
| 9d9c369611 | |||
| 5f3d5d2960 |
@@ -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 ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
@@ -216,15 +216,20 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<ContactSplit
|
||||||
useInvertedBackground={false}
|
tag="Get in Touch"
|
||||||
|
title="Ready to Start Your Project?"
|
||||||
|
description="Fill out the form below, and our team will get back to you shortly to discuss your vision and how we can bring it to life."
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient"}}
|
variant: "sparkles-gradient"}}
|
||||||
text="Let's discuss how Webild Agency can bring your digital vision to life. Contact us today for a free consultation and a personalized quote."
|
useInvertedBackground={false}
|
||||||
buttons={[
|
imageSrc="http://img.b2bpic.net/free-photo/minimalist-abstract-wireframe-architecture_23-2149129531.jpg"
|
||||||
{
|
imageAlt="Abstract wireframe architecture representing digital connection"
|
||||||
text: "Get in Touch", href: "mailto:info@webild.agency"},
|
mediaAnimation="slide-up"
|
||||||
]}
|
inputPlaceholder="Your Email Address"
|
||||||
|
buttonText="Send Message"
|
||||||
|
termsText="By sending a message, you agree to our Privacy Policy and Terms of Service."
|
||||||
|
onSubmit={(email) => alert(`Message sent from: ${email}`)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user