Content edit: replace existion contact form with another one

This commit is contained in:
2026-01-22 15:25:33 +02:00
parent fe8e4c02c6
commit 0ee4eb3042

View File

@@ -8,7 +8,7 @@ import FeatureProcessSteps from '@/components/sections/feature/FeatureProcessSte
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import NewContactForm from '@/components/sections/contact/NewContactForm';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { AlertTriangle, Lock, Brain, Clock, Shield, FileText, MessageCircle } from "lucide-react";
import ContactForm from "@/components/form/ContactForm";
@@ -168,14 +168,14 @@ export default function LandingPage() {
<div id="faq-new" data-section="faq-new">
<ContactForm
title="Your Title Here"
description="Add your description here."
tag="Sample tag"
title="Reach Out"
description="Got a question or feedback? Don't hesitate to get in touch with us."
tag="Connect"
useInvertedBackground="noInvert"
tagIcon={MessageCircle}
inputPlaceholder="Enter your email"
buttonText="Sign Up"
termsText="By clicking Sign Up you're confirming that you agree with our Terms and Conditions."
inputPlaceholder="Your Email"
buttonText="Submit"
termsText="By submitting this form, you agree to our privacy policy."
centered={false}
/>
</div>