3 Commits

Author SHA1 Message Date
3003da54b1 Update src/app/page.tsx 2026-04-19 15:18:38 +00:00
4e9838fefb Merge version_2 into main
Merge version_2 into main
2026-04-19 15:12:03 +00:00
aee94e7c84 Merge version_2 into main
Merge version_2 into main
2026-04-19 15:11:36 +00:00

View File

@@ -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>
); );
} }