feat: add Hero component with Orbitron font to home page
- Add @fontsource/orbitron dependency for custom font styling - Create Hero.astro component featuring logo, title, and description - Update index.astro to render Hero component instead of basic heading - Enhances homepage visual appeal with responsive grid layout and Orbitron font for branding
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@fontsource-variable/roboto": "^5.2.9",
|
||||
"@fontsource/orbitron": "^5.2.8",
|
||||
"@srjuggernaut-dev/srjuggernaut-panda-preset": "^0.0.17",
|
||||
"astro": "^5.17.1"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user