This commit is contained in:
Tomas Dvorak
2025-11-02 21:31:00 +01:00
parent b9cea0cd77
commit 087f30e82c
130 changed files with 20104 additions and 34330 deletions
+4
View File
@@ -38,6 +38,7 @@ import NextMatch from '../components/pack/NextMatch';
const MatchesSlider = React.lazy(() => import('../components/pack/MatchesSlider'));
import ActivitiesList from '../components/pack/ActivitiesList';
import { useAuth } from '../contexts/AuthContext';
import SweepstakeWidget from '../components/sweepstakes/SweepstakeWidget';
// Types for real API-driven data
type NewsItem = {
@@ -1544,6 +1545,9 @@ const HomePage: React.FC = () => {
</div>
) : null}
{/* Sweepstakes / Lottery widget (visible around matches section) */}
<SweepstakeWidget />
{/* (Removed) Full-bleed top banner (homepage_top) */}
{/* Matches slider with scores by competition (moved after news+tables) */}