Date: 2026-04-27
Branch context: homepage-refresh
Status: Design approved, ready for implementation plan
Sister spec: 2026-04-27-securecompass-product-page-design.md (template source)
Create a KickOff marketing/positioning page on the base2Services website at /products/kickoff/. The page exists to position KickOff (the AI Readiness Assessment tool at ai.base2services.com) as a base2-owned product, building credibility for base2 as a hybrid services-and-products firm.
Primary job: brand and IP positioning. Plant the flag that base2 has product IP for the AI services market specifically. The managed-services / AI buyer is the target audience.
Not the primary job: SaaS lead generation. The signup funnel for KickOff stays on ai.base2services.com; this page links out for trials.
On CTAs: the page is brand-led but provides a concrete trial CTA at the close (section 7) so the buyer who is ready to try the assessment has somewhere to go. The IP framing sits across sections 1-6, the trial exit lands in section 7. Implementers should not promote talk-to-base2 to primary across the page thinking it serves the brand-first intent; the trial CTA is correct as specified.
Primary: managed-services and AI buyers on the base2Services site (SaaS / ISVs / mid-market plus regulated industries). They land here from cross-links on /artificialintelligence/* pages, the footer, or direct URL.
Secondary: people who want to evaluate the assessment tool itself. Served by the trial CTA but the page isn't optimised around them.
/products/kickoff/layout: base, type: service), no special chrome. Banner image driven by frontmatter.Seven sections. Mirrors the SecureCompass template with KickOff-specific content swaps and one structural delta: section 5 is an Industries strip (single row) rather than a two-row Trust strip, since KickOff has no customer logos and the industry-specific benchmarks are the real social proof.
H1: Find out if your business is ready for AI.
Sub-line: Score your governance across the 6 Essential Practices from the Australian Government's Guidance for AI Adoption. Quick Check in 5 minutes, or Full Preparation in 15.
Visual: lift og-image.svg from ~/development/future-process-guide/public/ as the hero banner. If the rendered visual is not hero-quality (e.g., text-heavy OG image, not a hero shot), fall back to a simple branded panel rendering the KickOff wordmark on a dark teal background as the layout banner. Implementer can decide after eyeballing the asset.
CTAs:
- Primary: Run a free assessment → https://ai.base2services.com/
- Secondary: How base2 uses it → anchor #built-by-base2
Centred contrast panel. Stat is the only content; no competing elements.
Source: derived from the FAQ on ~/development/future-process-guide/src/pages/Index.tsx line 253: "A consultant charges $10-50K and takes 4-8 weeks. This gives you 80% of the answer in 5 minutes, for free."
Two capability blocks with mini-mockups, alternating image position. Mockups built inline in HAML/SCSS (no external images).
Block 1 — Readiness scored across 6 Essential Practices (copy left, mockup right)
Accountability 86, Stakeholder impact 64, Risk management 78, Transparency 55, Testing 81, Human control 70 (mix of green/amber/red colour codes)Block 2 — Industry benchmarks + action plan (mockup left, copy right)
HighMediumMediumLowBrand-gravity moment. Visual treatment: dark base2 teal background with white text, mirroring the SC page. Anchor id built-by-base2.
H2: Built by base2Services.
Lead paragraph: KickOff was built so we could give every customer a clear, defensible answer to one question: are you ready for AI yet? We made it free so the answer doesn't depend on hiring us.
Body paragraph: base2Services is an AWS Advanced Consulting Partner specialising in AI implementation, platform engineering, and DevOps on AWS. KickOff is part of how we scope every AI engagement, not a side project. The same framework that scores you here is the one we use to plan delivery.
Visual: KickOff wordmark + base2Services logo + AWS Advanced Consulting Partner badge alongside.
Inline CTA: See how base2 builds AI → → /artificialintelligence/aifactory/
Replaces the SC page's Trust strip. KickOff has no customer logos; industry-specific benchmarks are the real social-proof signal.
Light grey panel between section 4 and the cross-sell. Single horizontal row.
Treatment: styled text labels for v1, dot-separated or in a row of small panels. Match the existing service-modern aesthetic. Adding industry icons is a follow-up improvement, not part of v1 scope — keeps the page shippable without sourcing or licensing icon imagery.
H2: More than a score. (parallel to SC, builds the brand pattern across product pages)
Sub-line: KickOff tells you where you stand. base2's AI services build what comes next.
Two text-led cards in a 2-col grid. No background images.
Card 1 — AI Factory (left)
- Body: Productised AI platform in your AWS environment. 60+ guardrails, MLOps, and the governance baked in.
- Link: Learn more → → /artificialintelligence/aifactory/
Card 2 — Generative AI (right)
- Body: Production-grade AI engagements on AWS. From scoped pilot to managed deployment.
- Link: Learn more → → /artificialintelligence/generativeai/
Treatment matches the SC page's closing CTA section (centred block, dark teal or aqua-tinted background). Reuse the same SCSS pattern.
H2: Take the assessment now.
Sub: Quick Check in 5 minutes, or Full Preparation in 15. Free, no account needed.
Primary CTA: Run a free assessment → https://ai.base2services.com/
Secondary inline links (smaller, beneath primary, dot-separated):
- Talk to base2 → /contact/
- See base2's AI services → /artificialintelligence/aifactory/
- Why we built it → #built-by-base2
Page matches the existing service-modern design system and parallels the SecureCompass page. The same .product-securecompass-style page wrapper class (.product-kickoff for this page), the same SCSS organisation, the same section treatments and animations.
ASCII-only SCSS. No em-dashes in any HAML copy.
products/
kickoff/
index.html.haml # The page itself
images/
products/
kickoff/
hero.svg # Lifted from future-process-guide/public/og-image.svg (or fallback)
kickoff-logo.svg # If exportable from KickOffLogo.tsx; else use wordmark fallback
scss/
site/
_kickoff.scss # New file, scoped to .product-kickoff
Page is intentionally inline (one big index.html.haml file), matching the SC pattern. The _kickoff.scss file mirrors the SC SCSS structure section by section so the two pages stay symmetric and maintenance is easy.
Since both pages share most of the same section patterns (hero CTAs, stat panel, capability blocks with mockups, dark Built-by section, cross-sell cards, closing CTA), some SCSS could be shared. Two options:
Option 1 — Each page has its own SCSS file (proposed default). _securecompass.scss and _kickoff.scss each carry a full set of section styles, scoped to their respective page-wrapper classes. Some duplication, but each page is self-contained and easy to evolve independently.
Option 2 — Extract a shared _product-page.scss with section patterns shared across all /products/* pages, plus thin per-page files for branding overrides. Less duplication but adds a layer of indirection and couples the two pages.
Decision: Option 1. Two pages do not justify a shared abstraction (rule of three). Revisit when a third product page lands.
~/development/future-process-guide/public/og-image.svg to images/products/kickoff/hero.svg. If the visual is not hero-quality, fall back to a branded panel rendered with the KickOff wordmark — implementer's call after eyeballing.~/development/future-process-guide/src/components/KickOffLogo.tsx as a React component, not a static SVG. For the base2 site, either (a) export the rendered logo to SVG manually and save as images/products/kickoff/kickoff-logo.svg, or (b) reproduce the wordmark inline in HAML using styled spans. Prefer (a) for visual fidelity. If (a) is blocked, use (b) and surface as a follow-up.images/products/securecompass/base2services-white.svg (already on the base2 site from the SC implementation).images/aws/awspartner.svg (already on the base2 site, used by the SC page).No new customer logos or compliance badges to copy. The Industries strip uses text labels (or icons if available).
/products//products/ index page (still deferred from SC spec)ai.base2services.com itself/products/ footer routing)og-image.svg directly or build a branded fallback hero_product-page.scss (rejected as default per Option 1, but plan can revisit)/artificialintelligence/, /artificialintelligence/aifactory/, /artificialintelligence/generativeai/). Surface to user as a post-merge nudge._partials/footer-home.html.haml and _partials/footer.html.haml (parallel to the existing SecureCompass footer entry — same Task 18 decision applies).