From 18580a7047484fc26dbf9b60408cce048486e9d0 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 16 Jan 2026 10:51:00 +0100 Subject: [PATCH] cf --- src/app/page.tsx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 13670ae..f4e81f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { CheckCircle, Flower2, Leaf, Palette, Sparkles } from "lucide-react"; import FaqBase from '@/components/sections/faq/FaqBase'; +import ContactFaq from "@/components/sections/contact/ContactFaq"; const handleImageClick = (imageUrl) => { window.open(imageUrl, '_blank', 'width=80%'); @@ -150,6 +151,22 @@ export default function LandingPage() { /> +
+ +
+