Design System
Zentrale Referenz für alle Design Standards, Komponenten und Stilelemente der SprintCX Website.
Typografie
H1 Heading
text-4xl md:text-5xl font-bold font-sansH2 Heading
text-3xl md:text-4xl font-bold font-sansH3 Heading
text-2xl md:text-3xl font-bold font-sansH4 Heading
text-xl md:text-2xl font-bold font-sansBody Large
text-lg font-semibold font-sansBody Text
text-base font-sansSmall Text
text-sm font-sansNunito Example
Lato Example
font-sans (Inter), font-nunito, font-latoFarbpalette
zoho-red#E42527zoho-blue#226DB4zoho-green#009C3Dzoho-yellow#F7A81Bdark-gray#333333mid-gray#666666light-gray#F5F5F5white#FFFFFFFormular-Elemente
Cards / Boxen
Blog Post Card
Beispiel für Blog Card
Content...
Service Card
Service description.
Case Study Placeholder
Icons & Grafiken
Lucide React Icons, SVGs in /public, Images optimized with next/image
Layout Komponenten
container mx-auto max-w-7xl px-4 lg:px-8grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6section py-16max-w-6xl mx-auto px-4 sm:px-6 lg:px-8Spezial-Komponenten
Accordions, Tabs, Testimonials etc. use Shadcn/Radix or custom blocks from components/blocks/
Accordion Example
Custom implementation with Tailwind + Radix.
Testimonial
"Great service!" - Client
Shadows, Border-Radii, Transitions
shadow-smmdlg2xlrounded-nonesmlg3xlTransitions: transition-all duration-300 ease-in-out hover:scale-105