Update src/app/page.tsx
This commit is contained in:
@@ -47,7 +47,7 @@ export default function HomePage() {
|
||||
tagIcon={Star}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
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" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-building-seen-from_116348-65.jpg"
|
||||
@@ -199,4 +199,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user