Update src/app/page.tsx
This commit is contained in:
352
src/app/page.tsx
352
src/app/page.tsx
@@ -13,7 +13,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Award, History, Users } from "lucide-react";
|
||||
import { Award, History, Users, BookOpen, Lightbulb, Sparkles, Palette } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -34,37 +34,21 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Productions",
|
||||
id: "#productions",
|
||||
},
|
||||
name: "Productions", id: "#productions"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "#blog",
|
||||
},
|
||||
name: "Blog", id: "#blog"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Teatr Oratorium"
|
||||
/>
|
||||
@@ -77,38 +61,24 @@ export default function LandingPage() {
|
||||
tag="Live Performance"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Performances",
|
||||
href: "#productions",
|
||||
},
|
||||
text: "View Performances", href: "#productions"},
|
||||
{
|
||||
text: "Book Tickets",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Tickets", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-man-yellow-scene-with-lemon-slice-front-eye_23-2148184710.jpg",
|
||||
alt: "Lead Actor",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-man-yellow-scene-with-lemon-slice-front-eye_23-2148184710.jpg", alt: "Lead Actor"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/different-moments-theater-class_23-2151104312.jpg",
|
||||
alt: "Artistic Director",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/different-moments-theater-class_23-2151104312.jpg", alt: "Artistic Director"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-azeri-man-traditional-costume-studio-shot-blue-background-spring-dancer-novruz_140725-157441.jpg",
|
||||
alt: "Audience Member",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-azeri-man-traditional-costume-studio-shot-blue-background-spring-dancer-novruz_140725-157441.jpg", alt: "Audience Member"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185556.jpg",
|
||||
alt: "Another Audience Member",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185556.jpg", alt: "Another Audience Member"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cool-man-white-classic-shirt-holds-glass-award-statuette_197531-23881.jpg",
|
||||
alt: "Third Audience Member",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cool-man-white-classic-shirt-holds-glass-award-statuette_197531-23881.jpg", alt: "Third Audience Member"},
|
||||
]}
|
||||
avatarText="Join our growing audience of theatre lovers!"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blurred-red-spots-with-copy-space_23-2148241380.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blurred-red-spots-with-copy-space_23-2148241380.jpg"
|
||||
imageAlt="A dramatic stage with a single spotlight and velvet curtains, awaiting a performance"
|
||||
showDimOverlay={true}
|
||||
showBlur={true}
|
||||
@@ -123,22 +93,15 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: History,
|
||||
label: "Years of History",
|
||||
value: "75+",
|
||||
},
|
||||
label: "Years of History", value: "75+"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Staged Productions",
|
||||
value: "300+",
|
||||
},
|
||||
label: "Staged Productions", value: "300+"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Audience Members",
|
||||
value: "1M+",
|
||||
},
|
||||
label: "Audience Members", value: "1M+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
description="For decades, Teatr Oratorium has been a beacon of artistic innovation and storytelling, captivating audiences with powerful performances and a commitment to cultural enrichment. We celebrate the enduring power of theatre."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -148,32 +111,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Classic Repertoire",
|
||||
description: "Experience iconic plays from the greatest playwrights, brought to life with passion and precision by our talented ensemble.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-with-gothic-style-costumes-make-up-performing-drama-world-theatre-day_23-2151182219.jpg",
|
||||
imageAlt: "Actors performing a classic play on stage",
|
||||
buttonIcon: "BookOpen",
|
||||
title: "Classic Repertoire", description: "Experience iconic plays from the greatest playwrights, brought to life with passion and precision by our talented ensemble.", imageSrc: "http://img.b2bpic.net/free-photo/people-with-gothic-style-costumes-make-up-performing-drama-world-theatre-day_23-2151182219.jpg", imageAlt: "Actors performing a classic play on stage", buttonIcon: BookOpen,
|
||||
},
|
||||
{
|
||||
title: "Modern Interpretations",
|
||||
description: "Discover contemporary works that challenge, provoke, and reflect the complexities of our modern world with fresh perspectives.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spectrum-flashes-coloured-light_23-2151792506.jpg",
|
||||
imageAlt: "Modern stage design with abstract lighting",
|
||||
buttonIcon: "Lightbulb",
|
||||
title: "Modern Interpretations", description: "Discover contemporary works that challenge, provoke, and reflect the complexities of our modern world with fresh perspectives.", imageSrc: "http://img.b2bpic.net/free-photo/spectrum-flashes-coloured-light_23-2151792506.jpg", imageAlt: "Modern stage design with abstract lighting", buttonIcon: Lightbulb,
|
||||
},
|
||||
{
|
||||
title: "Youth Programs",
|
||||
description: "Nurture the next generation of artists and theatre lovers with our engaging workshops, summer camps, and student productions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-performing-play-stage-word-theatre-day_23-2151163770.jpg",
|
||||
imageAlt: "Children performing on a small stage",
|
||||
buttonIcon: "Sparkles",
|
||||
title: "Youth Programs", description: "Nurture the next generation of artists and theatre lovers with our engaging workshops, summer camps, and student productions.", imageSrc: "http://img.b2bpic.net/free-photo/kids-performing-play-stage-word-theatre-day_23-2151163770.jpg", imageAlt: "Children performing on a small stage", buttonIcon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Creative Workshops",
|
||||
description: "Deepen your understanding and appreciation of theatre through immersive workshops led by seasoned professionals.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiple-mirror-effect-woman-smiling-as-joker_23-2148282210.jpg",
|
||||
imageAlt: "Group of adults in an acting workshop",
|
||||
buttonIcon: "Palette",
|
||||
title: "Creative Workshops", description: "Deepen your understanding and appreciation of theatre through immersive workshops led by seasoned professionals.", imageSrc: "http://img.b2bpic.net/free-photo/multiple-mirror-effect-woman-smiling-as-joker_23-2148282210.jpg", imageAlt: "Group of adults in an acting workshop", buttonIcon: Palette,
|
||||
},
|
||||
]}
|
||||
title="A Stage for Every Story"
|
||||
@@ -189,47 +136,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "prod-1",
|
||||
name: "The Phantom's Waltz",
|
||||
price: "Tickets from $45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-chair-side-view_23-2149915056.jpg",
|
||||
imageAlt: "Theatrical poster for 'The Phantom's Waltz'",
|
||||
},
|
||||
id: "prod-1", name: "The Phantom's Waltz", price: "Tickets from $45", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-chair-side-view_23-2149915056.jpg", imageAlt: "Theatrical poster for 'The Phantom's Waltz'"},
|
||||
{
|
||||
id: "prod-2",
|
||||
name: "Whispers of the Willow",
|
||||
price: "Tickets from $38",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slim-woman-holding-hands-with-young-man-street_23-2148012608.jpg",
|
||||
imageAlt: "Theatrical poster for 'Whispers of the Willow'",
|
||||
},
|
||||
id: "prod-2", name: "Whispers of the Willow", price: "Tickets from $38", imageSrc: "http://img.b2bpic.net/free-photo/slim-woman-holding-hands-with-young-man-street_23-2148012608.jpg", imageAlt: "Theatrical poster for 'Whispers of the Willow'"},
|
||||
{
|
||||
id: "prod-3",
|
||||
name: "Echoes in the Dark",
|
||||
price: "Tickets from $50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-international-women-s-day-celebration-women-s-rights_23-2151368481.jpg",
|
||||
imageAlt: "Theatrical poster for 'Echoes in the Dark'",
|
||||
},
|
||||
id: "prod-3", name: "Echoes in the Dark", price: "Tickets from $50", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-international-women-s-day-celebration-women-s-rights_23-2151368481.jpg", imageAlt: "Theatrical poster for 'Echoes in the Dark'"},
|
||||
{
|
||||
id: "prod-4",
|
||||
name: "The Starlight Lantern",
|
||||
price: "Tickets from $30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-ventriloquist-with-puppet-show_23-2150535341.jpg",
|
||||
imageAlt: "Theatrical poster for 'The Starlight Lantern'",
|
||||
},
|
||||
id: "prod-4", name: "The Starlight Lantern", price: "Tickets from $30", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-ventriloquist-with-puppet-show_23-2150535341.jpg", imageAlt: "Theatrical poster for 'The Starlight Lantern'"},
|
||||
{
|
||||
id: "prod-5",
|
||||
name: "Symphony of Souls",
|
||||
price: "Tickets from $55",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-with-gothic-style-costumes-make-up-performing-drama-world-theatre-day_23-2151182232.jpg",
|
||||
imageAlt: "Theatrical poster for 'Symphony of Souls'",
|
||||
},
|
||||
id: "prod-5", name: "Symphony of Souls", price: "Tickets from $55", imageSrc: "http://img.b2bpic.net/free-photo/people-with-gothic-style-costumes-make-up-performing-drama-world-theatre-day_23-2151182232.jpg", imageAlt: "Theatrical poster for 'Symphony of Souls'"},
|
||||
{
|
||||
id: "prod-6",
|
||||
name: "Crimson Tide Rising",
|
||||
price: "Tickets from $42",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-3d-painting-coming-life-with-person-frame_23-2151019938.jpg",
|
||||
imageAlt: "Theatrical poster for 'Crimson Tide Rising'",
|
||||
},
|
||||
id: "prod-6", name: "Crimson Tide Rising", price: "Tickets from $42", imageSrc: "http://img.b2bpic.net/free-photo/abstract-3d-painting-coming-life-with-person-frame_23-2151019938.jpg", imageAlt: "Theatrical poster for 'Crimson Tide Rising'"},
|
||||
]}
|
||||
title="Upcoming Productions"
|
||||
description="Don't miss our latest and greatest performances. Secure your seats for these captivating shows before they sell out!"
|
||||
@@ -243,44 +160,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
groups={[
|
||||
{
|
||||
id: "artistic-team",
|
||||
groupTitle: "Artistic & Production",
|
||||
members: [
|
||||
id: "artistic-team", groupTitle: "Artistic & Production", members: [
|
||||
{
|
||||
id: "member-1",
|
||||
title: "Ewa Kowalska",
|
||||
subtitle: "Artistic Director",
|
||||
detail: "Visionary leader guiding the theatre's artistic direction and programming.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/process-creating-stand-up-comedy_23-2151058827.jpg",
|
||||
imageAlt: "Portrait of Ewa Kowalska",
|
||||
},
|
||||
id: "member-1", title: "Ewa Kowalska", subtitle: "Artistic Director", detail: "Visionary leader guiding the theatre's artistic direction and programming.", imageSrc: "http://img.b2bpic.net/free-photo/process-creating-stand-up-comedy_23-2151058827.jpg", imageAlt: "Portrait of Ewa Kowalska"},
|
||||
{
|
||||
id: "member-2",
|
||||
title: "Marek Nowak",
|
||||
subtitle: "Lead Actor",
|
||||
detail: "Renowned for his captivating performances and versatile stage presence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-singing-microphone-blurred-bar_23-2148673617.jpg",
|
||||
imageAlt: "Portrait of Marek Nowak",
|
||||
},
|
||||
id: "member-2", title: "Marek Nowak", subtitle: "Lead Actor", detail: "Renowned for his captivating performances and versatile stage presence.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-singing-microphone-blurred-bar_23-2148673617.jpg", imageAlt: "Portrait of Marek Nowak"},
|
||||
{
|
||||
id: "member-3",
|
||||
title: "Anna Wiśniewska",
|
||||
subtitle: "Stage Manager",
|
||||
detail: "Ensuring seamless coordination and execution of every production behind the scenes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background-glasses_158538-9604.jpg",
|
||||
imageAlt: "Portrait of Anna Wiśniewska",
|
||||
},
|
||||
id: "member-3", title: "Anna Wiśniewska", subtitle: "Stage Manager", detail: "Ensuring seamless coordination and execution of every production behind the scenes.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background-glasses_158538-9604.jpg", imageAlt: "Portrait of Anna Wiśniewska"},
|
||||
{
|
||||
id: "member-4",
|
||||
title: "Paweł Zieliński",
|
||||
subtitle: "Set Designer",
|
||||
detail: "Crafting immersive and breathtaking stage environments for our plays.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-blonde-young-woman-doing-paintings-paper-table_23-2147889857.jpg",
|
||||
imageAlt: "Portrait of Paweł Zieliński",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-red-spots-with-copy-space_23-2148241380.jpg?_wi=2",
|
||||
imageAlt: "theatre director portrait serious",
|
||||
id: "member-4", title: "Paweł Zieliński", subtitle: "Set Designer", detail: "Crafting immersive and breathtaking stage environments for our plays.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-blonde-young-woman-doing-paintings-paper-table_23-2147889857.jpg", imageAlt: "Portrait of Paweł Zieliński"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Meet Our Talented Team"
|
||||
@@ -296,50 +185,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "test-1",
|
||||
name: "Katarzyna Wójcik",
|
||||
role: "Frequent Spectator",
|
||||
company: "Local Theatre Enthusiast",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185561.jpg",
|
||||
imageAlt: "Katarzyna Wójcik smiling",
|
||||
},
|
||||
id: "test-1", name: "Katarzyna Wójcik", role: "Frequent Spectator", company: "Local Theatre Enthusiast", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185561.jpg", imageAlt: "Katarzyna Wójcik smiling"},
|
||||
{
|
||||
id: "test-2",
|
||||
name: "Tomasz Kaczmarek",
|
||||
role: "Art Critic",
|
||||
company: "Cultural Review Daily",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-three-male-friend-home_23-2148160156.jpg",
|
||||
imageAlt: "Tomasz Kaczmarek thoughtful",
|
||||
},
|
||||
id: "test-2", name: "Tomasz Kaczmarek", role: "Art Critic", company: "Cultural Review Daily", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-three-male-friend-home_23-2148160156.jpg", imageAlt: "Tomasz Kaczmarek thoughtful"},
|
||||
{
|
||||
id: "test-3",
|
||||
name: "Magdalena Piotrowska",
|
||||
role: "Student & Volunteer",
|
||||
company: "University of Arts",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-number-two_1187-4119.jpg",
|
||||
imageAlt: "Magdalena Piotrowska happy",
|
||||
},
|
||||
id: "test-3", name: "Magdalena Piotrowska", role: "Student & Volunteer", company: "University of Arts", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-number-two_1187-4119.jpg", imageAlt: "Magdalena Piotrowska happy"},
|
||||
{
|
||||
id: "test-4",
|
||||
name: "Jan Lewandowski",
|
||||
role: "Retired Professor",
|
||||
company: "Former Educator",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-men-partying-together-front-view_23-2150132202.jpg",
|
||||
imageAlt: "Jan Lewandowski smiling",
|
||||
},
|
||||
id: "test-4", name: "Jan Lewandowski", role: "Retired Professor", company: "Former Educator", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-men-partying-together-front-view_23-2150132202.jpg", imageAlt: "Jan Lewandowski smiling"},
|
||||
{
|
||||
id: "test-5",
|
||||
name: "Alicja Dąbrowska",
|
||||
role: "Community Leader",
|
||||
company: "City Arts Council",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-watching-interesting-film-together_23-2147803792.jpg",
|
||||
imageAlt: "Alicja Dąbrowska thoughtful",
|
||||
},
|
||||
id: "test-5", name: "Alicja Dąbrowska", role: "Community Leader", company: "City Arts Council", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-watching-interesting-film-together_23-2147803792.jpg", imageAlt: "Alicja Dąbrowska thoughtful"},
|
||||
]}
|
||||
title="What Our Audience Says"
|
||||
description="Hear glowing reviews from theater lovers who've experienced the magic and emotional depth of our performances."
|
||||
@@ -355,38 +214,11 @@ export default function LandingPage() {
|
||||
description="Stay updated with behind-the-scenes stories, exclusive artist interviews, and all the latest news from Teatr Oratorium."
|
||||
blogs={[
|
||||
{
|
||||
id: "blog-1",
|
||||
category: "Backstage",
|
||||
title: "A Day in the Life of a Stage Manager",
|
||||
excerpt: "Ever wondered what happens backstage before the curtain rises? Get an exclusive peek into the organized chaos and meticulous planning.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-antiques-market-objects_23-2148950925.jpg",
|
||||
imageAlt: "Backstage view of a theatre with props",
|
||||
authorName: "Michał Wójcik",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/front-view-businessman-working-from-home_23-2148816829.jpg",
|
||||
date: "October 26, 2023",
|
||||
},
|
||||
id: "blog-1", category: "Backstage", title: "A Day in the Life of a Stage Manager", excerpt: "Ever wondered what happens backstage before the curtain rises? Get an exclusive peek into the organized chaos and meticulous planning.", imageSrc: "http://img.b2bpic.net/free-photo/assortment-antiques-market-objects_23-2148950925.jpg", imageAlt: "Backstage view of a theatre with props", authorName: "Michał Wójcik", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-businessman-working-from-home_23-2148816829.jpg", date: "October 26, 2023"},
|
||||
{
|
||||
id: "blog-2",
|
||||
category: "Interviews",
|
||||
title: "Interview with Our Lead Actor: Inspiration & Craft",
|
||||
excerpt: "Sit down with Marek Nowak as he discusses his journey into acting, his role in our current production, and what inspires him most.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/students-rehashing-theater-class_23-2150960333.jpg",
|
||||
imageAlt: "Two actors discussing script on stage",
|
||||
authorName: "Julia Zając",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/hipster-man-with-mobile-phone-cafe_329181-2061.jpg",
|
||||
date: "October 20, 2023",
|
||||
},
|
||||
id: "blog-2", category: "Interviews", title: "Interview with Our Lead Actor: Inspiration & Craft", excerpt: "Sit down with Marek Nowak as he discusses his journey into acting, his role in our current production, and what inspires him most.", imageSrc: "http://img.b2bpic.net/free-photo/students-rehashing-theater-class_23-2150960333.jpg", imageAlt: "Two actors discussing script on stage", authorName: "Julia Zając", authorAvatar: "http://img.b2bpic.net/free-photo/hipster-man-with-mobile-phone-cafe_329181-2061.jpg", date: "October 20, 2023"},
|
||||
{
|
||||
id: "blog-3",
|
||||
category: "History",
|
||||
title: "The Rich History of Teatr Oratorium Building",
|
||||
excerpt: "Explore the architectural wonders and storied past of our beloved theatre building, a landmark of cultural heritage.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/date-carousel-woman-lover-park_1153-2248.jpg",
|
||||
imageAlt: "Historic theatre interior architecture",
|
||||
authorName: "Kamil Lis",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/young-handsome-man-walking-evening-outside-street_1303-17071.jpg",
|
||||
date: "October 15, 2023",
|
||||
},
|
||||
id: "blog-3", category: "History", title: "The Rich History of Teatr Oratorium Building", excerpt: "Explore the architectural wonders and storied past of our beloved theatre building, a landmark of cultural heritage.", imageSrc: "http://img.b2bpic.net/free-photo/date-carousel-woman-lover-park_1153-2248.jpg", imageAlt: "Historic theatre interior architecture", authorName: "Kamil Lis", authorAvatar: "http://img.b2bpic.net/free-photo/young-handsome-man-walking-evening-outside-street_1303-17071.jpg", date: "October 15, 2023"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -397,35 +229,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "How do I purchase tickets?",
|
||||
content: "Tickets can be purchased online through our website, at the box office during opening hours, or by calling our customer service line.",
|
||||
},
|
||||
id: "faq-1", title: "How do I purchase tickets?", content: "Tickets can be purchased online through our website, at the box office during opening hours, or by calling our customer service line."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "What are your box office hours?",
|
||||
content: "Our box office is open Tuesday to Saturday from 12:00 PM to 6:00 PM, and one hour prior to each performance.",
|
||||
},
|
||||
id: "faq-2", title: "What are your box office hours?", content: "Our box office is open Tuesday to Saturday from 12:00 PM to 6:00 PM, and one hour prior to each performance."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Is the theatre accessible for guests with disabilities?",
|
||||
content: "Yes, Teatr Oratorium is fully accessible. Please contact our box office in advance to arrange for any special accommodations you may require.",
|
||||
},
|
||||
id: "faq-3", title: "Is the theatre accessible for guests with disabilities?", content: "Yes, Teatr Oratorium is fully accessible. Please contact our box office in advance to arrange for any special accommodations you may require."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "What is your refund policy?",
|
||||
content: "All ticket sales are final. Exchanges may be permitted for another performance of the same production, subject to availability and a service fee.",
|
||||
},
|
||||
id: "faq-4", title: "What is your refund policy?", content: "All ticket sales are final. Exchanges may be permitted for another performance of the same production, subject to availability and a service fee."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "Are food and drinks allowed in the auditorium?",
|
||||
content: "Food and beverages purchased at our theatre bar are permitted in designated areas. Only bottled water is allowed inside the auditorium.",
|
||||
},
|
||||
id: "faq-5", title: "Are food and drinks allowed in the auditorium?", content: "Food and beverages purchased at our theatre bar are permitted in designated areas. Only bottled water is allowed inside the auditorium."},
|
||||
{
|
||||
id: "faq-6",
|
||||
title: "Do you offer group discounts?",
|
||||
content: "Yes, we offer special discounts for groups of 10 or more. Please contact our group sales department for more information and to book your visit.",
|
||||
},
|
||||
id: "faq-6", title: "Do you offer group discounts?", content: "Yes, we offer special discounts for groups of 10 or more. Please contact our group sales department for more information and to book your visit."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about tickets, performances, accessibility, and your visit to Teatr Oratorium."
|
||||
@@ -437,8 +251,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Connect"
|
||||
title="Visit Us or Get in Touch"
|
||||
description="We'd love to hear from you! Reach out for inquiries, collaborations, or just to share your love for theatre."
|
||||
@@ -455,62 +268,37 @@ export default function LandingPage() {
|
||||
logoText="Teatr Oratorium"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Performances",
|
||||
href: "#productions",
|
||||
},
|
||||
label: "Performances", href: "#productions"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Our Team", href: "#team"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#blog",
|
||||
},
|
||||
label: "Blog", href: "#blog"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Book Tickets",
|
||||
href: "#productions",
|
||||
},
|
||||
label: "Book Tickets", href: "#productions"},
|
||||
{
|
||||
label: "Donate",
|
||||
href: "#",
|
||||
},
|
||||
label: "Donate", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Cookie Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Cookie Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user