Update src/app/page.tsx

This commit is contained in:
2026-05-13 16:27:28 +00:00
parent 10ff32102d
commit 47a0c19675

View File

@@ -40,6 +40,10 @@ export default function LandingPage() {
brandName="El Negro"
button={{ text: "Book Now", href: "#contact" }}
/>
<div className="flex gap-2 fixed top-4 right-4 z-[9999]">
<button className="px-3 py-1 bg-white/10 backdrop-blur rounded text-sm hover:bg-white/20 transition" onClick={() => alert('Spanish mode activated!')}>ES</button>
<button className="px-3 py-1 bg-white/10 backdrop-blur rounded text-sm hover:bg-white/20 transition" onClick={() => alert('English mode activated!')}>EN</button>
</div>
</div>
<div id="hero" data-section="hero">