Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 136ad337e0 | |||
| ea8f0d3351 | |||
| 6df7f0db43 |
@@ -1384,4 +1384,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
|||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "استكشف الفنادق", href: "#featured-hotels" },
|
{ text: "احجز الآن بسعر خاص", href: "#featured-hotels" },
|
||||||
{ text: "حول الخدمة", href: "#about" },
|
{ text: "حول الخدمة", href: "#about" },
|
||||||
]}
|
]}
|
||||||
carouselItems={[
|
carouselItems={[
|
||||||
@@ -276,4 +276,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user