feat: add marketing app with Oatmeal olive_mona theme#106
Open
Rishavraaj wants to merge 9 commits into
Open
Conversation
Standalone Next.js 16 marketing site at apps/marketing (port 3001). Uses Tailwind Plus Oatmeal kit with olive_mona color palette, Mona Sans display font, and Inter body font. Pages: landing (hero, features, stats, testimonials, FAQs, pricing, CTA), /pricing with monthly/yearly toggle and feature comparison table, /blog listing, and /blog/[slug] with 6 static Zuko-branded articles. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Oz <oz-agent@warp.dev>
22a3a77 to
f5cc0ed
Compare
Removed unused icon components, element helpers, and section variants. Migrated shared button component to ui-kit and updated all pages and remaining sections to use the consolidated set of components. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Fix invalid aria role ("image" → "img") on all icon SVGs, suppress
no-unknown-property for Invoker Commands API attributes (command/commandfor),
and disable the nextjs/no-page-custom-font rule which is a false positive
in App Router layouts.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…package transpilation Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This reverts commit 4fd1994.
a796ae9 to
06c1adc
Compare
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.
Summary
apps/marketing(runs on port3002), registered as a Bun workspace alongside the existing apps
color palette, Mona Sans display font, and Inter body font — powered by Tailwind CSS
v4
100+ icons) into
apps/marketing/src/components/and adapts copy/branding for ZukoPages
/|
|
/pricing| Monthly/yearly toggle, three-tier plans, feature comparison table,FAQs, CTA |
|
/blog| Blog listing with 6 placeholder articles ||
/blog/[slug]| Static article pages (SSG viagenerateStaticParams) |Architecture
devtarget has nodependsOnbuild,dev,starttargets configured inpackage.json;follows the same
composePlugins(withNx)pattern asapps/webTest plan
bun nx run @zuko/marketing:dev— app starts athttp://localhost:3001/,/pricing,/blog,/blog/introducing-zuko-ai-meeting-intelligence— pages render with olive theme andcorrect Zuko branding
bun nx run @zuko/marketing:build— production build completes with noTypeScript errors
olive-950, text inverts correctly