style: hero, minor tweaks

This commit is contained in:
Maze Winther
2025-06-29 14:36:14 +02:00
parent 5a6872537e
commit 8aa0aeb6e3
3 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -25,12 +25,12 @@ export function Footer() {
return (
<motion.footer
className="bg-background/80 backdrop-blur-sm border mt-16 m-6 rounded-sm"
className="bg-background border-t"
initial={{ opacity: 0 }}
animate={{ opacity: 1 }}
transition={{ delay: 0.8, duration: 0.8 }}
>
<div className="max-w-5xl mx-auto px-4 py-10">
<div className="max-w-5xl mx-auto px-8 py-10">
<div className="grid grid-cols-1 md:grid-cols-2 gap-12 mb-8">
{/* Brand Section */}
<div className="md:col-span-1 max-w-sm">