Changes & Menus, enabled Gitea Workflow
Some checks failed
Deploy NPM app / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
Antoni Nuñez Romeu
2026-03-19 17:29:05 +01:00
parent 3c1ae1643b
commit 7b0164dfc6
9 changed files with 108 additions and 34 deletions

View File

@@ -10,7 +10,8 @@ const FooterSection = () => (
whileInView={{ opacity: 1, y: 0 }}
viewport={{ once: false, amount: 0.15 }}
transition={{ duration: 0.6 }}
className="bg-foreground text-primary-foreground"
className="bg-foreground text-primary-foreground relative z-30 -mt-[40px] pt-[80px]"
style={{ clipPath: "polygon(50% 0, 100% 40px, 100% 100%, 0 100%, 0 40px)" }}
>
<div className="container mx-auto px-4 py-12">
<div className="grid md:grid-cols-3 gap-8 mb-8">