-
Notifications
You must be signed in to change notification settings - Fork 0
Landing page #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Landing page #13
Conversation
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
Main to Landing Page
Updated the app's branding from 'tomeeto' to 'plancake' across layout, header, and metadata. Redesigned the landing page with new sections, improved visual hierarchy, and updated color scheme. Added new CSS utility classes for fonts and text outlines. Refactored header navigation for better accessibility and branding consistency.
Replaces 'tomeeto' branding with 'plancake', updates color variables and classes in globals.css, and introduces new visual styles and assets for the homepage. Feature icons are now images instead of react-icons, and new utility classes are added for text styling. The homepage sections and buttons have updated colors and typography to match the new brand identity.
Replaces image-based logo in the header with a new custom Logo component and updates header layout. Refactors the hero section for improved typography and layout. Adds new color variables and utility classes to globals.css, and introduces a Tailwind config file with custom colors and fonts.
Last thing to do is fix the hamburger menu issues.
Replaced inline styles in ScheduleGrid with Tailwind utility classes and custom grid column utilities. Added support for .mdx files and new gridTemplateColumns to Tailwind config for improved maintainability and consistency.
Updated the homepage layout for better section alignment, enhanced color usage, and improved visual hierarchy. Refactored the logo component to use fixed positioning, simplified shapes, and adjusted typography and icon sizes for a cleaner appearance.
Replaced several Image components with relevant emojis for visual simplicity. Updated background and card styles for improved contrast and readability, including changes to dark mode colors and added backdrop blur to feature cards.
Changed text color from white to 'text-lion' and updated text stroke colors for 'plan' and 'cake' in the logo component. Also modified the color of one line in the icon from white to red for improved visual distinction.
Adjusted padding and spacing for multiple sections to improve visual hierarchy. Simplified hero section text formatting and updated feature descriptions for clarity and variety. Removed unused Image import and redundant wrapper elements.
Introduces a mounted state and useEffect to ensure the Logo component only renders after the client has mounted. This helps prevent hydration mismatches in server-side rendered environments.
Moved the theme toggle out of the header navigation and made it a fixed-position button in the top-right corner. Improved hydration handling and updated component naming for clarity.
Navigation bar
mirmirmirr
approved these changes
Sep 2, 2025
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 is the Landing Page!!! Also houses the logo component, supports dark and light mode