Skip to content

isopruefi-frontend v1.0.0


isopruefi-frontend / pages/Welcome / default

Function: default()

default(): Element

Defined in: pages/Welcome.tsx:27

Welcome page component that serves as the application's landing screen.

Features:
- Split-screen layout with logo and navigation
- Branded design with IsoPrüfi styling
- Navigation links to authentication pages
- Responsive design with centered content
- Consistent color scheme and typography

Returns

Element

JSX element containing the welcome page layout

Example

// Used in routing configuration
<Route path="/" element={<Welcome />} />