diff --git a/src/pages/Home.js b/src/pages/Home.js index b8216b546b752477121a05ed814c0ae6ce765594..01fe9b0112507486c25a587a6eaf0cced1f79ac4 100644 --- a/src/pages/Home.js +++ b/src/pages/Home.js @@ -18,8 +18,7 @@ const Home = () => { <div className="content-block"> <p className="text-md lg:text-lg"> - <strong>Zasedání CF se bude konat v prostorách Interhotelu Zlín ve Zlíně v termínu 15. února 2025 od 9 do 18 hodin.</strong><br /><br /> - Další informace budou postupně zveřejňovány. + <strong>Zasedání CF se bude konat v prostorách Interhotelu Zlín ve Zlíně v termínu 15. února 2025 od 9 do 18 hodin.</strong> </p> </div> @@ -41,7 +40,7 @@ const Home = () => { {days} dní a {hours} hodin </h1> -{/* + <Button className="md:text-xl btn--to-blue-300" bodyClassName="whitespace-no-wrap" @@ -56,7 +55,7 @@ const Home = () => { className="md:text-xl btn--to-blue-300 ml-4" bodyClassName="whitespace-no-wrap" color="blue-300" - href="https://a.pirati.cz/cf/2024-11/" + href="https://a.pirati.cz/cf/2025-02/" icon="ico--chevron-right" target="_blank" > @@ -67,15 +66,15 @@ const Home = () => { className="md:text-xl btn--to-blue-300 ml-4" bodyClassName="whitespace-no-wrap" color="green-400" - href="https://cf2024.online" + href="https://cf2025.pirati.cz/" icon="ico--chevron-right" rel="noreferrer noopener" target="_blank" > - Sledovat CF 2024 online + Sledovat CF 2025 online </Button> -*/} + </div> </div> </div>