diff --git a/src/app/page.tsx b/src/app/page.tsx index 21de0bc..29d3a26 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,10 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { Sparkles } from "lucide-react"; export default function LandingPage() { @@ -118,55 +121,50 @@ export default function LandingPage() {