A comprehensive multi-language e-commerce platform built with React, TypeScript, and Tailwind CSS.
- Multi-language Support: English, Simplified Chinese, Traditional Chinese, Japanese, Korean
- Responsive Design: Mobile-first approach with Tailwind CSS
- Modern Tech Stack: React 18, TypeScript, Vite
- Multiple Services: UC-MMM, Sell to World, Partnership programs
- Form Handling: Complete form validation and submission
- SEO Optimized: Proper meta tags and semantic HTML
๐ Visit UCYX Platform
- Frontend: React 18, TypeScript
- Styling: Tailwind CSS
- Build Tool: Vite
- UI Components: Radix UI
- Icons: Lucide React
- Deployment: Vercel
# Clone the repository
git clone https://github.com/kangise/ucyx.com.git
# Navigate to project directory
cd ucyx.com
# Install dependencies
npm install
# Start development server
npm run dev# Build for production
npm run build
# Preview production build
npm run previewThe platform supports 5 languages with complete translations:
- ๐บ๐ธ English
- ๐จ๐ณ Simplified Chinese (็ฎไฝไธญๆ)
- ๐น๐ผ Traditional Chinese (็น้ซไธญๆ)
- ๐ฏ๐ต Japanese (ๆฅๆฌ่ช)
- ๐ฐ๐ท Korean (ํ๊ตญ์ด)
- Home: Main landing page with services overview
- UC-MMM: Marketing Mix Modeling service
- Sell to World: Global expansion services
- Partnership: Partner application and information
The project uses:
- Vite for fast development and building
- TypeScript for type safety
- Tailwind CSS for styling
- React Context for state management
- Custom translation system for i18n
- โ English: Changed from "AI-Driven Global E-commerce Growth" to "You See Your X-traordinary"
- โ Chinese: "ไฝ ็่งไฝ ็้ๅก" (Simplified) / "ไฝ ็่ฆไฝ ็้ๅก" (Traditional)
- โ Japanese: "ใใชใใฎ้ๅกใ่ฆใคใใใ" (Find your extraordinary)
- โ Korean: "๋น์ ์ ํน๋ณํจ์ ๋ฐ๊ฒฌํ์ธ์" (Discover your specialness)
- โ Localization: Adapted to local language habits and cultural preferences
- โ Unified Design: All homepage service icons now use consistent container style
- โ Style: 64x64px containers with green-50 background, green-100 border, rounded corners
- โ Hover Effects: Consistent green-100 background and green-200 border on hover
- โ Icons Updated: 15 icons standardized (Analytics, Target, Innovation, Globe, TrendUp, etc.)
- โ Hero CTA: "ๅผๅงๆจ็ๅข้ฟไนๆ " now scrolls to contact form (#contact)
- โ Consultation Links: "ๅผๅงๅ ่ดนๅจ่ฏข" links to Calendly (https://calendly.com/kanjiang/cooperation)
- โ
UCcopilot Updates:
- Removed "ๅผๅงๅไฝ" buttons from hero and bottom sections
- Kept "้ข็บฆๅจ่ฏข" with fixed styling (white background, green text)
- โ
UC-MMM Updates:
- Removed "ๅผๅงไฝฟ็จ" button from hero
- Changed "ๅผๅงๅๆ" to "้ข็บฆๅจ่ฏข" linking to Calendly
- โ
SellToWorld Updates:
- Replaced entire complex form with simple "้ข็บฆๅจ่ฏข" button
- Maintained original title and description
- Links to Calendly for consultation booking
- โ Dual Contact Methods: Added "่็ณปๆไปฌ" buttons next to consultation booking
- โ Email Integration: All "่็ณปๆไปฌ" buttons link to mailto:services@ucyx.com
- โ Styling Fixes: Fixed white-on-white visibility issues
- โ
Consistent Design:
- UCcopilot: White border + white text + transparent background + backdrop blur
- UC-MMM: White border + white text + transparent background + backdrop blur
- SellToWorld: Green border + green text + white background
- โ Header CTA Integration: Navigation "ๅผๅงๆจ็ๅข้ฟไนๆ " buttons now scroll to contact form
- โ Smart Navigation: Automatically navigates to home page if on different page, then scrolls
- โ Mobile Optimization: Mobile menu CTA closes menu and navigates to contact form
- โ Consistent UX: All "ๅผๅงๆจ็ๅข้ฟไนๆ " buttons have unified behavior
User Journey Options:
โโ "ๅผๅงๆจ็ๅข้ฟไนๆ
" โ Scroll to homepage contact form
โโ "้ข็บฆๅจ่ฏข" โ Open Calendly booking page
โโ "่็ณปๆไปฌ" โ Open email client (services@ucyx.com)
- โ Consistent Styling: Unified icon containers and button styles
- โ Responsive Design: All buttons work on desktop and mobile
- โ Type Safety: All updates maintain TypeScript compliance
- โ Performance: Optimized build size and loading times
- โ Clear CTAs: Simplified conversion paths
- โ Multiple Contact Options: Calendly booking + email contact
- โ Accessibility: Proper contrast ratios and hover states
- โ Mobile-First: All features work seamlessly on mobile devices
- โ Build Status: All changes successfully built and tested
- โ GitHub: All updates committed and pushed to main branch
- โ Vercel: Auto-deployment configured for continuous delivery
- โ Live Site: https://ucyx-com.vercel.app (automatically updated)
- Form Integration: Consider Google Forms API or custom backend for contact form
- Analytics: Add conversion tracking for CTA buttons
- A/B Testing: Test different CTA button texts and placements
- SEO: Optimize meta tags and structured data
- Performance: Implement code splitting for better loading times
- Option A: Google Forms API (free, easy setup, limited customization)
- Option B: Custom backend (full control, requires development and hosting)
- Option C: Third-party services (Formspree, Netlify Forms, etc.)
This project is private and proprietary.
This is a private project. For any questions or suggestions, please contact the development team.
This is a code bundle for UCYX (Copy). The original project is available at https://www.figma.com/design/ujiK2EgUOggi5CFD9X2pAg/UCYX--Copy-.
Run npm i to install the dependencies.
Run npm run dev to start the development server.