# Chery South Africa > Official website for Chery South Africa, serving as a comprehensive digital platform for the automotive brand. Features vehicle showcases, dealership locators, news/blog functionality, finance applications, and customer engagement tools for the South African market. The website is built with a modern architecture supporting multiple vehicle models, dealership management, content management, and various customer engagement systems. It includes finance applications with banking integration, service booking systems, and mobile app integration. ## Core Application Structure - [Main App Routes](src/app/(app)/): Primary application pages including vehicle models, dealerships, news, and customer areas - [Data Collection Routes](src/app/(data)/): Form handling for leads, applications, bookings, and inquiries - [Components Library](src/components/): Reusable UI components including header, footer, and form elements - [Database Schema](src/db/schema.ts): PostgreSQL schema definitions for leads, applications, dealers, and content - [CMS Configuration](sanity/): Sanity CMS setup for content management ## Vehicle Models - [Tiggo 4 Panel Van](src/app/(app)/models/tiggo-4-panel-van/): Commercial panel van variant - [Tiggo 4 Pro](src/app/(app)/models/tiggo-4-pro/): Compact SUV model with specifications and galleries - [Tiggo 7](src/app/(app)/models/tiggo-7/): Base Tiggo 7 model - [Tiggo 7 PHEV](src/app/(app)/models/tiggo-7-phev/): Plug-in hybrid electric variant - [Tiggo 7 Pro](src/app/(app)/models/tiggo-7-pro/): Mid-size SUV with advanced features - [Tiggo 7 Pro Max](src/app/(app)/models/tiggo-7-pro-max/): Premium variant with enhanced features - [Tiggo 8 PHEV](src/app/(app)/models/tiggo-8-phev/): Large SUV plug-in hybrid variant - [Tiggo 8 Pro](src/app/(app)/models/tiggo-8-pro/): Large SUV with premium options - [Tiggo 8 Pro Max](src/app/(app)/models/tiggo-8-pro-max/): Top-tier large SUV variant - [Tiggo 8 Pro Plus](src/app/(app)/models/tiggo-8-pro-plus/): Enhanced premium variant - [Tiggo 9](src/app/(app)/models/tiggo-9/): Flagship SUV model - [Tiggo 9 PHEV](src/app/(app)/models/tiggo-9-phev/): Flagship plug-in hybrid variant - [Tiggo Cross](src/app/(app)/models/tiggo-cross/): Crossover model with hybrid variants - [Tiggo Cross HEV](src/app/(app)/models/tiggo-cross-hev/): Hybrid electric variant ## Customer Services - [Dealership Locator](src/app/(app)/dealers/): Interactive map and contact information for all dealerships - [Finance Applications](src/app/(data)/apply/): WesBank integrated finance application system - [Service Bookings](src/app/(data)/book/): Vehicle service and maintenance booking system - [Customer Care](src/app/(data)/care/): Support and inquiry management system - [Fleet Sales](src/app/(data)/fleet/): Business fleet inquiry and management ## Content & Marketing - [News & Blog](src/app/(app)/news/): Latest news and press releases - [Brand Content](src/app/(app)/brand/): Brand partnerships, events, and competitions - [Special Deals](src/app/(app)/deals/): Promotions and special offers - [Owner Resources](src/app/(app)/owners-area/): Customer portal with accessories, warranty, and app information ## Optional - [CMS Studio](src/app/studio/): Sanity CMS administration interface - [Configuration Files](package.json): Project dependencies and build configuration - [Database Migrations](drizzle/): Database schema evolution history