This repository hosts the official website and digital portfolio for YQ Web Studio, a digital agency specializing in bespoke full-stack web applications, e-commerce migrations, and user-centered system designs.
Live Website: www.yqwebstudio.com
- Modern UI/UX: Clean aesthetic designed with modern typography, smooth animations, and high responsiveness.
- Project Showcases: Case study templates displaying full-stack, mobile, and design projects with live links and repository integrations.
- Client Contact Form: Fully integrated contact system for service requests and client inquiries.
- Performance Optimized: Built using Next.js for static generation (SSG) with optimized media loading to achieve excellent Core Web Vitals.
| Component | Technology |
|---|---|
| Framework | Next.js (App Router) |
| Styling | TailwindCSS |
| Animations | Framer Motion |
| Deployment | Vercel |
npm installCreate a .env.local file for environment configurations (e.g. contact form integrations or analytics):
# Site Configuration
NEXT_PUBLIC_SITE_URL=http://www.yqwebstudio.comnpm run devnpm run build
npm run startThis project is licensed under the MIT License.