import React, { useState, useEffect } from 'react'; import { Speaker, Tent, ArrowRight, Check, Menu, X, Mail, Phone, Facebook, Instagram, Music2, Mic2, Truck, Lightbulb, Monitor, Users, Layers, ShoppingBag, Sparkles, MessageCircle } from 'lucide-react'; // --- STYL GLOBALNY DLA PŁYNNEGO PRZEWIJANIA --- const GlobalStyles = () => ( ); // --- LOGO (Wersja Neon/Stage) --- const Logo = ({ className = "h-12 w-auto" }) => ( JUST'IN SOUND ); // --- JSON-LD (SEO) --- const JsonLd = () => { const schema = { "@context": "https://schema.org", "@type": "AudioVisualEquipmentRentalBusiness", "name": "Just'in Sound", "url": "https://www.adammus.pl", "description": "Profesjonalna technika estradowa, wypożyczalnia sprzętu, ekrany LED, podłoga LED 3D, kratownice i infrastruktura eventowa.", "address": { "@type": "PostalAddress", "streetAddress": "ul. Truskawkowa 20", "addressLocality": "Łódź", "postalCode": "91-356", "addressCountry": "PL" }, "telephone": "+48 601 370 560", "openingHoursSpecification": [ { "@type": "OpeningHoursSpecification", "dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"], "opens": "10:00", "closes": "16:30" }, { "@type": "OpeningHoursSpecification", "dayOfWeek": "Saturday", "opens": "11:00", "closes": "14:00" } ] }; return