Improve home page interface and user experience#6
Merged
rivka14 merged 8 commits intomy-featurefrom Jan 25, 2026
Merged
Conversation
Remove AboutSection, DemoSection, and FeatureCard components that are no longer used in HomePage. These have been replaced with newer components in the home page redesign. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Add FeaturesShowcase component to display key product features with modern card-based UI. Add LearningModulesGrid with ModuleCard components to present educational content modules. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Add TestimonialsSection with TestimonialCard components for user reviews. Add TrustBadges to display credibility indicators. Add StatsCounter component for animated statistics display to build user confidence. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Add FinalCTA component for end-of-page conversion section with compelling action buttons to drive user engagement. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Enhance Navbar and Footer components with improved styling, better responsiveness, and modernized visual design to match the new home page interface. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Update HeroSection component with improved visual hierarchy, modernized styling, and better call-to-action presentation for stronger first impression. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Update HomePage to use new component architecture: replace deprecated sections with TrustBadges, FeaturesShowcase, LearningModulesGrid, StatsCounter, TestimonialsSection, and FinalCTA for a complete home page redesign. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Update global CSS variables and base styles to support the modernized home page interface with consistent color scheme, typography, and spacing. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
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.
Summary
Changes
style(client): Update global styles for home page redesignrefactor(client): Restructure HomePage with new component compositionstyle(client): Enhance hero section designstyle(client): Update navigation and footer stylingfeat(client): Add final call-to-action componentTest plan
🤖 Generated with Claude Code