Skip to content

Commit

Permalink
feat(landing): refactor landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
froggy1014 committed Jan 30, 2025
1 parent 2289dc3 commit 2daf46e
Show file tree
Hide file tree
Showing 15 changed files with 559 additions and 202 deletions.
21 changes: 21 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "src/index.css",
"baseColor": "zinc",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/src/components",
"utils": "@/src/lib/utils",
"ui": "@/src/components/ui",
"lib": "@/src/lib",
"hooks": "@/src/hooks"
},
"iconLibrary": "lucide"
}
3 changes: 2 additions & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ const config: Config = {
],
],
themeConfig: {
image: "https://avatars.githubusercontent.com/u/76844856?v=4",
colorMode: {
defaultMode: "dark",
},
Expand Down Expand Up @@ -120,7 +121,7 @@ const config: Config = {
jobTitle: "Frontend Developer",
worksFor: {
"@type": "Organization",
name: "Your Company",
name: "CloudHospital",
},
}),
},
Expand Down
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,16 @@
"@docusaurus/utils-common": "^3.7.0",
"@giscus/react": "^3.1.0",
"@mdx-js/react": "^3.0.1",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-icons": "^1.3.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.474.0",
"prism-react-renderer": "^2.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0"
"react-dom": "^19.0.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@clack/prompts": "^0.9.1",
Expand Down
178 changes: 178 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

69 changes: 0 additions & 69 deletions src/components/CursorRadialGradient.tsx

This file was deleted.

File renamed without changes.
Loading

0 comments on commit 2daf46e

Please sign in to comment.