You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: import HomeNavBoxes directly for improved performance
- Replaced lazy loading of HomeNavBoxes with direct import to enhance loading speed for critical content.
- Removed unnecessary Suspense component, simplifying the rendering logic.
@media screen and (max-width:1680px){main section{min-height:1900px}}
96
-
@media screen and (max-width:1180px){main section{min-height:3200px}}
97
92
@media screen and (max-width:966px){.heroBanner_KU2A{padding:2rem}.hero__title{font-size:48px}.theme-layout-footer{min-height:600px}.footer__links{min-height:450px}.footer__col{min-height:100px}}
98
-
@media screen and (max-width:768px){main section{min-height:4800px}}
99
93
`}</style>
100
94
101
95
{/* Prefetch important pages */}
@@ -109,25 +103,7 @@ export default function Home() {
0 commit comments