Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-10 12:50:42 +00:00

View File

@@ -29,22 +29,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Entertainment",
id: "/entertainment",
},
{
name: "Menu",
id: "/menu",
},
{
name: "Contacts",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Entertainment", id: "/entertainment" },
{ name: "Menu", id: "/menu" },
{ name: "Contacts", id: "/contact" },
]}
brandName="Wonderland"
/>
@@ -52,39 +40,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Wonderland — Territory of Unforgettable Emotions in Stryi"
description="The perfect place for family joy, birthday celebrations, and non-stop fun. Join us for an amazing adventure!"
tag="Best Family Entertainment in Stryi"
buttons={[
{
text: "Book a Birthday Party",
href: "/contact",
},
]}
buttons={[{ text: "Book a Birthday Party", href: "/contact" }]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-climbing-rope_23-2148361488.jpg",
imageAlt: "Kids trampoline",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/group-young-happy-people-communicating-while-having-lunch-together-dining-room_637285-3564.jpg",
imageAlt: "Family restaurant",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/girl-enjoying-colorful-ball-pit_23-2148361508.jpg",
imageAlt: "Girl enjoying colorful ball pit",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-girl-bounce-house_23-2149551563.jpg",
imageAlt: "High angle smiley girl in bounce house",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-excited-boy_23-2148361501.jpg",
imageAlt: "Full shot of excited boy",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-climbing-rope_23-2148361488.jpg", imageAlt: "Kids trampoline" },
{ imageSrc: "http://img.b2bpic.net/free-photo/group-young-happy-people-communicating-while-having-lunch-together-dining-room_637285-3564.jpg", imageAlt: "Family restaurant" }
]}
mediaAnimation="slide-up"
rating={5}
@@ -99,35 +62,13 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "p1",
badge: "Weekday",
price: "150 UAH",
subtitle: "Mon-Fri entry",
features: [
"All day access",
"Free WiFi",
],
buttons: [
{
text: "Visit Us",
},
],
id: "p1", badge: "Weekday", price: "150 UAH", subtitle: "Mon-Fri entry", features: ["All day access", "Free WiFi"],
buttons: [{ text: "Visit Us" }]
},
{
id: "p2",
badge: "Weekend",
price: "250 UAH",
subtitle: "Sat-Sun entry",
features: [
"All day access",
"Priority gaming",
],
buttons: [
{
text: "Visit Us",
},
],
},
id: "p2", badge: "Weekend", price: "250 UAH", subtitle: "Sat-Sun entry", features: ["All day access", "Priority gaming"],
buttons: [{ text: "Visit Us" }]
}
]}
title="Tickets & Pricing"
description="Flexible pricing for weekday and weekend fun."
@@ -152,6 +93,9 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
blogs={[]}
title="News"
description="Latest updates from Wonderland."
/>
</div>
@@ -161,34 +105,17 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
members={[]}
title="Our Team"
description="Meet the friendly staff making the magic happen."
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Location",
items: [
{
label: "Shevchenka St, 5a, Stryi",
href: "#",
},
],
},
{
title: "Support",
items: [
{
label: "068 084 8484",
href: "tel:0680848484",
},
{
label: "Instagram",
href: "https://instagram.com",
},
],
},
{ title: "Location", items: [{ label: "Shevchenka St, 5a, Stryi", href: "#" }] },
{ title: "Support", items: [{ label: "068 084 8484", href: "tel:0680848484" }, { label: "Instagram", href: "https://instagram.com" }] }
]}
bottomLeftText="© 2024 Wonderland Stryi"
bottomRightText="Working hours: 10:00 - 23:00"