Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-08 17:14:54 +00:00

View File

@@ -61,7 +61,7 @@ export default function LandingPage() {
tag="Hotel Excellence"
tagIcon={Shield}
tagAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Reserve Your Room", href: "contact" },
{ text: "Explore Rooms", href: "rooms" },
@@ -267,7 +267,7 @@ export default function LandingPage() {
<ContactText
text="Ready to book your stay? Contact our reservations team today for the best rates and immediate confirmation."
animationType="entrance-slide"
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Reserve Now", href: "#" },