About sec#76
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (9)
📝 WalkthroughWalkthroughThis PR wires Tailwind theme tokens into globals.css, converts the ChatMockup component into a typed, prop-driven client component, and adds an interactive AI demo section on the landing page. It also restyles and re-animates the FAQ, features, hero, stats, and testimonials sections with new Framer Motion variants and visual treatments. ChangesLanding UI redesign and interactive AI demo
Estimated code review effort: 3 (Moderate) | ~30 minutes Sequence Diagram(s)sequenceDiagram
participant User
participant AIDemo
participant ChatMockup
User->>AIDemo: click feature motion.button
AIDemo->>AIDemo: setActiveIndex(index)
AIDemo->>ChatMockup: pass topic, messages, pyqs, id
ChatMockup->>ChatMockup: render messages via map, apply uiComponent blocks
ChatMockup->>User: display animated chat bubbles and PYQs panel
Possibly related PRs
Suggested reviewers: ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🎉 Congratulations @nitinmohan18!Thank you for contributing to HyperLearningTech. Your pull request has been successfully merged into main. 📦 Merge Summary
🚀 Keep Contributing
Thank you for helping make HyperLearningTech better. Happy Coding! 🚀 |
Pull Request
Summary
This PR significantly upgrades the landing page's mobile responsiveness and overall visual design. It fixes vertical space issues on mobile devices by introducing iOS-style lists and horizontal snap-scroll carousels, and upgrades multiple components to a highly premium glassmorphism aesthetic.
Related Issue
Closes #1
Type of Change
What Changed?
2x2 gridto save vertical space. The bottom feature strip was converted to a tight horizontal flex layout on mobile.px-5 py-4mobile spacing for better scannability.Screenshots (UI Changes Only)
(Attach your before/after screenshots here showcasing the new horizontal carousel and unified lists on mobile, as well as the new glassmorphism icons)
Testing
Checklist
main.npx prettier --write <file>).npm run format:checkpasses.npm run lintpasses.npm run typecheckpasses.npm run buildpasses.Additional Notes
The changes utilize Tailwind CSS and Framer Motion heavily. Pay special attention to the new
scrollbar-hideandsnap-xutilities added to the AI Demo section to achieve the native mobile feel.Summary by CodeRabbit
New Features
UI Updates