From 1eb8d2737c8802e406bbc5c408cc65845160b9e7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 01:18:27 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 833bc5b..d259e1e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Source_Sans_3 } from "next/font/google"; export const metadata: Metadata = { - title: 'Ironwood | نظام قائمة انتظار المطاعم', - description: 'انضم إلى قائمة الانتظار في مطعم Ironwood واستمتع بأفضل تجربة طعام في المملكة.', + title: 'Ironwood | نظام إدارة قائمة الانتظار الذكي', + description: 'انضم إلى قائمة الانتظار في Ironwood بكل سهولة واستمتع بوقتك بينما نجهز طاولتك.', openGraph: { "title": "Ironwood Queue System", "description": "نظام قائمة انتظار متطور للمطاعم.", -- 2.49.1 From 74f925f2d7fbe05d5693993350e53e8442e1b906 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 01:18:27 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 110 +++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 102 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f42ad4..b69ddc1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,14 +41,108 @@ export default function HomePage() { ]} /> -
-
-
-
-
-
-
- +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+ ); -- 2.49.1