FRE-4414: Unblock and update ShieldAI status

- Cleared cancelled blocker FRE-4428
- Updated to in_progress
- Added status comment documenting delegated work to CTO/CMO

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-04-28 14:25:30 -04:00
parent 15be4cff4a
commit 55552fd79b
23 changed files with 2006 additions and 67 deletions

View File

@@ -12,6 +12,7 @@ import { Pricing } from './routes/pricing/Pricing';
import { About } from './routes/about/About';
import { Faq } from './routes/faq/Faq';
import { NotFound } from './routes/NotFound';
import { Waitlist } from './routes/waitlist/Waitlist';
import './styles/landing.css';
import './styles/blog.css';
import './styles/features.css';
@@ -32,6 +33,7 @@ const Redirect = () => <Navigate href="/dashboard" />;
export const routes = [
<Route path="/" component={Landing} />,
<Route path="/beta" component={BetaSignup} />,
<Route path="/waitlist" component={Waitlist} />,
<Route path="/features" component={Features} />,
<Route path="/pricing" component={Pricing} />,
<Route path="/about" component={About} />,