Update src/app/page.tsx

This commit is contained in:
2026-05-05 18:39:08 +00:00
parent 341cfcff3b
commit bc8e698a3d

View File

@@ -205,6 +205,9 @@ export default function LandingPage() {
{
id: "q5", title: "Is the hotel pet-friendly?", content: "We welcome small pets with advanced notice."},
]}
buttons={[
{ text: "Need more help?", href: "#contact" }
]}
title="Guest FAQ"
description="Common questions regarding your stay or reservation."
faqsAnimation="slide-up"
@@ -252,4 +255,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}