Skip to content

feat: add landing page and palette theme#68

Open
Nikhi-l wants to merge 4 commits intomainfrom
codex/create-landing-page-with-spline-design-rh5meg
Open

feat: add landing page and palette theme#68
Nikhi-l wants to merge 4 commits intomainfrom
codex/create-landing-page-with-spline-design-rh5meg

Conversation

@Nikhi-l
Copy link
Owner

@Nikhi-l Nikhi-l commented Aug 30, 2025

Summary

  • add Spline-based landing page with demo button
  • apply Monet-inspired palette across app
  • route chat UI under /chat

Testing

  • pnpm lint
  • pnpm test (fails: This module cannot be imported from a Client Component module)

https://chatgpt.com/codex/tasks/task_e_68b290ead1988324b657c9642d372c9e

@vercel
Copy link

vercel bot commented Aug 30, 2025

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

Project Deployment Preview Comments Updated (UTC)
cerch_ai Ready Ready Preview Comment Aug 30, 2025 8:17am

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codex Review: Here are some suggestions.

Reply with @codex fix comments to fix any unresolved comments.

About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you open a pull request for review, mark a draft as ready, or comment "@codex review". If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex fix this CI failure" or "@codex address that feedback".

app/page.tsx Outdated
Comment on lines 1 to 2
import Link from 'next/link';
import Spline from '@splinetool/react-spline/next';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[P0] Fix unresolved @splinetool import on landing page

The new landing page imports @splinetool/react-spline/next, but the package that was added to package.json only exposes @splinetool/react-spline. Running pnpm exec next build fails with Module not found: Can't resolve '@splinetool/react-spline/next', so the app cannot compile. Import from the actual published entry point (and mark the component as client-side if needed) so that the build succeeds.

Useful? React with 👍 / 👎.

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant