-
Notifications
You must be signed in to change notification settings - Fork 6
Update the landing page and add the total users and testimonials count #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
b4eca61
fed8e8f
dc6e281
293485e
6c29c10
f733d7e
eae8b8b
f3b124e
c5ab599
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,7 +21,7 @@ | |
| "class-variance-authority": "^0.7.1", | ||
| "clsx": "^2.1.1", | ||
| "ethers": "^6.13.5", | ||
| "framer-motion": "^12.4.7", | ||
| "framer-motion": "^12.23.12", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💡 Verification agent 🧩 Analysis chainFramer Motion upgrade: verify peer-compat and duplication with With React 19/Next 15, confirm Run: 🏁 Script executed: #!/bin/bash
# Check imports
rg -nP --glob 'web/src/**' -C2 'from\s+[\'"]framer-motion|from\s+[\'"]motion'
# Quick peer check (local)
node -e 'const p=require("./web/package.json");console.log({react:p.dependencies.react,next:p.dependencies.next,framer:p.dependencies["framer-motion"],motion:p.dependencies.motion})'Length of output: 269 🏁 Script executed: #!/usr/bin/env bash
# Search for imports of framer-motion and motion in the web/src tree
rg -nP --glob 'web/src/**/*.{js,jsx,ts,tsx}' -n -C2 "from\s+['\"](framer-motion|motion)['\"]"
# List local versions of React, Next, framer-motion, and motion (if present)
echo "Local dependencies:"
jq -r '.dependencies | to_entries[] | "\(.key): \(.value)"' web/package.json
# Show peerDependencies for [email protected]
echo "[email protected] peerDependencies:"
npm view [email protected] peerDependencies --jsonLength of output: 1299 Remove unused 🤖 Prompt for AI Agents |
||
| "lucide-react": "^0.475.0", | ||
| "motion": "^12.4.7", | ||
| "next": "15.1.7", | ||
|
|
||
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add alt text for the secondary logo image.
Line 6 renders an
<img>without analtattribute, tripping markdownlint MD045 and breaking screen-reader accessibility. Please add a meaningfulalt(oralt=""if it’s purely decorative).Based on static analysis hints.
📝 Committable suggestion
🧰 Tools
🪛 markdownlint-cli2 (0.18.1)
6-6: Images should have alternate text (alt text)
(MD045, no-alt-text)
🤖 Prompt for AI Agents