Skip to content

feat: update feature cards with skewed gradient look matching AXON theme#15

Merged
sushantshah-dev merged 1 commit intomainfrom
frontend
Mar 18, 2026
Merged

feat: update feature cards with skewed gradient look matching AXON theme#15
sushantshah-dev merged 1 commit intomainfrom
frontend

Conversation

@atharhive
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings March 18, 2026 16:32
@atharhive
Copy link
Copy Markdown
Member Author

@copilot review

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 18, 2026

@atharhive I've opened a new pull request, #16, to work on those changes. Once the pull request is ready, I'll request review from you.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the landing page “feature cards” to a new skewed gradient card style to better match the AXON theme, introducing a reusable SkewCard UI component and swapping the existing feature card markup to use it.

Changes:

  • Added a new SkewCard component with skewed gradient panels and hover/blur effects.
  • Replaced the three hard-coded feature cards on the landing page with SkewCard instances.
  • Adjusted the feature grid spacing to accommodate the new card design.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
frontend/components/ui/gradient-card-showcase.tsx Introduces the new SkewCard component (gradient skew panels, hover effects, and blob animation CSS).
frontend/app/page.tsx Updates the landing page feature section to render three SkewCards instead of inline card markup.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

@@ -0,0 +1,66 @@
import React from 'react';
Comment on lines +56 to +63
<style dangerouslySetInnerHTML={{ __html: `
@keyframes blob {
0%, 100% { transform: translateY(10px); }
50% { transform: translate(-10px); }
}
.animate-blob { animation: blob 4s ease-in-out infinite; }
.animation-delay-1000 { animation-delay: -2s; }
`}} />
Comment on lines +61 to +63
.animate-blob { animation: blob 4s ease-in-out infinite; }
.animation-delay-1000 { animation-delay: -2s; }
`}} />
@sushantshah-dev
Copy link
Copy Markdown
Contributor

@copilot open a new pull request to apply changes based on the comments in this thread

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 18, 2026

@sushantshah-dev I've opened a new pull request, #17, to work on those changes. Once the pull request is ready, I'll request review from you.

@sushantshah-dev sushantshah-dev merged commit a1a62e7 into main Mar 18, 2026
6 of 7 checks passed
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.

4 participants