diff options
| -rw-r--r-- | index.html | 2 | ||||
| -rw-r--r-- | package.json | 4 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 4 | ||||
| -rw-r--r-- | src/HomePage.tsx | 1 | ||||
| -rw-r--r-- | src/components/FeatureCard.tsx (renamed from src/components/FutureCard.tsx) | 0 |
5 files changed, 5 insertions, 6 deletions
@@ -8,6 +8,6 @@ </head> <body> <div id="root"></div> - <script type="module" src="/src/main.tsx"></script> + <script type="module" src="/src/App.tsx"></script> </body> </html> diff --git a/package.json b/package.json index 7e20efe..df9ecd8 100644 --- a/package.json +++ b/package.json @@ -12,10 +12,10 @@ "dependencies": { "@nextui-org/react": "2.4.8", "fa@^4.11.0": "link:react-icons/fa@^4.11.0", - "framer-motion": "^10.16.4", + "framer-motion": "^10.18.0", "react": "^18.3.1", "react-dom": "^18.3.1", - "recharts": "^2.9.3", + "recharts": "^2.15.0", "si@^4.11.0": "link:react-icons/si@^4.11.0", "three": "^0.158.0" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0aad6ac..f2b76aa 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,7 +15,7 @@ importers: specifier: link:react-icons/fa@^4.11.0 version: link:react-icons/fa@^4.11.0 framer-motion: - specifier: ^10.16.4 + specifier: ^10.18.0 version: 10.18.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: specifier: ^18.3.1 @@ -24,7 +24,7 @@ importers: specifier: ^18.3.1 version: 18.3.1(react@18.3.1) recharts: - specifier: ^2.9.3 + specifier: ^2.15.0 version: 2.15.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) si@^4.11.0: specifier: link:react-icons/si@^4.11.0 diff --git a/src/HomePage.tsx b/src/HomePage.tsx index dcbb88c..3a40a16 100644 --- a/src/HomePage.tsx +++ b/src/HomePage.tsx @@ -11,7 +11,6 @@ const HomePage: React.FC = () => { return ( <div className="min-h-screen bg-gradient-to-b from-gray-900 to-black text-white relative overflow-hidden"> <ThreeBackground /> - {/* Hero Section */} <section className="relative z-10 pt-20 pb-32"> <motion.div diff --git a/src/components/FutureCard.tsx b/src/components/FeatureCard.tsx index 5f8a95d..5f8a95d 100644 --- a/src/components/FutureCard.tsx +++ b/src/components/FeatureCard.tsx |
