diff --git a/README.md b/README.md index c255535..b2f76ee 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # PragmaStack +
+ PragmaStack Logo +
+
+ > **The Pragmatic Full-Stack Template. Production-ready, security-first, and opinionated.** - + - + - + diff --git a/frontend/src/app/icon.svg b/frontend/src/app/icon.svg new file mode 100644 index 0000000..e0f6b46 --- /dev/null +++ b/frontend/src/app/icon.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/frontend/src/components/dev/DevLayout.tsx b/frontend/src/components/dev/DevLayout.tsx index 77b136a..9486b24 100644 --- a/frontend/src/components/dev/DevLayout.tsx +++ b/frontend/src/components/dev/DevLayout.tsx @@ -11,7 +11,7 @@ import { Link } from '@/lib/i18n/routing'; import { usePathname } from '@/lib/i18n/routing'; import { - Code2, + Palette, LayoutDashboard, Box, @@ -94,7 +94,7 @@ export function DevLayout({ children }: DevLayoutProps) {
{/* Left: Logo + Badge */}
- + PragmaStack Logo

PragmaStack

Dev diff --git a/frontend/src/components/home/Header.tsx b/frontend/src/components/home/Header.tsx index 062692a..ce8a8d4 100644 --- a/frontend/src/components/home/Header.tsx +++ b/frontend/src/components/home/Header.tsx @@ -30,11 +30,11 @@ export function Header({ onOpenDemoModal }: HeaderProps) {
{/* Logo */} - + + PragmaStack Logo PragmaStack - {' '} - Template + {/* Desktop Navigation */} diff --git a/frontend/src/components/layout/Footer.tsx b/frontend/src/components/layout/Footer.tsx index 02ede41..74d8b03 100644 --- a/frontend/src/components/layout/Footer.tsx +++ b/frontend/src/components/layout/Footer.tsx @@ -14,8 +14,9 @@ export function Footer() {