From 870e8630a1e8da640a83ef2648e4ae96602ad816 Mon Sep 17 00:00:00 2001
From: soufiane
Date: Mon, 17 Nov 2025 23:56:34 +0100
Subject: [PATCH] fix: correct syntax error in page.tsx and add privacy/terms
pages for OAuth compliance
---
app/page.tsx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app/page.tsx b/app/page.tsx
index 4441a28..c715f03 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -1,5 +1,6 @@
import type { Metadata } from "next";
import Link from "next/link";
+import Image from "next/image";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/Card";
export const metadata: Metadata = {
@@ -41,7 +42,7 @@ export default function HomePage() {
center.
-
+
{/* Prizes Section */}