Revise home page content to align with "PragmaStack" branding

- Updated headers, descriptions, and key messaging across sections for clarity and consistency.
- Replaced outdated stats with branding-focused data, emphasizing open-source, type safety, and documentation quality.
- Refined tone to highlight pragmatic, reliable values over technical metrics.
- Adjusted GitHub icon SVG for accessibility and inline clarity.
This commit is contained in:
Felipe Cardoso
2025-11-20 13:16:18 +01:00
parent 6ad4cda3f4
commit 210204eb7a
5 changed files with 45 additions and 57 deletions

View File

@@ -16,9 +16,9 @@ const wontFind = [
];
const willFind = [
'Production patterns that actually work',
'Comprehensive test coverage (not aspirational)',
'Clear, honest documentation',
'Pragmatic Speed: Ship features, not config',
'Clarity over Magic: Explicit is better than implicit',
'Robustness: Security and testing baked in',
'Active development and improvements',
];
@@ -33,7 +33,7 @@ export function PhilosophySection() {
viewport={{ once: true, margin: '-100px' }}
transition={{ duration: 0.6 }}
>
<h2 className="text-3xl md:text-4xl font-bold mb-6">Why This Template Exists</h2>
<h2 className="text-3xl md:text-4xl font-bold mb-6">Why PragmaStack?</h2>
<div className="space-y-4 text-lg text-muted-foreground leading-relaxed">
<p>
We built this template after rebuilding the same authentication, authorization, and