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 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