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