- Hero met twee-kolommen layout en afbeelding placeholder - Workshop details prominent met datum, tijd, locatie - React Router met Privacy en Voorwaarden pagina's - Alle secties: PainPoints, Benefits, Program, ForWho, Trainer, Pricing, FAQ, Testimonials - Footer met contact en juridische links - Tailwind CSS styling met custom warm/coral/teal kleuren Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
7 lines
161 B
JavaScript
7 lines
161 B
JavaScript
import { defineConfig } from 'vite'
|
|
import react from '@vitejs/plugin-react'
|
|
|
|
// https://vite.dev/config/
|
|
export default defineConfig({
|
|
plugins: [react()],
|
|
})
|