From 5d113a2e899d6a249c57ffe42b5f0efca30dff0b Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:06:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 46 ++++++++++++++-------------------------------- 1 file changed, 14 insertions(+), 32 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d76d72..7c8701f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureCardFifteen from '@/components/sections/feature/FeatureCardFifteen import ProductCardSix from '@/components/sections/product/ProductCardSix'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import PricingCardFour from '@/components/sections/pricing/PricingCardFour'; -import ContactFaq from '@/components/sections/contact/ContactFaq'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { Mail } from "lucide-react"; @@ -265,48 +265,30 @@ export default function LandingPage() {
-
-- 2.49.1