Skip to content

New homepage#129

Merged
carhartlewis merged 3 commits into
mainfrom
lewis/website
Mar 13, 2025
Merged

New homepage#129
carhartlewis merged 3 commits into
mainfrom
lewis/website

Conversation

@carhartlewis
Copy link
Copy Markdown
Contributor

@carhartlewis carhartlewis commented Mar 13, 2025

Summary by CodeRabbit

  • New Features

    • Launched an updated homepage featuring a dynamic hero section, multiple content blocks, an interactive compliance roadmap, engaging testimonials, and a refreshed call-to-action.
    • Introduced new navigation elements including a streamlined header and a modern footer for a consistent, polished experience.
  • Refactor

    • Restructured page layouts and removed outdated or redundant components to enhance clarity and performance.
  • Chores

    • Performed dependency and styling updates behind the scenes to support the revamped design and ensure a seamless user experience.

- Integrated the CTA component into the RootLayout, enhancing the main page with a call-to-action.
- Updated the CTA component to include the WaitlistForm, replacing previous buttons for a more streamlined user experience.
- Adjusted styling in the WaitlistForm for improved visual consistency and accessibility.
@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 13, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 13, 2025 3:24am
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
app ⬜️ Skipped (Inspect) Mar 13, 2025 3:24am
comp-portal ⬜️ Skipped (Inspect) Mar 13, 2025 3:24am

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 13, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

This update introduces a series of dependency updates and extensive refactoring of the web interface. The changes update package versions and PostCSS configurations, restructure the homepage by removing legacy layout and page components, and add a suite of new, modular homepage components. Multiple legacy components related to navigation, legal content, pitch, and other features have been removed. Additionally, new global styles and simplified Tailwind configurations have been introduced, along with minor formatting adjustments in the UI package.

Changes

