mirror of
https://github.com/Ichitux/lambada-fiesta-live.git
synced 2026-05-16 03:22:19 +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:
@@ -149,7 +149,12 @@ const BookingSection = () => {
|
||||
|
||||
if (status === "success") {
|
||||
return (
|
||||
<section id="booking" ref={sectionRef} className="section-padding bg-background scroll-mt-24">
|
||||
<section
|
||||
id="booking"
|
||||
ref={sectionRef}
|
||||
className="section-padding bg-background scroll-mt-24 relative z-10 -mt-[40px] pt-[120px]"
|
||||
style={{ borderRadius: "0 100% 0 0 / 0 120px 0 0" }}
|
||||
>
|
||||
<motion.div
|
||||
initial={{ opacity: 0, scale: 0.9 }}
|
||||
animate={{ opacity: 1, scale: 1 }}
|
||||
@@ -168,7 +173,12 @@ const BookingSection = () => {
|
||||
}
|
||||
|
||||
return (
|
||||
<section id="booking" ref={sectionRef} className="section-padding bg-background scroll-mt-24">
|
||||
<section
|
||||
id="booking"
|
||||
ref={sectionRef}
|
||||
className="section-padding bg-background scroll-mt-24 relative z-10 -mt-[40px] pt-[120px]"
|
||||
style={{ borderRadius: "0 100% 0 0 / 0 120px 0 0" }}
|
||||
>
|
||||
<div className="container mx-auto max-w-2xl">
|
||||
<motion.div
|
||||
initial={{ opacity: 0, y: 20 }}
|
||||
|
||||
Reference in New Issue
Block a user