|--- |--- app | |--- addons | | |--- [addonSlug] | | | |--- layout.jsx | | | |--- page.jsx | | |--- layout.jsx | | |--- page | | |--- page.jsx | | | |--- page.jsx | | | |--- [pageNumber] | | | | |--- layout.jsx | | | | |--- page.jsx | |--- error.jsx | |--- favicon.ico | |--- features | | |--- page.jsx | | |--- tax | | | |--- page.jsx | |--- globals.css | |--- layout.jsx | |--- not-found.jsx | |--- page.jsx |--- components | |--- DemoBodyContent.jsx | |--- global | | |--- Footer | | | |--- index.jsx | | |--- Header | | | |--- index.jsx | |--- page | | |--- addons | | | |--- PaginationContainer.jsx | | |--- home | | | |--- AddonSection.jsx | | | |--- CTASection.jsx | | | |--- FeaturesSection.jsx | | | |--- HeroSection.jsx | | | |--- HighConvertingSection.jsx | | | |--- IntegrationSection.jsx | | | |--- IntegrationSection.module.css | | | |--- LatestBlog.jsx | | | |--- OvercomeSection.jsx | | | |--- QuestionSection.jsx | | | |--- TestimonialSection copy.jsx | | | |--- TestimonialSection.jsx | | | |--- TestimonialSection.module.css | |--- pagination | | |--- elements | | | |--- Next.jsx | | | |--- PageNumbers.jsx | | | |--- Prev.jsx | | |--- index.jsx | |--- ui | | |--- ContainerScroll.jsx | | |--- ContainerScroll.module.css |--- lib | |--- getAddons.js | |--- getPosts.js |--- utils | |--- api.js | |--- constants.js