AnotherWrapper does not only ship app dashboards. It also includes a complete
public-facing marketing page so you are not starting from a blank screen when
it is time to sell the product.
What This Page Is
The landing page is the public marketing site for your product. Its job is to:- explain what the product does
- show the app surface
- build trust
- answer common objections
- present pricing
- push visitors toward checkout or signup
Current Structure In This Repo
The landing page route is:app/landing/page.tsx
components/landing/navbar.tsxcomponents/landing/hero.tsxcomponents/landing/logos.tsxcomponents/landing/features.tsxcomponents/landing/apps-showcase.tsxcomponents/landing/how-it-works.tsxcomponents/landing/testimonials.tsxcomponents/landing/pricing.tsxcomponents/landing/faq.tsxcomponents/landing/cta.tsxcomponents/landing/footer.tsx
What The Landing Page Already Covers
The current site already talks about:- the AI app bundle
- auth, payments, analytics, email, storage, and SEO
- supported providers
- pricing tiers
- testimonials
- FAQs
Why This Matters
A lot of starter kits give you the app shell but leave the marketing site as an afterthought. This repo gives you both:- the internal product experience
- the public page that sells the product
What You Will Usually Customize First
Most teams update these things first:- headline and subheadline in the hero
- featured app screenshots and descriptions
- pricing copy
- FAQ answers
- CTA button copy and links
- social proof and logos
- footer links
Related Platform Features
The landing page is connected to several other systems in the repo:- SEO for metadata, sitemap, and OG images
- Analytics for visitor tracking
- Payments for pricing and checkout flows
- Email for lead capture and lifecycle follow-up
- Meta Ads if you want paid acquisition attribution
Good Beginner Workflow
If you are new to code, here is the safe order to customize it:- update the copy before changing the layout
- replace screenshots and app descriptions so they match your offer
- update pricing and checkout links
- confirm analytics and email flows are connected
- only then start redesigning sections
Common Mistakes
- changing the visuals but leaving old app names and feature claims behind
- updating pricing copy without checking the real checkout links
- forgetting to add analytics before launching traffic
- treating the landing page as separate from SEO, email, and payments
- shipping a beautiful page that still talks about features your product no longer has

