forked from cardosofelipe/fast-next-template
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user