Modernize Tenkei Aikidojo Landing Page#59
Conversation
- Redesigned the landing page with a modern, glassmorphic aesthetic inspired by hyperjump.tech. - Updated Tailwind configuration with a custom zinc/blue palette and global animations. - Modularized page content into reusable components: Hero, Programs, DojoSection, FAQ, and Header. - Improved internationalization (i18n) support across English, Indonesian, and Japanese, fixing hardcoded strings in the Events component. - Enhanced responsive layout and visual consistency across all localized versions. Co-authored-by: sapiderman <964106+sapiderman@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Redesigned the landing page with a modern, glassmorphic aesthetic inspired by hyperjump.tech. - Modularized content into reusable components: Hero, Programs, DojoSection, FAQ, and Header. - Updated Tailwind configuration with custom colors and global dark-theme styles. - Fixed i18n support across English, Indonesian, and Japanese locales. - Updated GitHub Actions to use Node.js 22.x and enable Corepack for Yarn 4 support. Co-authored-by: sapiderman <964106+sapiderman@users.noreply.github.com>
- Redesigned landing page with a sleek glassmorphic aesthetic (Hero, Programs, DojoSection, FAQ). - Modularized architecture into reusable React components. - Fixed GitHub Actions by enabling Corepack for Yarn 4 support and updating to Node 22.x. - Fully localized all new sections (Hero titles, Dojo details, Programs) in EN, ID, and JA. - Ensured consistent CI build steps with explicit 'yarn install'. Co-authored-by: sapiderman <964106+sapiderman@users.noreply.github.com>
- Redesigned landing page with a sleek glassmorphic aesthetic (Hero, Programs, DojoSection, FAQ). - Modularized architecture into reusable React components. - Fixed GitHub Actions and Dockerfile by enabling Corepack for Yarn 4 support. - Updated .devcontainer/devcontainer.json to be valid JSON for Snyk compliance. - Fully localized all new sections (Hero, Dojo details, Programs) in EN, ID, and JA. - Removed redundant 'cache: yarn' from setup-node to prevent CI version mismatch. Co-authored-by: sapiderman <964106+sapiderman@users.noreply.github.com>
- Redesigned landing page with Hero, Programs, Dojo, and FAQ sections - Modernized subpages (/about, /dojos, /shinjuku, /register) to match theme - Implemented glassmorphic UI components and entrance animations - Updated i18n keys for EN, ID, and JA in public/locales - Enabled Corepack for Yarn 4 support in CI/CD and Docker - Standardized Header and Footer across the entire site - Upgraded environment to Node 22 Co-authored-by: sapiderman <964106+sapiderman@users.noreply.github.com>
This PR modernizes the Tenkei Aikidojo landing page to provide a more professional and "sleek" user experience.
Key changes include:
page.tsxinto small, maintainable components located in thecomponents/directory.en,id, andjalocales. Fixed a specific bug where the "Latest from Dojo" header was hardcoded.The design successfully mirrors the high-end feel of the reference site while maintaining the specific content and branding of the Tenkei Aikidojo.
PR created automatically by Jules for task 459457737030539575 started by @sapiderman