Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3003da54b1 | |||
| 4e9838fefb | |||
| aee94e7c84 |
@@ -121,11 +121,12 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
title="Planning Your Stay"
|
title="Planning Your Stay"
|
||||||
description="Answers to common questions about our residence."
|
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={[
|
faqs={[
|
||||||
{ id: "q1", title: "Is VST Residence near the airport?", content: "Yes, we are just a convenient 20-minute drive from the airport." },
|
{ 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: "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}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
@@ -153,4 +154,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user