diff --git a/src/app/page.tsx b/src/app/page.tsx index 41436bb..2923681 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,11 +3,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; @@ -35,6 +37,10 @@ export default function LandingPage() { name: "About Us", id: "about"}, { name: "Testimonials", id: "testimonials"}, + { + name: "Pricing", id: "pricing"}, + { + name: "FAQs", id: "faq"}, { name: "Contact", id: "contact"}, ]} @@ -142,6 +148,47 @@ export default function LandingPage() { /> +
+ +
+ +
+ +
+
); -} +} \ No newline at end of file