Skip to content

feat: implement missing landing page sections#25

Closed
Ai-chan-0411 wants to merge 2 commits intoCraftNest:mainfrom
Ai-chan-0411:feat/landing-page-sections-19
Closed

feat: implement missing landing page sections#25
Ai-chan-0411 wants to merge 2 commits intoCraftNest:mainfrom
Ai-chan-0411:feat/landing-page-sections-19

Conversation

@Ai-chan-0411
Copy link
Copy Markdown

Closes #19

Implements 4 missing landing page sections following existing component patterns (Framer Motion animations, Tailwind theme colors, responsive design):

New Sections

  1. Stats Section (stats.tsx) - Social proof with 4 animated stat cards (Active Participants, Surveys Completed, Completion Rate, STRK Distributed)

  2. Testimonials Section (testimonials.tsx) - 3 testimonial cards with star ratings, user avatars, and hover animations

  3. FAQ Section (faq-section.tsx) - Accordion-style FAQ with 5 common questions, animated expand/collapse using AnimatePresence

  4. CTA Banner (cta-banner.tsx) - Final call-to-action with dual buttons (Start Earning + Create a Survey)

Page Layout (updated page.tsx)

Navbar → Hero → ValueProposition → ThreeStepExplainer → Stats → CreateSurvey → TestimonialsFAQCTA Banner → Footer

All sections are fully responsive, use existing theme colors (primary-purple, bg-card, text-gray, border-gray), and follow the same Framer Motion animation patterns used in hero.tsx and value-proposition.tsx.

/attempt 19

Add three new sections to complete the landing page:
- FeaturesGrid: 6 feature cards with icons (Lightning Fast Setup, Real-Time Analytics, Blockchain Verified, Targeted Audiences, Global Reach, AI-Powered Insights)
- PricingSection: 3-tier pricing (Free/Pro/Enterprise) with feature lists
- TrustedBySection: Partner logos grid

All sections follow existing patterns: Framer Motion animations, responsive design, dark theme with primary-purple accents.
@Ai-chan-0411
Copy link
Copy Markdown
Author

Closing due to no maintainer review in 48h+. Thank you for considering!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEAT] Complete Missing Landing page sections

1 participant