diff --git a/package-lock.json b/package-lock.json index aa7efc0..e66d0b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,6 +17,7 @@ "next": "15.1.0", "react": "^19.0.0", "react-dom": "^19.0.0", + "react-icons": "^5.5.0", "tailwind-merge": "^2.5.5", "tailwindcss-animate": "^1.0.7" }, @@ -4604,6 +4605,15 @@ "react": "^19.0.0" } }, + "node_modules/react-icons": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.5.0.tgz", + "integrity": "sha512-MEFcXdkP3dLo8uumGI5xN3lDFNsRtrjbOEKDLD7yv76v4wpnEq2Lt2qeHaQOr34I/wPN3s3+N08WkQ+CW37Xiw==", + "license": "MIT", + "peerDependencies": { + "react": "*" + } + }, "node_modules/react-is": { "version": "16.13.1", "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", diff --git a/package.json b/package.json index 09a281e..ad14af9 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "next": "15.1.0", "react": "^19.0.0", "react-dom": "^19.0.0", + "react-icons": "^5.5.0", "tailwind-merge": "^2.5.5", "tailwindcss-animate": "^1.0.7" }, diff --git a/src/app/resources/ai/page.tsx b/src/app/resources/ai/page.tsx index 53e7743..d7141c6 100644 --- a/src/app/resources/ai/page.tsx +++ b/src/app/resources/ai/page.tsx @@ -1,14 +1,15 @@ -"use client" +"use client"; import { Spotlight } from "@/components/ui/spotlight"; import { BackgroundLines } from "@/components/ui/background-lines"; import { FloatingNav } from "@/components/ui/floating-navbar"; import { FloatingParticles } from "@/components/ui/floating-particles"; import { motion } from "framer-motion"; +import { LuArrowRight, LuArrowDown } from "react-icons/lu"; export default function Web3Resources() { return (
- We're currently curating the best resources for AI and ML development. - Check back soon for comprehensive guides and tutorials. + We're currently curating the best resources for AI and ML + development. Check back soon for comprehensive guides and + tutorials.
@@ -45,11 +47,42 @@ export default function Web3Resources() { transition={{ duration: 0.5, delay: 0.2 }} className="flex justify-center" > -- Our team is working hard to bring you high-quality AI and ML development resources. - -
++ Our team is working hard to bring you high-quality AI and ML + development resources. +
+- We're currently curating the best resources for App development. - Check back soon for comprehensive guides and tutorials. + We're currently curating the best resources for App + development. Check back soon for comprehensive guides and + tutorials.
@@ -54,11 +63,42 @@ export default function AppResources() { transition={{ duration: 0.5, delay: 0.2 }} className="flex justify-center" > -- Our team is working hard to bring you high-quality App development resources. - -
++ Our team is working hard to bring you high-quality App + development resources. +
+- We're currently curating the best resources for backend development. - Check back soon for comprehensive guides and tutorials. + We're currently curating the best resources for backend + development. Check back soon for comprehensive guides and + tutorials.
@@ -47,12 +47,44 @@ export default function BackendResources() { transition={{ duration: 0.5, delay: 0.2 }} className="flex justify-center" > -- Our team is working hard to bring you high-quality backend development resources. - The content will cover everything from server-side programming to database management - and API development. -
++ Our team is working hard to bring you high-quality backend + development resources. The content will cover everything from + server-side programming to database management and API + development. +
+- Curated learning paths and resources to help you master different aspects of development + Curated learning paths and resources to help you master different + aspects of development
-- {category.description} -
-+ {category.description} +
+- We're currently curating the best resources for Web3 development. - Check back soon for comprehensive guides and tutorials. + We're currently curating the best resources for Web3 + development. Check back soon for comprehensive guides and + tutorials.
@@ -47,11 +47,42 @@ export default function Web3Resources() { transition={{ duration: 0.5, delay: 0.2 }} className="flex justify-center" > -- Our team is working hard to bring you high-quality Web3 development resources. - -
++ Our team is working hard to bring you high-quality Web3 + development resources. +
+