diff --git a/app/login/page.tsx b/app/login/page.tsx index d80bace..e2489db 100644 --- a/app/login/page.tsx +++ b/app/login/page.tsx @@ -7,7 +7,7 @@ import { loginSchema, LoginFormData } from "@/lib/validations"; import { Input } from "@/components/ui/Input"; import Button from "@/components/Button"; import Link from "next/link"; -import Image from "next/image"; +import TeaIconsBackground from "@/components/TeaIconsBackground"; import { ROUTES } from "@/utils/constants"; import { GoogleLoginButton } from "@/components/GoogleLoginButton"; import { initFacebookSDK, loginWithFacebook } from "@/lib/facebook-sdk"; @@ -79,66 +79,7 @@ export default function LoginPage() { return (
- {/* Background avec icônes de thé */} -
- {/* Fond dégradé beige clair */} -
- - {/* Icônes de thé dispersées avec animation de descente - 35 icônes */} -
- {/* Ligne 1 - 5 icons */} - Théière verte - Tasse de thé - Boîte cadeau - Feuilles de thé - Théière rose - - {/* Ligne 2 - 5 icons */} - Feuilles de thé - Théière verte - Tasse de thé - Boîte cadeau - Théière rose - - {/* Ligne 3 - 5 icons */} - Boîte cadeau - Tasse de thé - Théière verte - Feuilles de thé - Théière rose - - {/* Ligne 4 - 5 icons */} - Feuilles de thé - Théière rose - Boîte cadeau - Théière verte - Tasse de thé - - {/* Ligne 5 - 5 icons */} - Théière verte - Feuilles de thé - Tasse de thé - Boîte cadeau - Théière rose - - {/* Ligne 6 - 5 icons */} - Tasse de thé - Boîte cadeau - Théière rose - Feuilles de thé - Théière verte - - {/* Ligne 7 - 5 icons */} - Boîte cadeau - Théière verte - Feuilles de thé - Tasse de thé - Théière rose -
- - {/* Overlay lumineux pour harmoniser */} -
-
+
diff --git a/app/page.tsx b/app/page.tsx index bcc4d1c..dd80b01 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,82 +1,33 @@ 'use client'; import Link from "next/link"; -import Image from "next/image"; import Button from "@/components/Button"; import CountdownTimer from "@/components/CountdownTimer"; import GamePeriod from "@/components/GamePeriod"; import GrandPrize from "@/components/GrandPrize"; import AboutContest from "@/components/AboutContest"; +import TeaIconsBackground from "@/components/TeaIconsBackground"; +import { PrizeCard } from "@/components/ui"; import { useState } from "react"; import { useAuth } from "@/contexts/AuthContext"; import { ROUTES } from "@/utils/constants"; +const HOME_PRIZES = [ + { imageSrc: "/images/lots/infuseur.png", imageAlt: "Infuseur à thé premium", badge: "60%", title: "Infuseur à thé premium", description: "Un infuseur en acier inoxydable de haute qualité pour ressortir les arômes de vos thés en vrac" }, + { imageSrc: "/images/lots/the-detox.png", imageAlt: "Boîte 100g thé détox", badge: "20%", title: "Boîte 100g thé détox", description: "Mélange détox aux plantes bio" }, + { imageSrc: "/images/lots/the-signature.png", imageAlt: "Boîte 100g thé signature", badge: "10%", title: "Boîte 100g thé signature", description: "Notre mélange signature exclusif" }, + { imageSrc: "/images/lots/coffret-39.png", imageAlt: "Coffret découverte 39€", badge: "6%", title: "Coffret découverte 39€", description: "Sélection de nos meilleurs thés" }, + { imageSrc: "/images/lots/coffret-69.jpg", imageAlt: "Coffret prestige 69€", badge: "4%", title: "Coffret prestige 69€", description: "Une expérience complète" }, + { imageSrc: "/images/lots/grand-prix.png", imageAlt: "Grand prix - 1 an de thé", badge: "1 an de THÉ", title: "Tirage Final", description: "Livraison mensuelle pendant 12 mois", isGrandPrix: true }, +]; + export default function HomePage() { const [animationKey] = useState(Date.now()); const { isAuthenticated } = useAuth(); return (
- {/* Background avec icônes de thé */} -
- {/* Fond dégradé beige clair */} -
- - {/* Icônes de thé dispersées avec animation de descente - 35 icônes */} -
- {/* Ligne 1 - 5 icons */} - Théière verte - Tasse de thé - Boîte cadeau - Feuilles de thé - Théière rose - - {/* Ligne 2 - 5 icons */} - Feuilles de thé - Théière verte - Tasse de thé - Boîte cadeau - Théière rose - - {/* Ligne 3 - 5 icons */} - Boîte cadeau - Tasse de thé - Théière verte - Feuilles de thé - Théière rose - - {/* Ligne 4 - 5 icons */} - Feuilles de thé - Théière rose - Boîte cadeau - Théière verte - Tasse de thé - - {/* Ligne 5 - 5 icons */} - Théière verte - Feuilles de thé - Tasse de thé - Boîte cadeau - Théière rose - - {/* Ligne 6 - 5 icons */} - Tasse de thé - Boîte cadeau - Théière rose - Feuilles de thé - Théière verte - - {/* Ligne 7 - 5 icons */} - Boîte cadeau - Théière verte - Feuilles de thé - Tasse de thé - Théière rose -
- - {/* Overlay lumineux pour harmoniser */} -
-
+ {/* Hero Section - Bannière principale */}
@@ -205,137 +156,9 @@ export default function HomePage() {

- {/* Prize 1 */} -
-
- Infuseur à thé premium -
-
-
- 60% -
-

Infuseur à thé premium

-

- Un infuseur en acier inoxydable de haute qualité pour ressortir les arômes de vos thés en vrac -

-
-
- - {/* Prize 2 */} -
-
- Boîte 100g thé détox -
-
-
- 20% -
-

Boîte 100g thé détox

-

- Mélange détox aux plantes bio -

-
-
- - {/* Prize 3 */} -
-
- Boîte 100g thé signature -
-
-
- 10% -
-

Boîte 100g thé signature

-

- Notre mélange signature exclusif -

-
-
- - {/* Prize 4 */} -
-
- Coffret découverte 39€ -
-
-
- 6% -
-

Coffret découverte 39€

-

- Sélection de nos meilleurs thés -

-
-
- - {/* Prize 5 */} -
-
- Coffret prestige 69€ -
-
-
- 4% -
-

Coffret prestige 69€

-

- Une expérience complète -

-
-
- - {/* Prize 6 - Tirage Final */} -
-
- Grand prix - 1 an de thé -
-
-
- 1 an de THÉ -
-

Tirage Final

-

- Livraison mensuelle pendant 12 mois -

-
-
+ {HOME_PRIZES.map((prize, index) => ( + + ))}
diff --git a/app/page.tsx.backup b/app/page.tsx.backup deleted file mode 100644 index bff6090..0000000 --- a/app/page.tsx.backup +++ /dev/null @@ -1,311 +0,0 @@ -'use client'; - -import Link from "next/link"; -import Image from "next/image"; -import Button from "@/components/Button"; -import CountdownTimer from "@/components/CountdownTimer"; -import GamePeriod from "@/components/GamePeriod"; -import GrandPrize from "@/components/GrandPrize"; -import AboutContest from "@/components/AboutContest"; -import { useState } from "react"; - -export default function HomePage() { - const [animationKey] = useState(Date.now()); - - return ( -
- {/* Background avec icônes de thé */} -
- {/* Fond dégradé beige clair */} -
- - {/* Icônes de thé dispersées avec animation de descente - 35 icônes */} -
- {/* Ligne 1 - 5 icons */} - - - - - - - {/* Ligne 2 - 5 icons */} - - - - - - - {/* Ligne 3 - 5 icons */} - - - - - - - {/* Ligne 4 - 5 icons */} - - - - - - - {/* Ligne 5 - 5 icons */} - - - - - - - {/* Ligne 6 - 5 icons */} - - - - - - - {/* Ligne 7 - 5 icons */} - - - - - -
- - {/* Overlay lumineux pour harmoniser */} -
-
- - {/* Hero Section - Bannière principale */} -
- -
-
-

- Jeu Concours Thé Tip Top
- Nice -

-

- À l'occasion de l'ouverture de notre 10ème boutique de thé premium à Nice,
- participez à notre concours et gagnez des thés et accessoires exclusifs ! -

- -
- - - -
-
-
-
- - {/* Game Period & Countdown Section */} -
-
-
- {/* Countdown Timer */} - - - {/* Game Period Cards */} - - - {/* Grand Prize Banner */} - -
-
-
- - {/* About Contest Section */} - - - {/* How to Participate Section */} -
-
-
-

- Comment participer? -

-

- 3 étapes simples pour découvrir votre lot et rejoindre nos milliers de gagnants -

- -
- {/* Step 1 */} -
-
- 1 -
-
- - - -
-

Inscrivez-vous

-

- Créez votre compte rapidement avec Google, Facebook ou votre email -

-
- - {/* Step 2 */} -
-
- 2 -
-
- - - -
-

Entrez votre code

-

- Saisissez le code à 10 caractères de votre ticket d'achat à 49€ -

-
- - {/* Step 3 */} -
-
- 3 -
-
- - - -
-

Découvrez votre lot

-

- Résultat immédiat ! 100% des participants remportent un prix -

-
-
-
-
-
- - {/* Prizes Section */} -
-
-
-

- Lots à gagner -

-

- Découvrez nos magnifiques prix, des accessoires premium aux coffrets exclusifs -

- -
- {/* Prize 1 */} -
-
-
🍵
-
-
-
- 60% -
-

Infuseur à thé premium

-

- Un infuseur élégant pour vos thés en vrac -

-
-
- - {/* Prize 2 */} -
-
-
📦
-
-
-
- 20% -
-

Boîte 100g thé détox

-

- Mélange détox aux plantes bio -

-
-
- - {/* Prize 3 */} -
-
-
🌿
-
-
-
- 10% -
-

Boîte 100g thé signature

-

- Notre mélange signature exclusif -

-
-
- - {/* Prize 4 */} -
-
-
🎁
-
-
-
- 6% -
-

Coffret découverte 39€

-

- Sélection de nos meilleurs thés -

-
-
- - {/* Prize 5 */} -
-
-
🏆
-
-
-
- 4% -
-

Coffret découverte 69€

-

- Une expérience complète -

-
-
-
- -
- - - -
-
-
-
- -
- ); -} diff --git a/app/register/page.tsx b/app/register/page.tsx index 976143f..c6ec600 100644 --- a/app/register/page.tsx +++ b/app/register/page.tsx @@ -5,7 +5,7 @@ import { zodResolver } from "@hookform/resolvers/zod"; import { useAuth } from "@/contexts/AuthContext"; import { registerSchema, RegisterFormData } from "@/lib/validations"; import Link from "next/link"; -import Image from "next/image"; +import TeaIconsBackground from "@/components/TeaIconsBackground"; import { ROUTES } from "@/utils/constants"; export default function RegisterPage() { @@ -36,66 +36,7 @@ export default function RegisterPage() { return (
- {/* Background avec icônes de thé */} -
- {/* Fond dégradé beige clair */} -
- - {/* Icônes de thé dispersées avec animation de descente - 35 icônes */} -
- {/* Ligne 1 - 5 icons */} - Théière verte - Tasse de thé - Boîte cadeau - Feuilles de thé - Théière rose - - {/* Ligne 2 - 5 icons */} - Feuilles de thé - Théière verte - Tasse de thé - Boîte cadeau - Théière rose - - {/* Ligne 3 - 5 icons */} - Boîte cadeau - Tasse de thé - Théière verte - Feuilles de thé - Théière rose - - {/* Ligne 4 - 5 icons */} - Feuilles de thé - Théière rose - Boîte cadeau - Théière verte - Tasse de thé - - {/* Ligne 5 - 5 icons */} - Théière verte - Feuilles de thé - Tasse de thé - Boîte cadeau - Théière rose - - {/* Ligne 6 - 5 icons */} - Tasse de thé - Boîte cadeau - Théière rose - Feuilles de thé - Théière verte - - {/* Ligne 7 - 5 icons */} - Boîte cadeau - Théière verte - Feuilles de thé - Tasse de thé - Théière rose -
- - {/* Overlay lumineux pour harmoniser */} -
-
+
diff --git a/components/TeaIconsBackground.tsx b/components/TeaIconsBackground.tsx new file mode 100644 index 0000000..59251fd --- /dev/null +++ b/components/TeaIconsBackground.tsx @@ -0,0 +1,86 @@ +'use client'; + +import React from 'react'; +import Image from 'next/image'; + +interface TeaIconsBackgroundProps { + animationKey?: number; +} + +const TEA_ICONS = [ + // Ligne 1 - 5 icons + { src: '/images/tea-icons/teapot-green.png', alt: 'Théière verte', top: '5%', left: '10%', duration: '28s' }, + { src: '/images/tea-icons/tea-cup.png', alt: 'Tasse de thé', top: '7%', left: '30%', duration: '32s' }, + { src: '/images/tea-icons/gift-box.png', alt: 'Boîte cadeau', top: '6%', left: '50%', duration: '30s' }, + { src: '/images/tea-icons/tea-leaves.png', alt: 'Feuilles de thé', top: '8%', left: '70%', duration: '27s' }, + { src: '/images/tea-icons/teapot-pink.png', alt: 'Théière rose', top: '5%', left: '90%', duration: '31s' }, + // Ligne 2 - 5 icons + { src: '/images/tea-icons/tea-leaves.png', alt: 'Feuilles de thé', top: '18%', left: '15%', duration: '29s' }, + { src: '/images/tea-icons/teapot-green.png', alt: 'Théière verte', top: '20%', left: '35%', duration: '26s' }, + { src: '/images/tea-icons/tea-cup.png', alt: 'Tasse de thé', top: '19%', left: '55%', duration: '33s' }, + { src: '/images/tea-icons/gift-box.png', alt: 'Boîte cadeau', top: '21%', left: '75%', duration: '28s' }, + { src: '/images/tea-icons/teapot-pink.png', alt: 'Théière rose', top: '18%', left: '95%', duration: '30s' }, + // Ligne 3 - 5 icons + { src: '/images/tea-icons/gift-box.png', alt: 'Boîte cadeau', top: '31%', left: '10%', duration: '27s' }, + { src: '/images/tea-icons/tea-cup.png', alt: 'Tasse de thé', top: '33%', left: '30%', duration: '31s' }, + { src: '/images/tea-icons/teapot-green.png', alt: 'Théière verte', top: '32%', left: '50%', duration: '29s' }, + { src: '/images/tea-icons/tea-leaves.png', alt: 'Feuilles de thé', top: '34%', left: '70%', duration: '26s' }, + { src: '/images/tea-icons/teapot-pink.png', alt: 'Théière rose', top: '31%', left: '90%', duration: '32s' }, + // Ligne 4 - 5 icons + { src: '/images/tea-icons/tea-leaves.png', alt: 'Feuilles de thé', top: '44%', left: '15%', duration: '28s' }, + { src: '/images/tea-icons/teapot-pink.png', alt: 'Théière rose', top: '46%', left: '35%', duration: '30s' }, + { src: '/images/tea-icons/gift-box.png', alt: 'Boîte cadeau', top: '45%', left: '55%', duration: '33s' }, + { src: '/images/tea-icons/teapot-green.png', alt: 'Théière verte', top: '47%', left: '75%', duration: '27s' }, + { src: '/images/tea-icons/tea-cup.png', alt: 'Tasse de thé', top: '44%', left: '95%', duration: '29s' }, + // Ligne 5 - 5 icons + { src: '/images/tea-icons/teapot-green.png', alt: 'Théière verte', top: '57%', left: '10%', duration: '31s' }, + { src: '/images/tea-icons/tea-leaves.png', alt: 'Feuilles de thé', top: '59%', left: '30%', duration: '26s' }, + { src: '/images/tea-icons/tea-cup.png', alt: 'Tasse de thé', top: '58%', left: '50%', duration: '30s' }, + { src: '/images/tea-icons/gift-box.png', alt: 'Boîte cadeau', top: '60%', left: '70%', duration: '28s' }, + { src: '/images/tea-icons/teapot-pink.png', alt: 'Théière rose', top: '57%', left: '90%', duration: '32s' }, + // Ligne 6 - 5 icons + { src: '/images/tea-icons/tea-cup.png', alt: 'Tasse de thé', top: '70%', left: '15%', duration: '29s' }, + { src: '/images/tea-icons/gift-box.png', alt: 'Boîte cadeau', top: '72%', left: '35%', duration: '27s' }, + { src: '/images/tea-icons/teapot-pink.png', alt: 'Théière rose', top: '71%', left: '55%', duration: '31s' }, + { src: '/images/tea-icons/tea-leaves.png', alt: 'Feuilles de thé', top: '73%', left: '75%', duration: '28s' }, + { src: '/images/tea-icons/teapot-green.png', alt: 'Théière verte', top: '70%', left: '95%', duration: '30s' }, + // Ligne 7 - 5 icons + { src: '/images/tea-icons/gift-box.png', alt: 'Boîte cadeau', top: '83%', left: '10%', duration: '26s' }, + { src: '/images/tea-icons/teapot-green.png', alt: 'Théière verte', top: '85%', left: '30%', duration: '32s' }, + { src: '/images/tea-icons/tea-leaves.png', alt: 'Feuilles de thé', top: '84%', left: '50%', duration: '29s' }, + { src: '/images/tea-icons/tea-cup.png', alt: 'Tasse de thé', top: '86%', left: '70%', duration: '27s' }, + { src: '/images/tea-icons/teapot-pink.png', alt: 'Théière rose', top: '83%', left: '90%', duration: '31s' }, +]; + +export const TeaIconsBackground: React.FC = ({ animationKey }) => { + return ( +
+ {/* Fond dégradé beige clair */} +
+ + {/* Icônes de thé dispersées avec animation */} +
+ {TEA_ICONS.map((icon, index) => ( + {icon.alt} + ))} +
+ + {/* Overlay lumineux pour harmoniser */} +
+
+ ); +}; + +export default TeaIconsBackground;