Redesign landing page with new DashAI brand#7
Merged
Merged
Conversation
…ction var resolution
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 pull request updates the dashAI landing page with a new visual identity, refreshed branding, and several UX improvements. The main changes include a complete overhaul of the color palette to match the new brand, a redesigned Community section with improved calls to action and newsletter subscription, and updated site metadata and content to better reflect the project's goals.
Visual design and branding:
app/globals.css: Replaces the previous oklch-based color palette with a new DashAI Brand v2 dark theme, introduces a dedicated accent palette for modules, and adds new CSS variables for light-section backgrounds and code syntax highlighting. Several utility classes and animations for hero and grid backgrounds are also added. [1] [2]app/layout.tsx: Updates the site title, description, and icons to reflect the new branding and messaging.Landing page content and structure:
app/page.tsx: Updates the homepage sections, adding new sections (ManifestoSection,ShowcaseSection,ExtensibleSection) and reordering/removing others for a more focused narrative. [1] [2]Community section redesign:
components/community-section.tsx: Completely redesigns the Community section with a new layout, improved copy, direct contact information, Discord server invite, and a newsletter subscription form. Removes the old card-based layout and integrates language detection for bilingual support.