Skip to content

Remove founder NFT purchase UI#67

Open
kryptt wants to merge 9 commits intomainfrom
remove-founder-purchase-ui
Open

Remove founder NFT purchase UI#67
kryptt wants to merge 9 commits intomainfrom
remove-founder-purchase-ui

Conversation

@kryptt
Copy link

@kryptt kryptt commented Mar 3, 2026

Summary

  • Remove the Counter (quantity selector) and NFTButton (mint/payment gateway) components from the founder sale page
  • Rename FounderSale page to FounderCards
  • Update copy from "Mint Now!" to "Learn More" on the homepage hero card
  • Keep all informational content: NFT slider, details section, and info modal
  • Clean up unused assets (plus/minus icons) and NFT card preload directives

Test plan

  • Verify homepage hero card shows "Learn More" button linking to /founder-sale
  • Verify /founder-sale page displays NFT slider, details, and modal without any purchase/mint UI
  • Verify no build errors

🤖 Generated with Claude Code

Remove the Counter and NFTButton (mint/payment) components from the
founder sale page, rename FounderSale to FounderCards, and update
copy from "Mint Now!" to "Learn More". The NFT slider, details, and
info modal remain intact.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@kryptt kryptt requested a review from a team as a code owner March 3, 2026 23:10
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 3, 2026

Deploying fida-website with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0683e7c
Status: ✅  Deploy successful!
Preview URL: https://45980f18.fida-website.pages.dev
Branch Preview URL: https://remove-founder-purchase-ui.fida-website.pages.dev

View logs

Convert the modal content (5 benefit cards with cover images) into
an inline FounderBenefits component rendered directly on the page.
The header "Learn more" button now scrolls to the benefits section
instead of opening a popup. Delete the modal components.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add scripts/clean-dictionary.sh that greps each word in dictionary.txt
against source files and removes any that are no longer referenced.
Runs automatically before the spell-check in the pre-commit hook.
Also fix the pre-commit hook to only spell-check files under src/ and
public/ matching the spellchecker config patterns.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
kryptt and others added 2 commits March 4, 2026 00:26
Use a media query for the column layout on tablet instead of a
nested ternary in the styled component prop.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Run eslint on staged .ts/.tsx files under src/ to catch lint errors
before they reach CI.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Use greyBackgroundGradient cards with 24px border radius, grid layout
with 40/60 split on desktop, AnimatedText with matching font sizes
(1.875rem→3.75rem titles, 0.875rem→1.125rem descriptions), Inter font,
ReadMore for long descriptions on mobile, and consistent padding/gaps.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Match the Index page margins (48px desktop, 16px mobile) so cards
aren't flush against the browser window.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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