diff --git a/src/app/page.tsx b/src/app/page.tsx index 48bcbb9..ea149fa 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, MessageCircle } from "lucide-react"; import ContactFaq from "@/components/sections/contact/ContactFaq"; +import ContactForm from "@/components/form/ContactForm"; const handleImageClick = (imageUrl) => { window.open(imageUrl, '_blank', 'width=80%'); @@ -151,22 +152,10 @@ export default function LandingPage() {
-