Update src/app/page.tsx
This commit is contained in:
@@ -9,7 +9,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import { Gift } from "lucide-react";
|
||||
import { Gift, Users, Camera, Cake } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -41,17 +41,30 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
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" }]}
|
||||
title="Wonderland — Територія незабутніх емоцій у Стрию"
|
||||
description="Ідеальне місце для сімейної радості, святкування днів народження та безперервних веселощів. Приєднуйтесь до нас у дивовижну пригоду!"
|
||||
tag="Найкращі розваги для всієї сім'ї у Стрию"
|
||||
buttons={[{ text: "Забронювати день народження", href: "#birthday-party" }]}
|
||||
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/blonde-girl-climbing-rope_23-2148361488.jpg", imageAlt: "Дитячий батут" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/group-young-happy-people-communicating-while-having-lunch-together-dining-room_637285-3564.jpg", imageAlt: "Сімейний ресторан" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Rated 5/5 by happy families"
|
||||
ratingText="Оцінка 5/5 від щасливих сімей"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="birthday-party" data-section="birthday-party">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={false}
|
||||
tag="Свято"
|
||||
title="Дні Народження"
|
||||
description="Ми перетворюємо дні народження на магічні спогади завдяки індивідуальному декору, аніматорам та святковому меню."
|
||||
subdescription="Зв'яжіться з нашим менеджером для персональної пропозиції."
|
||||
icon={Cake}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/surprised-little-caucasian-girl-with-blue-party-hat-holding-helium-balloons-talking-phone-isolated-green-wall-with-copy-space_141793-97217.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -61,41 +74,22 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
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: "p2", badge: "Weekend", price: "250 UAH", subtitle: "Sat-Sun entry", features: ["All day access", "Priority gaming"],
|
||||
buttons: [{ text: "Visit Us" }]
|
||||
}
|
||||
{ id: "p1", badge: "Будні", price: "150 UAH", subtitle: "Вхід Пн-Пт", features: ["Безлімітний вхід", "Безкоштовний WiFi"], buttons: [{ text: "Завітайте до нас" }] },
|
||||
{ id: "p2", badge: "Вихідні", price: "250 UAH", subtitle: "Вхід Сб-Нд", features: ["Безлімітний вхід", "Пріоритетні розваги"], buttons: [{ text: "Завітайте до нас" }] }
|
||||
]}
|
||||
title="Tickets & Pricing"
|
||||
description="Flexible pricing for weekday and weekend fun."
|
||||
title="Квитки та ціни"
|
||||
description="Гнучкі ціни для розваг у будні та вихідні."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={false}
|
||||
tag="Celebrations"
|
||||
title="Birthday Parties"
|
||||
description="We turn birthdays into magical memories with custom decoration, animators, and special catering menus."
|
||||
subdescription="Contact our event manager for a personalized offer."
|
||||
icon={Gift}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/surprised-little-caucasian-girl-with-blue-party-hat-holding-helium-balloons-talking-phone-isolated-green-wall-with-copy-space_141793-97217.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="blog" data-section="blog">
|
||||
<div id="gallery" data-section="gallery">
|
||||
<BlogCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
title="Наша фотогалерея"
|
||||
description="Подивіться на яскраві моменти, що стаються у Wonderland щодня."
|
||||
blogs={[]}
|
||||
title="News"
|
||||
description="Latest updates from Wonderland."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -105,23 +99,25 @@ 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."
|
||||
title="Наша команда"
|
||||
description="Познайомтеся з доброзичливим персоналом, який створює магію."
|
||||
members={[
|
||||
{ id: "m1", name: "Анна", role: "Аніматор", description: "Створює посмішки на дитячих обличчях.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-cheerful-young-woman-with-long-wavy-hair_23-2148281363.jpg" }
|
||||
]}
|
||||
/>
|
||||
</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: "Локація", items: [{ label: "м. Стрий, вул. Шевченка, 5а" }] },
|
||||
{ title: "Контакти", 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"
|
||||
bottomLeftText="© 2024 Wonderland Стрий"
|
||||
bottomRightText="Графік роботи: 10:00 - 23:00"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user