Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 47a0c19675 | |||
| 10ff32102d | |||
| d3f6c60ea7 |
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user