diff --git a/components/CardsSection.tsx b/components/CardsSection.tsx index 4cf0907..70e5eed 100644 --- a/components/CardsSection.tsx +++ b/components/CardsSection.tsx @@ -1,63 +1,125 @@ +import Marquee from "@/components/ui/Marquee"; + export default function CardsSection() { return ( -
+

Data for humans.
Not just bots.

-
-
-

- Frictionless -
- Onboarding -

-
- + + {/* Cards Marquee */} +
+ + {/* Card 1: Monetize Data */} +
+

+ Monetize +
+ Your Data +

+
+

+ Marketplace to sell your data securely. +

+
+
+ +
+ + monetization_on + +
+
-
- - swipe - + + {/* Card 2: Fraud Prevention */} +
+

+ Fraud +
+ Prevention +

+
+

+ Random subset verification for buyers to prevent scams. +

+
+
+ +
+ + security + +
+
-
-
-

- For Data -
- Power Users -

-
- + + {/* Card 3: SDK & Agents */} +
+

+ SDK & +
+ Agents +

+
+

+ Full SDK support and MCP integration for x402. +

+
+
+ +
+ + code + +
+
-
- - analytics - + + {/* Card 4: Enoki */} +
+

+ Frictionless +
+ UX +

+
+

+ Auto-sign transactions powered by Enoki. +

+
+
+ +
+ + bolt + +
+
-
-
-

- For -
- Developers -

-
- -
-
- - code - -
-
+
+
+ + {/* Moving Text Line */} +
+ + + Monetize Data • Prevent Fraud • Developer SDK • MCP Agents • Powered by Enoki • + + + Monetize Data • Prevent Fraud • Developer SDK • MCP Agents • Powered by Enoki • + +
); diff --git a/package.json b/package.json index 099dad7..effe33a 100644 --- a/package.json +++ b/package.json @@ -32,14 +32,14 @@ "tw-animate-css": "^1.4.0" }, "devDependencies": { - "@tailwindcss/postcss": "^4", - "@types/node": "^20", - "@types/react": "^19", - "@types/react-dom": "^19", - "eslint": "^9", + "@tailwindcss/postcss": "^4.1.18", + "@types/node": "^20.19.30", + "@types/react": "^19.2.8", + "@types/react-dom": "^19.2.3", + "eslint": "^9.39.2", "eslint-config-next": "16.1.3", - "tailwindcss": "^4", - "typescript": "^5" + "tailwindcss": "^4.1.18", + "typescript": "^5.9.3" }, "ignoreScripts": [ "sharp",