mirror of
https://github.com/Ichitux/lambada-fiesta-live.git
synced 2026-05-15 16:52:21 +02:00
Changes & Menus, enabled Gitea Workflow
Some checks failed
Deploy NPM app / Explore-Gitea-Actions (push) Has been cancelled
Some checks failed
Deploy NPM app / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
@@ -27,7 +27,11 @@ const StaffSection = () => {
|
||||
};
|
||||
|
||||
return (
|
||||
<section id="staff" className="section-padding bg-background">
|
||||
<section
|
||||
id="staff"
|
||||
className="section-padding bg-background relative z-10 -mt-[40px] pt-[120px]"
|
||||
style={{ borderRadius: "50% 50% 0 0 / 80px 80px 0 0" }}
|
||||
>
|
||||
<div className="container mx-auto">
|
||||
<motion.div
|
||||
initial={{ opacity: 0, y: 20 }}
|
||||
|
||||
Reference in New Issue
Block a user