Merge version_3 into main #3
@@ -121,11 +121,12 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
title="Planning Your Stay"
|
||||
description="Answers to common questions about our residence."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca6NYxEkkD0MNOEjgJnlI1eLl9/uploaded-1776611905923-pzcl09fl.jpg"
|
||||
faqs={[
|
||||
{ id: "q1", title: "Is VST Residence near the airport?", content: "Yes, we are just a convenient 20-minute drive from the airport." },
|
||||
{ id: "q2", title: "What makes your rooms stand out?", content: "We focus on meticulous cleaning standards, premium bedding, and soundproof interiors for maximum comfort." },
|
||||
{ id: "q3", title: "Is there a workspace available?", content: "Yes, we offer designated workspaces with high-speed internet perfect for remote work."
|
||||
}
|
||||
{ id: "q3", title: "Is there a workspace available?", content: "Yes, we offer designated workspaces with high-speed internet perfect for remote work." },
|
||||
{ id: "q4", title: "Can I view the room setup?", content: "Absolutely! We ensure a modern and clean aesthetic for every guest room." }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -153,4 +154,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user