Update src/app/page.tsx

This commit is contained in:
2026-03-03 10:31:28 +00:00
parent 84da4c26fc
commit 558f55fee7

View File

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