Add ContactForm component and utility functions; update Navbar styles
This commit is contained in:
+7
-1
@@ -11,13 +11,19 @@
|
||||
"dependencies": {
|
||||
"@next/env": "15.2.4",
|
||||
"@next/third-parties": "15.2.4",
|
||||
"@radix-ui/react-accordion": "^1.2.3",
|
||||
"@vercel/analytics": "^1.4.1",
|
||||
"@vercel/speed-insights": "^1.1.0",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"lucide-react": "^0.487.0",
|
||||
"motion": "^11.16.0",
|
||||
"next": "15.2.4",
|
||||
"react": "19.1.0",
|
||||
"react-dom": "19.1.0",
|
||||
"sharp": "^0.33.5"
|
||||
"sharp": "^0.33.5",
|
||||
"tailwind-merge": "^3.1.0",
|
||||
"tw-animate-css": "^1.2.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/postcss": "^4.1.1",
|
||||
|
||||
Reference in New Issue
Block a user