Update src/app/page.tsx

This commit is contained in:
2026-05-13 11:19:04 +00:00
parent 4f70f7daa3
commit 7fb90458af

View File

@@ -234,7 +234,7 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={true}
title="Book Your Sanctuary"
description="Ready for an unforgettable experience? Reach out to our concierge for reservations and inquiries. Prefer to call? Call us at +251-11-xxx-xxxx"
description="Ready for an unforgettable experience? Reach out to our concierge for reservations and inquiries.\n\nPrefer to call? +251-11-551-3222\nNeed help? info@ghionhotel.com\nDirect booking: +251-911-000-000"
inputs={[
{
name: "name", type: "text", placeholder: "Full Name", required: true,
@@ -292,4 +292,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}