From ea8f0d3351baec95571015c730873a43a7d297e6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 23:59:46 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 070ee68..6b032bc 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 136ad337e07c1906d2ba154b9dd1b0560885ba66 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 23:59:46 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f49ace..191deeb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tagIcon={Sparkles} background={{ variant: "plain" }} buttons={[ - { text: "استكشف الفنادق", href: "#featured-hotels" }, + { text: "احجز الآن بسعر خاص", href: "#featured-hotels" }, { text: "حول الخدمة", href: "#about" }, ]} carouselItems={[ @@ -276,4 +276,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1