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:
+2
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user