Skip to content

Port AI & machine learning page to Next.js website#937

Open
SakshiKekre wants to merge 3 commits intomainfrom
feat/ai-page
Open

Port AI & machine learning page to Next.js website#937
SakshiKekre wants to merge 3 commits intomainfrom
feat/ai-page

Conversation

@SakshiKekre
Copy link
Copy Markdown
Collaborator

Summary

  • Ports the /{countryId}/ai page from the legacy v1 app to the Next.js website/ directory
  • Uses existing v2 patterns: HeroSection, ContentSection, design tokens, Tailwind tw: classes
  • Country-aware spelling (US/UK variants: democratize/democratise, optimized/optimised)
  • All content preserved: hero banner, feature grid, AI journey timeline, how it works, demo video

New files

  • website/src/app/[countryId]/ai/page.tsx — server component with metadata + static params
  • website/src/components/ai/AIContent.tsx — client component with all sections
  • app/public/assets/images/ai/ — hero and architecture images from v1

Test plan

  • Visit /us/ai and /uk/ai — verify all sections render
  • Confirm UK page shows British spellings (democratise, optimised, recognised)
  • Confirm US page shows American spellings
  • Check responsive layout on mobile
  • Verify images load correctly
  • Verify YouTube embed plays

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 10, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
policyengine-app-v2 Ready Ready Preview, Comment Apr 10, 2026 7:00am
policyengine-calculator Ready Ready Preview, Comment Apr 10, 2026 7:00am
policyengine-website Ready Ready Preview, Comment Apr 10, 2026 7:00am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
policyengine-calculator-next Skipped Skipped Apr 10, 2026 7:00am

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant