From 92e2c3042b9987e08783d3a4f55a5bc5377b5382 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Wed, 14 Jan 2026 14:34:45 +0200 Subject: [PATCH] fix --- src/app/page.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 63c444e..c1a037d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,11 +13,6 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import { CheckCircle, Flower2, Leaf, Palette, Sparkles } from "lucide-react"; import FaqBase from '@/components/sections/faq/FaqBase'; -import ContactForm from '@/components/ContactForm.tsx'; - -
- -
export default function LandingPage() { const [isLoading, setIsLoading] = useState(false); return (