Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-03 10:31:34 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1422,4 +1422,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

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