mirror of
https://github.com/Ichitux/lambada-fiesta-live.git
synced 2026-05-15 17:32:21 +02:00
Add more images & logo & footer
This commit is contained in:
@@ -2,6 +2,7 @@ import { useState, useEffect } from "react";
|
||||
import { motion } from "framer-motion";
|
||||
import { Menu, X } from "lucide-react";
|
||||
import { NAV_LINKS } from "@/data/event-data";
|
||||
import Logo from "@/assets/logo.png";
|
||||
|
||||
/**
|
||||
* Navbar sticky con menú responsive.
|
||||
@@ -28,7 +29,7 @@ const Navbar = () => {
|
||||
<div className="container mx-auto flex items-center justify-between px-4 py-3">
|
||||
{/* Logo */}
|
||||
<a href="#" className="font-display text-xl font-bold text-gradient">
|
||||
ZoukLambadaBCN
|
||||
<img src={Logo} alt="ZLB Logo" className="h-8 w-auto" />
|
||||
</a>
|
||||
|
||||
{/* Desktop links */}
|
||||
|
||||
Reference in New Issue
Block a user