Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-04 23:59:51 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}