Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9e60ba8ed5 | |||
| 452c7673a9 |
@@ -44,8 +44,8 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitKpi
|
<HeroSplitKpi
|
||||||
background={{ variant: "glowing-orb" }}
|
background={{ variant: "glowing-orb" }}
|
||||||
title="Enter the Realm of Red House"
|
title="Enter the Realm of the Dungeon"
|
||||||
description="An exclusive, high-end sanctuary designed for the discerning individual. Experience ultimate privacy and sophistication."
|
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={[
|
kpis={[
|
||||||
{ value: "24/7", label: "Discreet Support" },
|
{ value: "24/7", label: "Discreet Support" },
|
||||||
{ value: "6", label: "Global Cities" },
|
{ value: "6", label: "Global Cities" },
|
||||||
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
enableKpiAnimation={true}
|
enableKpiAnimation={true}
|
||||||
buttons={[{ text: "Book Now", href: "#contact" }]}
|
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"
|
mediaAnimation="blur-reveal"
|
||||||
avatars={[
|
avatars={[
|
||||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-table_23-2148773522.jpg", alt: "Guest profile 1" },
|
{ 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>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user