Update src/app/page.tsx

This commit is contained in:
2026-03-04 23:59:46 +00:00
parent ea8f0d3351
commit 136ad337e0

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>
);
}
}