Add ContactForm component and utility functions; update Navbar styles

This commit is contained in:
ASOwnerYT
2025-04-04 02:11:26 +00:00
parent 900a43fb0e
commit c5968f2876
12 changed files with 874 additions and 88 deletions
+7 -1
View File
@@ -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",