Merged
Conversation
Contributor
|
@Kingsuite text me on TG. |
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.
This PR implements the Landing Page of the application with a focus on modern UI, responsive design, interactivity, and subtle animations.
Features Implemented:
Hero Section
. A welcoming section with animated headings and a call to action.
. Smooth entrance animations using framer-motion.
. Fully responsive across devices (mobile, tablet, desktop).
Book Categories
. Displays multiple book genres such as Fiction, Fact Books, Fantasy, Science, etc.
. Each category is styled with distinct background colors for better visual separation.
. Badges are clickable (future functionality can be added).
. Category badges are arranged thoughtfully for a natural flow.
. Responsive design with space adjustments on smaller screens.
Author Section
. Introduces featured authors with profile cards.
. Author cards include image, name, and optional "verified" badges.
. Animated appearance of author cards using framer-motion.
. Responsive grid layout to maintain consistency across screen sizes.
Book Section (Slider)
. A dynamic horizontal book slider is built using a keen-slider.
. Displays four books at a time, sliding automatically.
. Smooth "carousel-style" scrolling where the first book slides out and new ones appear.
. Book cards display title, author, rating, price, and optional indicators like NFT and Verified.
. Each card is individually animated into view.
Close #7