Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-19 15:12:04 +00:00

View File

@@ -63,6 +63,7 @@ export default function LandingPage() {
title="Modern Living in Theparak"
description="VST Residence is crafted for the discerning traveler. Located in the heart of Theparak, Samut Prakan, we offer a peaceful escape with premium clean rooms, plush bedding, and professional service. We are committed to making you feel at home."
imageSrc="http://img.b2bpic.net/free-photo/modern-hotel-building_74190-4643.jpg"
useInvertedBackground={false}
/>
</div>
@@ -78,6 +79,7 @@ export default function LandingPage() {
{ id: "f3", label: "Comfort", title: "Plush Bedding", items: ["Premium mattress", "Hygiene guaranteed", "Quiet room policy"] },
{ id: "f4", label: "Service", title: "Friendly Staff", items: ["24/7 Front desk", "Concierge services", "Attentive hospitality"] }
]}
useInvertedBackground={false}
/>
</div>
@@ -93,6 +95,7 @@ export default function LandingPage() {
{ id: "m3", icon: Coffee, title: "Comfort Index", value: "98%" },
{ id: "m4", icon: MapPin, title: "Airport Access", value: "20 min" }
]}
useInvertedBackground={false}
/>
</div>
@@ -108,6 +111,7 @@ export default function LandingPage() {
{ id: "t2", name: "Sarah J.", handle: "@BusinessTraveler", testimonial: "The dedicated workspace made my business trip a breeze. Staff were so friendly and professional.", rating: 5 },
{ id: "t3", name: "Mike R.", handle: "@LocalGuest", testimonial: "The pool is absolutely stunning—a perfect oasis in Samut Prakan.", rating: 4 }
]}
useInvertedBackground={false}
/>
</div>
@@ -123,6 +127,7 @@ export default function LandingPage() {
{ id: "q3", title: "Is there a workspace available?", content: "Yes, we offer designated workspaces with high-speed internet perfect for remote work."
}
]}
useInvertedBackground={false}
/>
</div>
@@ -131,6 +136,7 @@ export default function LandingPage() {
text="Ready for your stay? Contact our friendly staff at VST Residence today."
background={{ variant: "sparkles-gradient" }}
buttons={[{ text: "Book Your Stay", href: "#" }]}
useInvertedBackground={false}
/>
</div>