Update src/app/page.tsx

This commit is contained in:
2026-05-07 20:25:06 +00:00
parent 901bc718dc
commit 392a4ac94c

View File

@@ -107,11 +107,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
{ id: "nightly", badge: "Most Popular", price: "$120/night", subtitle: "Perfect for short visits", features: ["Free Wi-Fi", "Daily Breakfast", "Access to Pool"], buttons: [{ text: "Book Now", href: "#" }] },
{ id: "business", badge: "For Pros", price: "$180/night", subtitle: "Everything a professional needs", features: ["Business Center Access", "High-Speed Internet", "Concierge Service"], buttons: [{ text: "Book Now", href: "#" }] },
{ id: "nightly", badge: "Most Popular", price: "Contact for Price", subtitle: "Perfect for short visits", features: ["Free Wi-Fi", "Daily Breakfast", "Access to Pool"], buttons: [{ text: "Contact Us", href: "#contact" }] },
{ id: "business", badge: "For Pros", price: "Contact for Price", subtitle: "Everything a professional needs", features: ["Business Center Access", "High-Speed Internet", "Concierge Service"], buttons: [{ text: "Contact Us", href: "#contact" }] },
]}
title="Flexible Stay Options"
description="Choose the rate that fits your travel style."
description="Choose the rate that fits your travel style. Please contact us for personalized pricing."
/>
</div>
@@ -149,7 +149,7 @@ export default function LandingPage() {
background={{ variant: "plain" }}
tag="Contact Us"
title="Start Your Booking"
description="Have questions? Contact us today at 08677004651 to secure your room at Harare Park Lane."
description="Have questions? Contact us today at 08677004651 to secure your room at Harare Park Lane. Please get in touch for pricing and availability inquiries."
/>
</div>
@@ -165,4 +165,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}