Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user