File(s) Change Summary
apps/web/package.json
apps/web/postcss.config.mjs
Updated dependencies: added @tailwindcss/postcss, upgraded versions for postcss and tailwindcss; modified PostCSS config by removing type annotations and switching the plugin entry to @tailwindcss/postcss.
apps/web/src/app/(home)/layout.tsx
apps/web/src/app/(home)/page.tsx
apps/web/src/app/(home)/privacy/page.tsx
apps/web/src/app/(home)/success/page.tsx
apps/web/src/app/(home)/terms/page.tsx
Restructured homepage layout: removed the old RootLayout, PrivacyPage, TermsPage, and parts of SuccessPage; replaced detailed sections with new modular components in the Home page.
apps/web/src/app/components/(homepage)/home-hero.tsx
apps/web/src/app/components/(homepage)/section-2.tsx
apps/web/src/app/components/(homepage)/section-3.tsx
apps/web/src/app/components/(homepage)/section-4.tsx
apps/web/src/app/components/(homepage)/section-5.tsx
apps/web/src/app/components/(homepage)/section-6.tsx
apps/web/src/app/components/(homepage)/section-7.tsx
apps/web/src/app/components/(homepage)/testimonial-section.tsx
apps/web/src/app/components/cta-section.tsx
apps/web/src/app/components/(homepage)/waitlist-form.tsx
apps/web/src/app/components/border-text.tsx
Introduced new homepage components for the hero section, multiple content sections, testimonials, a new call-to-action, updated waitlist form, and a border text component.
Multiple legacy component files:
apps/web/src/app/components/compliance-section.tsx
apps/web/src/app/components/cta.tsx
apps/web/src/app/components/how-it-works.tsx
apps/web/src/app/components/legal/privacy-content.tsx
apps/web/src/app/components/legal/terms-content.tsx
apps/web/src/app/components/logo-header.tsx
apps/web/src/app/components/logo.tsx
apps/web/src/app/components/main-nav.tsx
apps/web/src/app/components/mode-switcher.tsx
apps/web/src/app/components/our-solution.tsx
apps/web/src/app/components/page-header.tsx
apps/web/src/app/components/pitch/*
apps/web/src/app/components/site-footer.tsx
apps/web/src/app/components/site-header.tsx
apps/web/src/app/components/waitlist-form.tsx (legacy)
apps/web/src/app/components/why-us.tsx
Removed legacy components related to navigation, legal content, pitch presentations, team information, and an outdated waitlist form to streamline the codebase.
apps/web/src/app/globals.css
apps/web/tailwind.config.ts
packages/ui/tailwind.config.ts
packages/ui/src/components/input.tsx
Added new global CSS with Tailwind and animation support; overhauled Tailwind configs to simplify settings; adjusted formatting in the UI Input component.

Sequence Diagram(s)

sequenceDiagram
    participant B as Browser
    participant RL as RootLayout
    participant H as Header
    participant C as CTA
    participant M as MainContent
    participant F as Footer

    B->>RL: Request page
    RL->>H: Render Header
    RL->>C: Render CTA section
    RL->>M: Render main content
    RL->>F: Render Footer
Loading
sequenceDiagram
    participant U as User
    participant WF as WaitlistForm
    participant JA as joinWaitlist Action
    participant T as Toast
    participant SP as SuccessPage

    U->>WF: Enter email & submit
    WF->>JA: Invoke joinWaitlist
    alt Success
        JA-->>WF: Return success response
        WF->>T: Display success toast
        WF->>SP: Redirect to Success Page
    else Error
        JA-->>WF: Return error response
        WF->>T: Display error toast
    end
Loading

Possibly related PRs

Poem

I’m a bunny with a happy hop,
Updating code so it won’t stop.
New components bloom like springtime cheer,
Old code hops away, never fear.
Through each refactor I joyfully prance —
Tech carrots galore, let the changes enhance!
🥕🐇

Tip

⚡🧪 Multi-step agentic review comment chat (experimental)
  • We're introducing multi-step agentic chat in review comments. This experimental feature enhances review discussions with the CodeRabbit agentic chat by enabling advanced interactions, including the ability to create pull requests directly from comments.
    - To enable this feature, set early_access to true under in the settings.

📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between a9c14e7 and 20a8574.

⛔ Files ignored due to path filters (19)
  • apps/web/public/bento-1.png is excluded by !**/*.png
  • apps/web/public/bento-2.png is excluded by !**/*.png
  • apps/web/public/bento-3.png is excluded by !**/*.png
  • apps/web/public/bento-4.png is excluded by !**/*.png
  • apps/web/public/bento-5.png is excluded by !**/*.png
  • apps/web/public/comp-step-1.png is excluded by !**/*.png
  • apps/web/public/comp-step-2.png is excluded by !**/*.png
  • apps/web/public/comp-step-3.png is excluded by !**/*.png
  • apps/web/public/comp-step-4.png is excluded by !**/*.png
  • apps/web/public/file.svg is excluded by !**/*.svg
  • apps/web/public/footer-big-logo.png is excluded by !**/*.png
  • apps/web/public/globe.svg is excluded by !**/*.svg
  • apps/web/public/hero-shadow-eclipse.png is excluded by !**/*.png
  • apps/web/public/hero-showcase.png is excluded by !**/*.png
  • apps/web/public/next.svg is excluded by !**/*.svg
  • apps/web/public/vercel.svg is excluded by !**/*.svg
  • apps/web/public/window.svg is excluded by !**/*.svg
  • bun.lock is excluded by !**/*.lock
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (54)
  • apps/web/package.json (2 hunks)
  • apps/web/postcss.config.mjs (1 hunks)
  • apps/web/src/app/(home)/layout.tsx (0 hunks)
  • apps/web/src/app/(home)/page.tsx (1 hunks)
  • apps/web/src/app/(home)/privacy/page.tsx (0 hunks)
  • apps/web/src/app/(home)/success/page.tsx (1 hunks)
  • apps/web/src/app/(home)/terms/page.tsx (0 hunks)
  • apps/web/src/app/components/(homepage)/home-hero.tsx (1 hunks)
  • apps/web/src/app/components/(homepage)/section-2.tsx (1 hunks)
  • apps/web/src/app/components/(homepage)/section-3.tsx (1 hunks)
  • apps/web/src/app/components/(homepage)/section-4.tsx (1 hunks)
  • apps/web/src/app/components/(homepage)/section-5.tsx (1 hunks)
  • apps/web/src/app/components/(homepage)/section-6.tsx (1 hunks)
  • apps/web/src/app/components/(homepage)/section-7.tsx (1 hunks)
  • apps/web/src/app/components/(homepage)/testimonial-section.tsx (1 hunks)
  • apps/web/src/app/components/(homepage)/waitlist-form.tsx (1 hunks)
  • apps/web/src/app/components/border-text.tsx (1 hunks)
  • apps/web/src/app/components/compliance-section.tsx (0 hunks)
  • apps/web/src/app/components/cta-section.tsx (1 hunks)
  • apps/web/src/app/components/cta.tsx (0 hunks)
  • apps/web/src/app/components/flickering-grid.tsx (1 hunks)
  • apps/web/src/app/components/footer.tsx (1 hunks)
  • apps/web/src/app/components/header.tsx (1 hunks)
  • apps/web/src/app/components/how-it-works.tsx (0 hunks)
  • apps/web/src/app/components/legal/privacy-content.tsx (0 hunks)
  • apps/web/src/app/components/legal/terms-content.tsx (0 hunks)
  • apps/web/src/app/components/logo-header.tsx (0 hunks)
  • apps/web/src/app/components/logo.tsx (0 hunks)
  • apps/web/src/app/components/main-nav.tsx (0 hunks)
  • apps/web/src/app/components/mode-switcher.tsx (0 hunks)
  • apps/web/src/app/components/our-solution.tsx (0 hunks)
  • apps/web/src/app/components/page-header.tsx (0 hunks)
  • apps/web/src/app/components/pitch/feature-card.tsx (0 hunks)
  • apps/web/src/app/components/pitch/pitch-carousel.tsx (0 hunks)
  • apps/web/src/app/components/pitch/pitch-market.tsx (0 hunks)
  • apps/web/src/app/components/pitch/pitch-mission.tsx (0 hunks)
  • apps/web/src/app/components/pitch/pitch-navigation.tsx (0 hunks)
  • apps/web/src/app/components/pitch/pitch-problem.tsx (0 hunks)
  • apps/web/src/app/components/pitch/pitch-solution.tsx (0 hunks)
  • apps/web/src/app/components/pitch/pitch-start.tsx (0 hunks)
  • apps/web/src/app/components/pitch/pitch-team.tsx (0 hunks)
  • apps/web/src/app/components/pitch/pitch-traction.tsx (0 hunks)
  • apps/web/src/app/components/pitch/stat-item.tsx (0 hunks)
  • apps/web/src/app/components/roadmap.tsx (1 hunks)
  • apps/web/src/app/components/site-footer.tsx (0 hunks)
  • apps/web/src/app/components/site-header.tsx (0 hunks)
  • apps/web/src/app/components/tab-one.tsx (1 hunks)
  • apps/web/src/app/components/waitlist-form.tsx (0 hunks)
  • apps/web/src/app/components/why-us.tsx (0 hunks)
  • apps/web/src/app/globals.css (1 hunks)
  • apps/web/src/app/layout.tsx (2 hunks)
  • apps/web/tailwind.config.ts (1 hunks)
  • packages/ui/src/components/input.tsx (1 hunks)
  • packages/ui/tailwind.config.ts (1 hunks)
✨ Finishing Touches
  • 📝 Generate Docstrings

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
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

- Deleted PrivacyPage and TermsPage components along with their associated metadata and content imports.
- This cleanup helps streamline the codebase by removing unused files.
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