This commit is contained in:
2026-01-16 16:12:10 +01:00
parent 5d352adee5
commit 3d0a00f92c

View File

@@ -12,6 +12,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
import { CheckCircle, Flower2, Leaf, Palette, Sparkles, MessageCircle } from "lucide-react";
import CardStack from "@/components/cardStack/CardStack";
import TextNumberCount from "@/components/text/TextNumberCount";
import ContactForm from "@/components/form/ContactForm";
const handleImageClick = (imageUrl) => {
window.open(imageUrl, '_blank', 'width=80%');
@@ -151,6 +152,20 @@ export default function LandingPage() {
/>
</div>
<div id="about-new" data-section="about-new">
<ContactForm
title="Your Title Here"
description="Add your description here."
tag="Sample tag"
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."
onSubmit="Sample onSubmit"
centered={false}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
title="Loved by Designers, Planners & Clients"