cf
This commit is contained in:
@@ -11,6 +11,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
|
|||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
import { CheckCircle, Flower2, Leaf, Palette, Sparkles } from "lucide-react";
|
import { CheckCircle, Flower2, Leaf, Palette, Sparkles } from "lucide-react";
|
||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
|
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||||
|
|
||||||
const handleImageClick = (imageUrl) => {
|
const handleImageClick = (imageUrl) => {
|
||||||
window.open(imageUrl, '_blank', 'width=80%');
|
window.open(imageUrl, '_blank', 'width=80%');
|
||||||
@@ -150,6 +151,22 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="about-new" data-section="about-new">
|
||||||
|
<ContactFaq
|
||||||
|
faqs="Sample faqs"
|
||||||
|
ctaTitle="Sample ctaTitle"
|
||||||
|
ctaDescription="Sample ctaDescription"
|
||||||
|
ctaButton="Sample ctaButton"
|
||||||
|
ctaIcon="Sample ctaIcon"
|
||||||
|
useInvertedBackground="Sample useInvertedBackground"
|
||||||
|
animationType="Sample animationType"
|
||||||
|
accordionAnimationType?="Sample accordionAnimationType?"
|
||||||
|
showCard?="Sample showCard?"
|
||||||
|
ariaLabel?="Sample ariaLabel?"
|
||||||
|
className?="Sample className?"
|
||||||
|
/>
|
||||||
|
</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