From df51c3eac1c51b2b80cddf9a6cc72a2d2ba70e77 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Wed, 14 Jan 2026 12:53:55 +0200 Subject: [PATCH] new registry --- src/app/page.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 07ea263..e3a3288 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { CheckCircle, Flower2, Leaf, Palette, Sparkles } from "lucide-react"; +import FaqBase from '@/components/sections/faq/FaqBase'; export default function LandingPage() { const [isLoading, setIsLoading] = useState(false); @@ -64,6 +65,14 @@ export default function LandingPage() { ariaLabel="MossArt hero section with carousel" /> +import FaqBase from '@/components/sections/faq/FaqBase.tsx'; + +
+ +
); + } \ No newline at end of file