AnotherWrapper doesn’t just ship app dashboards. It includes a complete public-facing marketing page so you’re not starting from a blank screen when it’s time to sell your product.
What You Get
A full marketing page that:- Explains what the product does
- Shows the app in action
- Builds trust with testimonials and logos
- Answers common objections with an FAQ
- Presents pricing
- Pushes visitors toward checkout or signup
Page Structure
The landing page route isapp/landing/page.tsx, which assembles reusable sections:
| Section | File |
|---|---|
| Navbar | components/landing/navbar.tsx |
| Hero | components/landing/hero.tsx |
| Logos | components/landing/logos.tsx |
| Features | components/landing/features.tsx |
| Apps Showcase | components/landing/apps-showcase.tsx |
| How It Works | components/landing/how-it-works.tsx |
| Testimonials | components/landing/testimonials.tsx |
| Pricing | components/landing/pricing.tsx |
| FAQ | components/landing/faq.tsx |
| CTA | components/landing/cta.tsx |
| Footer | components/landing/footer.tsx |
Customization Guide
Hero section
Hero section
Update the headline, subheadline, and primary CTA in
components/landing/hero.tsx. This is the first thing visitors see, so make it count.Features and app showcase
Features and app showcase
Edit
components/landing/features.tsx and components/landing/apps-showcase.tsx to match your actual product. Replace screenshots and descriptions.Pricing
Pricing
Update copy and checkout links in
components/landing/pricing.tsx. Make sure the links point to your real payment flows.Testimonials and social proof
Testimonials and social proof
FAQ
FAQ
Update
components/landing/faq.tsx with questions your actual users ask.CTA and footer
CTA and footer
Recommended Editing Order
If you’re new to this, follow this order to avoid wasting time on styling before the business flow works:Update the copy
Change headlines, descriptions, and feature claims first. Make sure they match your product.
Replace screenshots and app descriptions
Swap visuals so the page shows your actual product, not the demo.
Connect analytics and email
Verify that visitor tracking and email capture are working before you drive traffic.
Connected Services
The landing page works hand-in-hand with several other systems:SEO
Metadata, sitemap, and OG images for your landing page.
Analytics
Track which sections and CTAs actually convert.
Payments
Connect pricing sections to real checkout flows.

