website refactor

This commit is contained in:
2026-01-19 12:35:16 +01:00
parent a8731e6937
commit 15290400b3
122 changed files with 902 additions and 255 deletions

View File

@@ -259,7 +259,7 @@ export default function SponsorSignupPage() {
</SponsorHero>
{/* Platform Stats */}
<Box maxWidth="6xl" mx="auto" px={4} mt={-8} position="relative" zIndex={10}>
<Box maxWidth="6xl" mx="auto" px={4} style={{ marginTop: '-2rem' }} position="relative" zIndex={10}>
<Box display="grid" gridCols={{ base: 2, md: 4 }} gap={4}>
{PLATFORM_STATS.map((stat, index) => (
<motion.div