aaa
This commit is contained in:
@@ -12,6 +12,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
|
|||||||
import { CheckCircle, Flower2, Leaf, Palette, Sparkles, MessageCircle } from "lucide-react";
|
import { CheckCircle, Flower2, Leaf, Palette, Sparkles, MessageCircle } from "lucide-react";
|
||||||
import CardStack from "@/components/cardStack/CardStack";
|
import CardStack from "@/components/cardStack/CardStack";
|
||||||
import TextNumberCount from "@/components/text/TextNumberCount";
|
import TextNumberCount from "@/components/text/TextNumberCount";
|
||||||
|
import ContactForm from "@/components/form/ContactForm";
|
||||||
|
|
||||||
const handleImageClick = (imageUrl) => {
|
const handleImageClick = (imageUrl) => {
|
||||||
window.open(imageUrl, '_blank', 'width=80%');
|
window.open(imageUrl, '_blank', 'width=80%');
|
||||||
@@ -151,6 +152,20 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardTen
|
<TestimonialCardTen
|
||||||
title="Loved by Designers, Planners & Clients"
|
title="Loved by Designers, Planners & Clients"
|
||||||
|
|||||||
Reference in New Issue
Block a user