Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-21 21:14:23 +00:00

View File

@@ -44,8 +44,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{ variant: "glowing-orb" }}
title="Enter the Realm of Red House"
description="An exclusive, high-end sanctuary designed for the discerning individual. Experience ultimate privacy and sophistication."
title="Enter the Realm of the Dungeon"
description="Discover an immersive, high-end experience within our exclusive, stunningly designed subterranean sanctuary. Step into a world of unparalleled atmosphere and sophisticated seclusion."
kpis={[
{ value: "24/7", label: "Discreet Support" },
{ value: "6", label: "Global Cities" },
@@ -53,7 +53,7 @@ export default function LandingPage() {
]}
enableKpiAnimation={true}
buttons={[{ text: "Book Now", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3090.jpg"
imageSrc="http://img.b2bpic.net/free-photo/view-futuristic-light-lamp-design_23-2151037583.jpg"
mediaAnimation="blur-reveal"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-table_23-2148773522.jpg", alt: "Guest profile 1" },
@@ -199,4 +199,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}