Jeu Concours - Thé Tip Top
-
- Célébrons l'ouverture de notre 10ème boutique à Nice
+
+ Célébrons l'ouverture de notre 10ème boutique à Nice
Participez à notre concours - 100% des participants gagnent un lot !
@@ -106,7 +106,7 @@ export default function HomePage() {
-
+
Comment participer?
@@ -170,7 +170,7 @@ export default function HomePage() {
-
+
Lots à gagner
diff --git a/components/Footer.tsx b/components/Footer.tsx
index 9353b73..fd13cba 100644
--- a/components/Footer.tsx
+++ b/components/Footer.tsx
@@ -46,7 +46,7 @@ export default function Footer() {
{/* Company Info */}
-
+
diff --git a/components/GamePeriod.tsx b/components/GamePeriod.tsx
index 5c4d5d0..87cd509 100644
--- a/components/GamePeriod.tsx
+++ b/components/GamePeriod.tsx
@@ -11,15 +11,15 @@ export default function GamePeriod() {
-
Période de validation des tickets
+
Période de validation des tickets
Achetez et validez votre code de participation
-
- Du 1 décembre 2025 au 31 décembre 2025
-
-
30 jours
+
+ Du au
+
+
30 jours
@@ -32,15 +32,15 @@ export default function GamePeriod() {
-
Période de récupération des lots
+
Période de récupération des lots
Récupérez vos lots gagnés en boutique
-
- Du 1 décembre 2025 au 31 janvier 2026
-
-
60 jours
+
+ Du au
+
+
60 jours
diff --git a/components/GrandPrize.tsx b/components/GrandPrize.tsx
index 00f4b70..824e5e4 100644
--- a/components/GrandPrize.tsx
+++ b/components/GrandPrize.tsx
@@ -28,15 +28,15 @@ export default function GrandPrize({
{/* Titre */}
-
+
Grand Prix à gagner !
-
+
{/* Prix principal */}
-
+
1 an de thé offert
-
+
d'une valeur de {prizeAmount}
@@ -52,25 +52,25 @@ export default function GrandPrize({
{drawDate && (
-
Tirage au sort
-
{formatDate(drawDate)}
+
Tirage au sort
+
)}
-
Certification
+
Certification
Contrôle d'huissier
diff --git a/components/Header.tsx b/components/Header.tsx
index 0510fe6..9aeb7b7 100644
--- a/components/Header.tsx
+++ b/components/Header.tsx
@@ -49,7 +49,7 @@ export default function Header() {
{/* Logo */}
-
+
diff --git a/components/ui/PrizeCard.tsx b/components/ui/PrizeCard.tsx
index 6ac2d38..b619fad 100644
--- a/components/ui/PrizeCard.tsx
+++ b/components/ui/PrizeCard.tsx
@@ -6,7 +6,7 @@ import { cn } from '@/utils/helpers';
interface PrizeCardProps {
imageSrc: string;
- imageAlt: string;
+ imageAlt?: string;
badge: string;
title: string;
description: string;
@@ -16,7 +16,6 @@ interface PrizeCardProps {
export const PrizeCard: React.FC
= ({
imageSrc,
- imageAlt,
badge,
title,
description,
@@ -38,10 +37,11 @@ export const PrizeCard: React.FC = ({
? 'bg-gradient-to-br from-primary-50 to-primary-100'
: 'bg-gradient-to-br from-beige-50 to-beige-100'
)}
+ aria-hidden="true"
>