08: Migrate & redesign Blog, Ads, and Dashboard pages

- Blog listing page with hero, responsive grid, tag filters, load more
- Blog post page with markdown rendering, related posts, social share
- Ads landing page with conversion copy, pricing, FAQ, testimonials
- Dashboard shell with sidebar, topbar, stat cards, activity feed
- Dashboard components: Sidebar, TopBar, StatCard, ActivityFeed, QuickActions
- Comprehensive test suite covering all pages and components
This commit is contained in:
2026-05-25 15:26:01 -04:00
parent 25da0cd687
commit 9dc55517b1
11 changed files with 1665 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
export { default as Sidebar } from "./Sidebar";
export { default as TopBar } from "./TopBar";
export { default as StatCard } from "./StatCard";
export { default as ActivityFeed } from "./ActivityFeed";
export { default as QuickActions } from "./QuickActions";