Content Blocks
ContentBox Component
Full-width content box for legal pages (Imprint, Privacy Policy, etc.) with optional pixel font toggle.
Page Title
Section Heading
This is the ContentBox component used for legal and content pages. The pixel font toggle allows users to switch between the Pixel Operator font and Courier New for better readability.
Toggle state is stored in a cookie for 30 days. Default state is ON (Pixel font enabled).
Usage (Uncontrolled):
<ContentSection title="Imprint" showFontToggle>
<h3>Section Heading</h3>
<p>Content goes here...</p>
</ContentSection>Usage (Controlled - shared state across sections):
<ContentSection
title="About"
showFontToggle
pixelFontEnabled={pixelFontEnabled}
onFontToggle={setPixelFontEnabled}
>
...
</ContentSection>Note: Headlines are NEVER affected by the font toggle.
Headline Styles
Clean and minimal, no decoration
Bottom border creates visual connection
Green background makes it pop
Matrix-style label effect
Textboxes
Pro Tip
This is an informational textbox with helpful content for users.
Success
Your action was completed successfully. Everything worked as expected.
Warning
Please be aware of this important information before proceeding.
Error
This field is required. Please enter a valid username to continue.
Cards
Strategy
Product planning and development services for digital products.
Design
Product planning and development services for digital products.
Build
Product planning and development services for digital products.

