Upgrade to version 0.2.0 with enhanced UI and bilingual support - #1
Open
daniel-teddy wants to merge 24 commits into
Open
Upgrade to version 0.2.0 with enhanced UI and bilingual support#1daniel-teddy wants to merge 24 commits into
daniel-teddy wants to merge 24 commits into
Conversation
…tion; add CI workflow and Vitest configuration
Centralize marketing content for every landing section in English and French so the UI can stay high-fidelity without hard-coded strings.
Introduce copyable contact command, provider tabs, work-card visuals, and FAQ list support for bullet answers to match SuperCmd section patterns.
Wire feature stats, work grid with visuals, stack inventory, comparison tables, architecture, FAQ, and closing CTA from locale copy.
Serve the landing page under locale paths, redirect `/` by preference, and expose an English/French toggle in the floating nav.
…kers - Added new deployment scripts for live updates to Cloudflare Workers. - Updated package.json with new preview and deploy commands. - Configured wrangler.jsonc to enable workers_dev and preview_urls for improved development experience.
- Added locale support to the Work and Dashboard components for English and French. - Introduced a new ProviderTabs component displaying technology stacks based on the selected tab. - Updated the README with local development instructions and deployment scripts for Cloudflare Workers.
- Updated HeroMock component to support additional callouts with titles and bodies. - Refactored Hero component to improve layout and integrate new copy fields. - Added className prop to CopyCommand for customizable styling. - Enhanced global styles for improved visual presentation of hero elements. - Updated content types and translations to include new fields for better localization.
- Removed IconButton component from SiteNav for cleaner code. - Updated brand name from "Stackwise" to "Stackwise Technologies" in English and French site copy. - Reformatted content structure for better readability.
…n deploy script - Changed the deployment message format to remove spaces for compatibility with OpenNext. - Updated argument passing in the deployment command to use the preferred format for better token handling.
…branding in SiteNav
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
stackwise-technologies | d988a39 | Sep 10 2026, 04:44 PM |
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.
Replace the default README with a company profile, implement a bilingual FAQ section, and enhance the landing page with new components and improved navigation. Update deployment processes for Cloudflare Workers and add CI workflow with Vitest configuration. Refactor various components for better performance and maintainability.