From 3003da54b1db011a8d691edae276cf6f487bd687 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 15:18:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 397924b..06ef0ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1