Skip to content

feat: add spline landing page and teal theme#67

Open
Nikhi-l wants to merge 1 commit intomainfrom
codex/create-landing-page-with-spline-design
Open

feat: add spline landing page and teal theme#67
Nikhi-l wants to merge 1 commit intomainfrom
codex/create-landing-page-with-spline-design

Conversation

@Nikhi-l
Copy link
Owner

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

Summary

  • introduce landing page with embedded Spline scene and Try Demo button linking to chat
  • shift chat UI to /chat route and update global palette to dark teal scheme
  • add Spline dependency and theme color meta update

Testing

  • pnpm lint (fails: Forbidden non-null assertion in lib/googleTokens.ts; Static Elements should not be interactive in components/webset-table.tsx)
  • pnpm test (fails: This module cannot be imported from a Client Component module in lib/db/queries.ts)

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

@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 Error Error Aug 30, 2025 5:50am

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".

Comment on lines +21 to +22
<Link
href="/chat"

Choose a reason for hiding this comment

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

[P1] Update chat navigation targets to /chat

This commit moves the conversation UI behind /chat (see the new landing link) but the existing “New Chat” and sidebar logo handlers still push '/' in AppSidebar, SidebarHistory, and ChatHeader. After deploying this change those controls will redirect users to the marketing landing page instead of starting a fresh chat, effectively breaking the main entry point to the chat interface. All internal navigation that previously went to '/' needs to be updated to /chat.

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