diff --git a/app/page.tsx b/app/page.tsx index c715f03..37f2b2e 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,7 +1,7 @@ import type { Metadata } from "next"; import Link from "next/link"; -import Image from "next/image"; import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/Card"; +import Button from "@/components/Button"; export const metadata: Metadata = { title: "Thé Tip Top - Jeu Concours", @@ -10,46 +10,80 @@ export const metadata: Metadata = { export default function HomePage() { return ( -
-
- Next.js logo -
-

- Branche Dev -

-

- Looking a starting point or more instructions? Head over to{" "} - - Templates - {" "} - or the{" "} - - Learning - {" "} - center. -

+
+ {/* Hero Section */} +
+
+
+
🍵
+

+ Bienvenue chez Thé Tip Top +

+

+ Participez à notre grand jeu-concours à l'occasion de notre 10ème anniversaire ! +
+ 100% de tickets gagnants - Tentez votre chance dès maintenant +

+
+ + + + + + +
+
-
+ + + {/* How to Play Section */} +
+
+
+

+ Comment participer ? +

+
+
+
+ 1️⃣ +
+

Inscrivez-vous

+

Créez votre compte gratuitement en quelques secondes

+
+
+
+ 2️⃣ +
+

Entrez votre code

+

Saisissez le code figurant sur votre ticket de caisse

+
+
+
+ 3️⃣ +
+

Gagnez !

+

Découvrez immédiatement votre lot et récupérez-le en magasin

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

- Lots à gagner -

+
+
+
+

+ Lots à gagner +

+

+ Tous nos lots sont 100% gagnants - Chaque participation est récompensée ! +

@@ -121,22 +155,41 @@ export default function HomePage() {
{/* CTA Section */} -
- - -

- Prêt à tenter votre chance ? -

-

- Inscrivez-vous gratuitement et participez au jeu-concours -

- - - -
-
+
+
+ + +
+
🎉
+

+ Prêt à tenter votre chance ? +

+

+ Inscrivez-vous gratuitement et participez au jeu-concours du 10ème anniversaire +

+
+ + + + + + +
+
+
+
+
);