feat: implement missing landing page sections#25
Closed
Ai-chan-0411 wants to merge 2 commits intoCraftNest:mainfrom
Closed
feat: implement missing landing page sections#25Ai-chan-0411 wants to merge 2 commits intoCraftNest:mainfrom
Ai-chan-0411 wants to merge 2 commits intoCraftNest:mainfrom
Conversation
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.
Author
|
Closing due to no maintainer review in 48h+. Thank you for considering! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #19
Implements 4 missing landing page sections following existing component patterns (Framer Motion animations, Tailwind theme colors, responsive design):
New Sections
Stats Section (
stats.tsx) - Social proof with 4 animated stat cards (Active Participants, Surveys Completed, Completion Rate, STRK Distributed)Testimonials Section (
testimonials.tsx) - 3 testimonial cards with star ratings, user avatars, and hover animationsFAQ Section (
faq-section.tsx) - Accordion-style FAQ with 5 common questions, animated expand/collapse using AnimatePresenceCTA 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 → Testimonials → FAQ → CTA 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 inhero.tsxandvalue-proposition.tsx./attempt 19