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

@@ -4,7 +4,11 @@ import { Button } from "@/components/ui/button";
import { BedDouble, ExternalLink } from "lucide-react";
const HotelSection = () => (
<section id="hotel" className="section-padding bg-card">
<section
id="hotel"
className="section-padding bg-card relative z-20 -mt-[40px] pt-[100px]"
style={{ borderRadius: "50% 50% 0 0 / 60px 60px 0 0" }}
>
<div className="container mx-auto">
<motion.div
initial={{ opacity: 0, y: 20 }}