Staging to Dev#50
Merged
Merged
Conversation
feat: add landing page
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 introduces a major update focused on the landing page design, navigation, and build/deployment workflows for the Learning Trade project. The changes include a new SaaS-inspired landing page with multiple new showcase sections, updates to navigation structure and styles, workflow improvements for CI/CD, and several dependency upgrades. Additionally, some unused integrations and files have been removed for simplification.
Landing Page & UI Enhancements:
docs/superpowers/specs/2026-04-26-landing-page-design.md, outlining architecture, visual style, and component breakdown.section1.astrotosection13.astro) for the landing page, including ambient backgrounds, glass navbar, enhanced hero section, live statistics, FAQ accordion, glowing CTA, and a minimalist footer. [1] [2] [3] [4] [5] [6] [7]Navigation & UX Improvements:
Build & Deployment Workflow:
site-build-check.yml) to build and check the site on PRs to key branches, and refactored the deployment workflow (renamed tosite-build-deploy.yml) to streamline triggers and remove unnecessary schedules. [1] [2]Dependency & Configuration Updates:
astro-seo,daisyui,svelte,unocss, and icon packages) for improved performance and compatibility.astro.config.mjsby removing the unusedpartytownintegration and disabling the dev toolbar. [1] [2]Codebase Simplification:
google_tag_manager.astrocomponent to reduce complexity.These changes collectively enhance the user experience, visual appeal, and maintainability of the project.