Date: 2026-04-10 Branch: master (after performance optimization work) Status: Draft for review
base2Services has completed a major strategic repositioning (March 2026). The company is moving from generalist "DevOps as a Service" messaging to a specialist position: Platform Engineering for the AI Era, targeting regulated financial services companies building on AWS.
The current homepage (index.html.haml + _partials/front_page/*) still reflects the old positioning. The lead-gen-refresh git branch contains 22 commits of earlier hero redesign work but its messaging is now outdated compared to the latest strategy docs (in ~/development/claude/base2services/strategy-output/).
This design defines an interim homepage refresh that:
securecompass.io) assessment product as the primary conversion entry pointmaster (preserving the performance optimizations already shipped)2026-04-08-site-performance-optimization/contact/ for the interimEight sections, top to bottom:
Dark background. Contains the kicker, headline, subheadline, delivery-channel chips, CTAs, and an inline dual-interface visual (leadership dashboard + engineer view) within the same hero container.
Desktop layout (≥801px): Single-column centred layout. Copy (kicker, headline, subheadline) sits at the top, dual-interface visual sits immediately below, CTAs sit below the dual interface. Maximum content width 1200px, centred. Tablet (481–800px): Same single-column order as desktop, reduced padding and font sizes. Mobile (≤480px): Same single-column order — kicker → headline → subheadline → dual interface → CTAs. Dual interface builds conviction before the ask.
The entire page uses this single stacking order across all breakpoints. Side-by-side layouts are inside the dual-interface visual (Leadership view next to Engineer view) and collapse to stacked vertically ≤480px.
Copy (practitioner voice):
- Kicker: AWS Advanced Partner · 15 years on AWS
- H1: The infrastructure layer for AI-era software teams.
- Subheadline: Findings in your pull requests. Compliance in your dashboard. An engineer who knows your environment. For teams shipping regulated software on AWS.
CTAs:
- Primary: Start Your Assessment → https://securecompass.io?utm_source=base2services&utm_medium=homepage&utm_campaign=hero
- Secondary: Book a Call → /contact/
Dual-interface visual (inline in hero):
Two panels side-by-side (stacked on mobile):
base2-agent · PR #247 with text "IAM: Lambda role has s3:* on arn:aws:s3:::*. Scoped to s3:GetObject." and a "✓ Ready to merge" badge. Second: #infra with text "Cost anomaly: RDS +40% this week. Reserved instance expired."These are illustrative — rendered in HTML/CSS, not real screenshots. They do not need to match the live SecureCompass UI pixel-for-pixel; they communicate the two outputs the service produces.
Thin horizontal strip, light background. Certification and partnership list:
ISO 27001 · CPS 234 · AWS Advanced Partner · DevOps Competency · SaaS Competency
No images required — can be text badges for simplicity in the interim.
White background. Section heading: "Three paths. One specialist team." Subheading: "Mix and match — start where your problem is most urgent. Every path leads to the same outcome: infrastructure your team can ship into, safely."
This copy explicitly reinforces the modular purchase model — services can be combined, not chosen exclusively.
Layout:
/contact/.Start Your Assessment → → SecureCompass URL (same as hero)Explore Cloud Management → → /cloudmanagement/Dark slate background. Section heading: "No tickets. No reports. Just fixes." Subheading: "The Engagement Engineer + Agent Fleet model."
Three equal cards in a row (stacked on mobile ≤480px):
| Card | Icon | Title | Body |
|---|---|---|---|
| 1 | 🤖 | Agents find it | Continuous analysis of IAM, compliance, cost, pipelines, and deployments. |
| 2 | 👤 | Engineers fix it | Your named Engagement Engineer acts before you raise a ticket. |
| 3 | 📊 | You see progress | Benchmark score, PRs merged, trend lines for your board. |
Icons are rendered as inline SVG (simple geometric shapes or abstract line art) rather than emoji, to avoid cross-platform rendering inconsistencies. No external icon font; SVG is inlined in the partial.
Reuses the existing _partials/front_page/scroller_compliance.html.haml. The partial is heavy (97KB of inline SVG logos) but visually valuable and already performs well because it's below the fold. Reframe the heading copy only:
Reuses the existing _partials/front_page/testimonials.html.haml. Reframe the section heading to "What they shipped with us." Individual testimonial copy left unchanged for the interim — can be swapped page-by-page later.
Reuses the existing _partials/front_page/articles.html.haml unchanged. Keep the current articles feed, just updated heading if needed.
The following are removed from the homepage for this refresh:
_partials/front_page/event.html.haml) — can come back when a relevant event needs promoting_partials/front_page/outcomes.html.haml, services_columns.html.haml) — redundant with new Service Paths section_partials/front_page/video.html.haml) — outdated, not strategy-alignedPartials themselves are not deleted. They're left on disk and simply not included from index.html.haml. This keeps rollback cheap and keeps them available for other pages.
_partials/front_page/hero_refresh.html.haml — new hero with inline dual-interface visual_partials/front_page/service_paths.html.haml — Platform Engineering primary card + Assessment + Cloud Management cards_partials/front_page/how_we_deliver.html.haml — three-card Agent + Engineer + Progress section_partials/front_page/proof_bar.html.haml — thin certification stripindex.html.haml — rewire to use the new partials and drop the removed sections (frontmatter title/description updated)_layouts/home.html.haml — update page title and meta description defaults to match the new positioningscss/site/_front-page.scss — add styles for new hero, service paths, how-we-deliver, proof bar. Keep existing styles for compliance scroller, testimonials, articles_partials/front_page/banner-aws-devops.html.haml — kept on disk but no longer included; old banner retained for rollback_partials/front_page/scroller_compliance.html.haml — update only the intro heading copy (lines 1–4)_partials/front_page/testimonials.html.haml — update only the section heading copyNew frontmatter in index.html.haml:
Platform Engineering for the AI Era | base2ServicesInfrastructure intelligence for software teams on AWS. Findings in your pull requests, compliance in your dashboard, an engineer who knows your environment. AWS Advanced Partner. ISO 27001. APRA CPS234.All "Start Your Assessment" buttons link to:
https://securecompass.io?utm_source=base2services&utm_medium=homepage&utm_campaign=<section>
Where <section> is one of: hero, service_paths, cta_footer. This allows conversion tracking in GA4 (via the new GTM container) to identify which homepage section drives the most assessment signups.
$base2-turquoise, dark navy, etc.)#020c18 background with #2dd4bf accents for consistency with the lead-gen-refresh branch's directionaria-label and role="img" on containers, but primary information is conveyed in the headline and subheadline above itThe page must not regress mobile performance from the 2026-04-08 optimization work:
Before merging the branch:
GTM-K53VC92S).role="img" with an aria-label like "Illustration of benchmark dashboard and engineer pull requests".index.html.haml to its previous version restores the old homepage without needing to revert the new partial files./devops/, /cloudmanagement/, /security/, etc.)