This is the initial version of the FleeGoo overseas website
- Next.js 14 with App Router
- TypeScript
- Tailwind CSS
- ESLint and Prettier configuration
- Shadcn UI component setup
- next-intl for internationalization (prepared)
- Basic site structure with header and footer
- Home page with hero section and product highlights
- Products listing page with mock data
- Dynamic product detail pages
- Contact page with form validation
- API routes for mock data
- Responsive design
- Solutions pages
- Platforms and services pages
- About us pages
- Blog page
- Legal pages (Privacy Policy, Terms of Service)
- Header with navigation, search, and language selector
- Footer with comprehensive site map
- Button component (Shadcn UI) with custom styling
- Product cards
- Solution cards
- Blog cards
- Mock data for products, solutions, and blog posts
- JSON data files in
src/data/ - Data utility functions in
src/lib/data.ts
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open http://localhost:3000 in your browser