Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 558f55fee7 | |||
| 84da4c26fc | |||
| 96e2cfa56d | |||
| f32f9cc6de | |||
| 4f12fe98c6 |
@@ -1422,4 +1422,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ export default function HomePage() {
|
|||||||
tagIcon={Star}
|
tagIcon={Star}
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Book Now", href: "https://example.com/booking" },
|
{ text: "Book Your Room Now", href: "https://example.com/booking" },
|
||||||
{ text: "Call +91 60000 80182", href: "tel:+916000080182" },
|
{ text: "Call +91 60000 80182", href: "tel:+916000080182" },
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/modern-building-seen-from_116348-65.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/modern-building-seen-from_116348-65.jpg"
|
||||||
@@ -199,4 +199,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user