From 938e76ebdff6160a42dc20e61925a8cb74ec4bc9 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 16 Jan 2026 11:59:55 +0200 Subject: [PATCH] fix --- src/app/page.tsx | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f4e81f9..378c8c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,8 +10,6 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar 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%'); @@ -151,22 +149,6 @@ export default function LandingPage() { /> -
- -
-