diff --git a/index.html b/index.html index b571320..651d7ee 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ BTCPay Day Prague 2026 - + @@ -19,7 +19,12 @@ - + @@ -29,7 +34,8 @@ - + + diff --git a/src/components/About.tsx b/src/components/About.tsx index 5b75f9e..7508cd3 100644 --- a/src/components/About.tsx +++ b/src/components/About.tsx @@ -1,7 +1,6 @@ import { useScrollReveal } from '@/hooks/useScrollReveal' import { cn } from '@/lib/utils' - -const RIGA_VIDEO_ID = 'JWZPN-SAO3U' +import { EVENT } from '@/data/event' export default function About() { const { ref, isVisible } = useScrollReveal() @@ -39,10 +38,11 @@ export default function About() {