feat: multi-page routing + AI-Powered Meta Ads service

- Hash router (#/services, #/stack, #/agents, #/timeline, #/contact)
- New pages.jsx: ServicesPage, StackPage, AgentsPage, TimelinePage, ContactPage
- AI-Powered Meta Ads service added (Meta MCP, 5x ROAS, 15-min bid optimization)
- Nav links updated to hash routes with active-state highlighting
- index.html loads pages.jsx before app.jsx

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
khondokartowsif171
2026-05-25 15:49:54 +06:00
parent 595942f591
commit 5099482fde
6 changed files with 804 additions and 185 deletions
+2 -2
View File
@@ -341,8 +341,8 @@ const Projects = () => {
const [services, setServices] = React.useState(D.services);
React.useEffect(() => {
const CACHE_KEY = 'aura_services_v1';
const CACHE_TTL = 5 * 60 * 1000;
const CACHE_KEY = 'aura_services_v2';
const CACHE_TTL = 60 * 1000;
const cached = sessionStorage.getItem(CACHE_KEY);
if (cached) {
try {