From cd6b0feca27b25ea66fca059525c0da723c94c72 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 16 Jan 2026 11:01:49 +0100 Subject: [PATCH] cf --- src/app/page.tsx | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 378c8c4..48bcbb9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,8 @@ import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { CheckCircle, Flower2, Leaf, Palette, Sparkles } from "lucide-react"; +import { CheckCircle, Flower2, Leaf, Palette, Sparkles, MessageCircle } from "lucide-react"; +import ContactFaq from "@/components/sections/contact/ContactFaq"; const handleImageClick = (imageUrl) => { window.open(imageUrl, '_blank', 'width=80%'); @@ -149,6 +150,26 @@ export default function LandingPage() { /> +
+ +
+