Skip to content

feat: landing page#3

Merged
SauelAlmonte merged 2 commits into
mainfrom
feat/landing-page
May 9, 2026
Merged

feat: landing page#3
SauelAlmonte merged 2 commits into
mainfrom
feat/landing-page

Conversation

@SauelAlmonte

Copy link
Copy Markdown
Owner

Summary

  • Scaffold full landing page: Nav, Hero, Features, How It Works, Pricing, CTA Banner, Footer
  • Hero includes GSAP entrance timeline and live app mockup with oklch palette preview (Violet/Coral/Teal)
  • Add brand violet token to globals.css, fix circular font reference, fluid typography via clamp()
  • Fix proxy.ts to skip Supabase on public routes — landing page no longer requires env vars to render
  • Delete unused page.module.css

Test plan

  • Visit / and verify all sections render correctly
  • Check responsiveness on mobile, tablet, and desktop
  • Verify GSAP hero animation plays on load
  • Confirm skip-to-content link appears on focus
  • Verify prefers-reduced-motion disables GSAP animations

🤖 Generated with Claude Code

- scaffold Nav, Hero, Features, HowItWorks, Pricing, CtaBanner, Footer
- hero includes GSAP entrance timeline and app mockup with live oklch palette preview
- add brand violet token to globals.css and fix circular font reference
- fluid typography via clamp() across all sections
- fix proxy.ts to skip Supabase on public routes (landing page, static assets)
- delete unused page.module.css

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@vercel

vercel Bot commented May 9, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
shadeworks Ready Ready Preview, Comment May 9, 2026 2:17pm

@coderabbitai

coderabbitai Bot commented May 9, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@SauelAlmonte has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 21 minutes and 8 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: ca6abcf2-1264-4bb1-8546-604520c9a367

📥 Commits

Reviewing files that changed from the base of the PR and between da443e6 and 01b0cf3.

📒 Files selected for processing (13)
  • .gitignore
  • src/app/globals.css
  • src/app/layout.tsx
  • src/app/page.module.css
  • src/app/page.tsx
  • src/components/landing/cta-banner.tsx
  • src/components/landing/features.tsx
  • src/components/landing/footer.tsx
  • src/components/landing/hero.tsx
  • src/components/landing/how-it-works.tsx
  • src/components/landing/nav.tsx
  • src/components/landing/pricing.tsx
  • src/proxy.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/landing-page

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@SauelAlmonte SauelAlmonte merged commit df03881 into main May 9, 2026
4 checks passed
@SauelAlmonte SauelAlmonte deleted the feat/landing-page branch May 9, 2026 14:22
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