Update src/app/page.tsx

This commit is contained in:
2026-05-05 11:37:17 +00:00
parent 22e51a6a63
commit b60dba582e

View File

@@ -67,6 +67,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Management Excellence"
description="Dedicated modules to handle every aspect of your property operations with precision."
buttons={[{ text: "Get Started", href: "#booking" }]}
bulletPoints={[
{ title: "Rooms Management", description: "Complete inventory and status control." },
{ title: "Booking Management", description: "Automated reservations and scheduling." },
@@ -138,4 +139,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}