💄 Migrate six AI consulting pages to the v3 block set - #4958
Open
joshbermanssw wants to merge 8 commits into
Open
💄 Migrate six AI consulting pages to the v3 block set#4958joshbermanssw wants to merge 8 commits into
joshbermanssw wants to merge 8 commits into
Conversation
Rebuilds the AI consulting page on the v3 blocks already proven on /consulting/react, and adds an animated neural-network hero media composition so the AI page gets its own RHS instead of a static image. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
The glow layers were sized to the block exactly, so the wash stopped at a hard line wherever a block sat next to another. When bleed is on they now grow 10rem past the top and bottom, using gradient variants anchored to the block's real corner so the taller box doesn't drag the glow out of place. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Restores the breadcrumbs block, drops the hero chevron, points the YakShaver CTA at yakshaver.ai, swaps the Chat Bots card for Vibe Coding, and relabels two model pills. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Rebuilds AI Discovery Workshop, GPT, Azure, Local LLM Deployment, Chatbots and AI-Powered Phone System on v3, carrying over the existing copy, videos and FAQs. Each page is shaped around its own content rather than a fixed template, so block order and choice differ per page. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Member
Author
|
/deploy |
Contributor
|
Deployed changes to https://app-sswwebsite-9eb3-pr-4958.azurewebsites.net ℹ️ Staging slots are no longer created automatically - comment |
Contributor
Contributor
|
🧹 Your staging deployment was removed during weekly cleanup because this PR has been inactive for over 7 days. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TL;DR
Stacked on #4950. That PR moved
/consulting/artificial-intelligenceto v3 and built the blocks needed to do it; this one applies the same treatment to the six pages around it — AI Discovery Workshop, GPT, Azure, Local LLM Deployment, Chatbots and AI-Powered Phone System. Content only: no component changes, so the diff is six JSON files.Files to review (6, +1205 / -1686):
ai-discovery-workshop.json(start here)gpt.jsonchat-bots.jsonazure.jsonlocal-llm-deployment.jsonai-powered-phone-system.jsonWhy
Every one of these was still on
imageTextBlock+spacer, several with placeholder logos from/images/Louis Test Images/. They sit one click from the AI page, so the inconsistency is visible in a single browsing session.Reviewer notes
v3Statistics(3 days / $12,000 + GST / 8 attendees max); Azure gets twov3VideoHighlights(why SSW, then landing zones); the phone system has nov3Pillsbecause its tech list is four consulting services, which is av3StackCards.v3FeatureStepsproblem framings, where v2 had no equivalent section.chat-bots.jsonhad the wrong canonical — it pointed at/consulting/artificial-intelligence. Fixed to/consulting/chat-bots.ai-powered-phone-system.jsoncanonical points at/consulting/aiphonesystem, a different slug from the file. Left alone in case a redirect depends on it, but it looks wrong./images/ssw-web/hero/. GPT uses the animatedaiConsultingSvgfrom 💄 Migrate /consulting/artificial-intelligence to the v3 block set #4950._templateis registered, every/consulting/*link resolves to a content file, and every image path exists on disk.Follow-up
/consulting/chatbots(v1 MDX) and/consulting/bots(v2) both overlap heavily withchat-bots. Per our call these should become redirects, but that's a separate change and not in this PR.Links