Skip to content

Commit 6c48321

Browse files
Updates dependencies and introduces new UI components for enhancing the project's functionality and user experience. (#20)
* Updates dependencies and introduces new UI components for enhancing the project's functionality and user experience. Improves the project by adding new dependencies, including @radix-ui/react-avatar and @radix-ui/react-slot, to enhance the user interface and experience. Introduces new UI components, such as Avatar, Badge, and Button, to provide a consistent and visually appealing design throughout the application. Updates the package-lock.json and package.json files to reflect the changes in dependencies. Adds a new placeholder.svg file for use in the application. Makes significant changes to the globals.css file to redefine color variables and add new design elements. Updates the layout.tsx file to include new font imports and variables. Introduces new components, including CTASection, Footer, Header, HeroSection, LeaderboardSection, and TimelineSection, to improve the overall structure and functionality of the application. * ifx: lint error
1 parent fb410bf commit 6c48321

File tree

16 files changed

+1311
-88
lines changed

16 files changed

+1311
-88
lines changed

package-lock.json

Lines changed: 160 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
},
1212
"dependencies": {
1313
"@prisma/client": "^6.16.2",
14+
"@radix-ui/react-avatar": "^1.1.10",
15+
"@radix-ui/react-slot": "^1.2.3",
1416
"@tailwindcss/postcss": "^4.1.13",
1517
"class-variance-authority": "^0.7.1",
1618
"clsx": "^2.1.1",

public/placeholder.svg

Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)