diff --git a/app/gagnants/page.tsx b/app/gagnants/page.tsx index 8b7d19c..d0e91ee 100644 --- a/app/gagnants/page.tsx +++ b/app/gagnants/page.tsx @@ -210,67 +210,6 @@ export default function GagnantsPage() { - {/* Winners List */} -
-
-
-
-
-
- 🏆 -

Liste des gagnants ({winners.length})

-
-
- - {/* Table Header */} -
-
DATE
-
GAGNANT
-
LOT REMPORTÉ
-
BOUTIQUE
-
- - {/* Table Rows */} -
- {winners.map((winner, index) => ( -
-
- {/* Date */} -
- 📅 - {winner.date} -
- - {/* Name */} -
- 👤 - {winner.name} -
- - {/* Prize */} -
- - {getPrizeIcon(winner.prizeType)} - {winner.prize} - -
- - {/* Boutique */} -
- 🏪 -
-
{winner.boutique}
-
{winner.city}
-
-
-
-
- ))} -
-
-
-
-
{/* Testimonials Section */}