Skip to content

whsheng/fleetgoo

Repository files navigation

FleeGoo v0.1

This is the initial version of the FleeGoo overseas website

What's Included

Project Structure

  • Next.js 14 with App Router
  • TypeScript
  • Tailwind CSS
  • ESLint and Prettier configuration
  • Shadcn UI component setup
  • next-intl for internationalization (prepared)

Implemented Features

  1. Basic site structure with header and footer
  2. Home page with hero section and product highlights
  3. Products listing page with mock data
  4. Dynamic product detail pages
  5. Contact page with form validation
  6. API routes for mock data
  7. Responsive design
  8. Solutions pages
  9. Platforms and services pages
  10. About us pages
  11. Blog page
  12. Legal pages (Privacy Policy, Terms of Service)

Components

  • 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

Data

  • Mock data for products, solutions, and blog posts
  • JSON data files in src/data/
  • Data utility functions in src/lib/data.ts

Getting Started

  1. Install dependencies:

    npm install
  2. Run the development server:

    npm run dev
  3. Open http://localhost:3000 in your browser

About

公司海外独立站

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published