Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-25 02:09:03 +00:00

View File

@@ -11,7 +11,7 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { Mic, Sparkles, Users } from "lucide-react";
import { Mic, Sparkles, Users, Theater, Star, UserStar } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,29 +32,17 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "home",
},
name: "Home", id: "home"},
{
name: "Events",
id: "events",
},
name: "Events", id: "events"},
{
name: "Performers",
id: "performers",
},
name: "Performers", id: "performers"},
{
name: "About Us",
id: "about",
},
name: "About Us", id: "about"},
{
name: "FAQ",
id: "faq",
},
name: "FAQ", id: "faq"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Inside Outside Comedy Club"
bottomLeftText="Laugh Out Loud"
@@ -65,34 +53,23 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Laugh Out Loud, Rain or Shine"
description="Top-tier standup comedy in our indoor theater or under the stars. Open mics, featured shows, and unforgettable nights year-round."
buttons={[
{
text: "View Events & Get Tickets",
href: "#events",
},
text: "View Events & Get Tickets", href: "#events"},
]}
buttonAnimation="slide-up"
avatars={[
{
src: "https://pixabay.com/get/gb83d92786e7437c85767cfa257ecb7125fd92d8f3231f080ca60fc5fd8b648dd52d8171af702459d6ec7b7c0c36e4e33c11fea8bdcfbb30382a3bc0f09cd6f44_1280.jpg",
alt: "Audience Member 1",
},
src: "https://pixabay.com/get/gb83d92786e7437c85767cfa257ecb7125fd92d8f3231f080ca60fc5fd8b648dd52d8171af702459d6ec7b7c0c36e4e33c11fea8bdcfbb30382a3bc0f09cd6f44_1280.jpg", alt: "Audience Member 1"},
{
src: "https://pixabay.com/get/g3592cdd8282f14e7baabc2c998d12d4de3f86ee8fc5a35e5da5ab8a8e22292806f57598b90a9444d22e52befe975ed8166b96e42d682359487066143f3fb935c_1280.jpg",
alt: "Audience Member 2",
},
src: "https://pixabay.com/get/g3592cdd8282f14e7baabc2c998d12d4de3f86ee8fc5a35e5da5ab8a8e22292806f57598b90a9444d22e52befe975ed8166b96e42d682359487066143f3fb935c_1280.jpg", alt: "Audience Member 2"},
{
src: "https://pixabay.com/get/g12eff3f5336dcd15886fb6b00cdb316135e52b72b679a10205014d19ce96d98099d1e59f90d653429bdbd5599c13e5bd36d23887c303b37638396bc856f0d557_1280.jpg",
alt: "Audience Member 3",
},
src: "https://pixabay.com/get/g12eff3f5336dcd15886fb6b00cdb316135e52b72b679a10205014d19ce96d98099d1e59f90d653429bdbd5599c13e5bd36d23887c303b37638396bc856f0d557_1280.jpg", alt: "Audience Member 3"},
{
src: "https://pixabay.com/get/gae168652cf0d188693c46a6f40640ee61fe5fff202ea3a9ca56ad371a22d5a4d67ea6651c5bf73dc1d31ebaee2842ecd745c0c4d01d7b7c9fb9d3a54754817f8_1280.jpg",
alt: "Audience Member 4",
},
src: "https://pixabay.com/get/gae168652cf0d188693c46a6f40640ee61fe5fff202ea3a9ca56ad371a22d5a4d67ea6651c5bf73dc1d31ebaee2842ecd745c0c4d01d7b7c9fb9d3a54754817f8_1280.jpg", alt: "Audience Member 4"},
]}
avatarText="Join our happy audience!"
imageSrc="https://pixabay.com/get/gdf62bc01e5eb10f507e98c394b2cea8805f4f27ac28faf787378293116b795f46b72cc12b05f6f6b23ad8f7886c8c649c2221330872593c05831167e1ced8240_1280.jpg"
@@ -108,19 +85,13 @@ export default function LandingPage() {
metrics={[
{
icon: Mic,
label: "Comedians Hosted",
value: "500+",
},
label: "Comedians Hosted", value: "500+"},
{
icon: Sparkles,
label: "Shows Annually",
value: "200+",
},
label: "Shows Annually", value: "200+"},
{
icon: Users,
label: "Happy Audience",
value: "50K+",
},
label: "Happy Audience", value: "50K+"},
]}
metricsAnimation="slide-up"
/>
@@ -132,25 +103,13 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "The Indoor Stage",
description: "Our classic theater offers a cozy, intimate setting for standup, ensuring every punchline hits home.",
imageSrc: "https://pixabay.com/get/g3d0f333b2b9ba024b3e3922f113d6b83d3920a6442171bed9d7637af26cbf0e17f9c33e19318ac4dc9912b448dcdca44b9b4b7ac2c91590fb70370f4049510e8_1280.jpg",
imageAlt: "Indoor comedy stage",
buttonIcon: "Theater",
title: "The Indoor Stage", description: "Our classic theater offers a cozy, intimate setting for standup, ensuring every punchline hits home.", imageSrc: "https://pixabay.com/get/g3d0f333b2b9ba024b3e3922f113d6b83d3920a6442171bed9d7637af26cbf0e17f9c33e19318ac4dc9912b448dcdca44b9b4b7ac2c91590fb70370f4049510e8_1280.jpg", imageAlt: "Indoor comedy stage", buttonIcon: Theater,
},
{
title: "Under The Stars",
description: "Enjoy the magic of open-air comedy on our rooftop patio, with city lights as your backdrop.",
imageSrc: "https://pixabay.com/get/g3d52a961afdaf5d7b5414ad7e4a81ddbb69eb1ef85d68d431d5141185490cd1ea10167dde6164885432a3022e539bd43e89e6d162fe31e2c93851012378fdf2a_1280.jpg",
imageAlt: "Outdoor comedy stage",
buttonIcon: "Star",
title: "Under The Stars", description: "Enjoy the magic of open-air comedy on our rooftop patio, with city lights as your backdrop.", imageSrc: "https://pixabay.com/get/g3d52a961afdaf5d7b5414ad7e4a81ddbb69eb1ef85d68d431d5141185490cd1ea10167dde6164885432a3022e539bd43e89e6d162fe31e2c93851012378fdf2a_1280.jpg", imageAlt: "Outdoor comedy stage", buttonIcon: Star,
},
{
title: "Featured Headliners",
description: "We bring national and local comedic giants to our stages for unforgettable nights of hilarity.",
imageSrc: "https://pixabay.com/get/g07dff73548fc2baa6ef78f6682e267d9d492d48036e18b8344dad4b27179035529f3537eb2206c610732e41ee75f1b3677597e06c4c695d2a30eac13f6055cb6_1280.jpg",
imageAlt: "Comedian performing on stage",
buttonIcon: "UserStar",
title: "Featured Headliners", description: "We bring national and local comedic giants to our stages for unforgettable nights of hilarity.", imageSrc: "https://pixabay.com/get/g07dff73548fc2baa6ef78f6682e267d9d492d48036e18b8344dad4b27179035529f3537eb2206c610732e41ee75f1b3677597e06c4c695d2a30eac13f6055cb6_1280.jpg", imageAlt: "Comedian performing on stage", buttonIcon: UserStar,
},
]}
title="Experience Comedy in Every Setting"
@@ -166,35 +125,14 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "event-1",
brand: "Special Event",
name: "Laugh Riot Live! feat. Jane Doe",
price: "$35.00",
rating: 5,
reviewCount: "120 reviews",
imageSrc: "https://pixabay.com/get/gc4088b4d102e7ca730bbf0fcfaafa24237d26aa90f72d7f32caf516f4d1563030d37cb125e42b74edc80c2b48076468a8931cfae28fd4ac3f1c78f242fe78442_1280.jpg",
imageAlt: "Comedy show poster for Jane Doe",
},
id: "event-1", brand: "Special Event", name: "Laugh Riot Live! feat. Jane Doe", price: "$35.00", rating: 5,
reviewCount: "120 reviews", imageSrc: "https://pixabay.com/get/gc4088b4d102e7ca730bbf0fcfaafa24237d26aa90f72d7f32caf516f4d1563030d37cb125e42b74edc80c2b48076468a8931cfae28fd4ac3f1c78f242fe78442_1280.jpg", imageAlt: "Comedy show poster for Jane Doe"},
{
id: "event-2",
brand: "Headliner Spotlight",
name: "Comedy Central's Best: John Smith",
price: "$45.00",
rating: 5,
reviewCount: "95 reviews",
imageSrc: "https://pixabay.com/get/gdbc2a8ab1681814b65bdb5615c84e68707b32b874c54db3449a067ca417b293f0e23e664e9c74df4cbc986867f7dada033350282d945f97a0f8a57ff57861784_1280.jpg",
imageAlt: "Comedy show poster for John Smith",
},
id: "event-2", brand: "Headliner Spotlight", name: "Comedy Central's Best: John Smith", price: "$45.00", rating: 5,
reviewCount: "95 reviews", imageSrc: "https://pixabay.com/get/gdbc2a8ab1681814b65bdb5615c84e68707b32b874c54db3449a067ca417b293f0e23e664e9c74df4cbc986867f7dada033350282d945f97a0f8a57ff57861784_1280.jpg", imageAlt: "Comedy show poster for John Smith"},
{
id: "event-3",
brand: "Community Night",
name: "Open Mic Comedy Gala",
price: "$15.00",
rating: 4,
reviewCount: "78 reviews",
imageSrc: "https://pixabay.com/get/g2faf897aa9b9f7d7ee60ddb8ca026239ea1b1dc4d7c54004455d29a157ab2cf85838a3da43a9d9407d17a3c607ffbb10e4c37e0e5ff775ba71bbb193a05403b6_1280.jpg",
imageAlt: "Open mic comedy show poster",
},
id: "event-3", brand: "Community Night", name: "Open Mic Comedy Gala", price: "$15.00", rating: 4,
reviewCount: "78 reviews", imageSrc: "https://pixabay.com/get/g2faf897aa9b9f7d7ee60ddb8ca026239ea1b1dc4d7c54004455d29a157ab2cf85838a3da43a9d9407d17a3c607ffbb10e4c37e0e5ff775ba71bbb193a05403b6_1280.jpg", imageAlt: "Open mic comedy show poster"},
]}
title="Upcoming Shows & Events"
description="Don't miss out on the laughter! Grab your tickets before they sell out."
@@ -207,55 +145,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
date: "May 2024",
title: "Absolute Blast!",
quote: "Inside Outside Comedy Club is my go-to for a fun night out. The performers are always incredible, and the atmosphere is electric!",
tag: "Comedy Fan",
avatarSrc: "https://pixabay.com/get/gb83d92786e7437c85767cfa257ecb7125fd92d8f3231f080ca60fc5fd8b648dd52d8171af702459d6ec7b7c0c36e4e33c11fea8bdcfbb30382a3bc0f09cd6f44_1280.jpg",
avatarAlt: "Sarah J. avatar",
},
id: "1", name: "Sarah J.", date: "May 2024", title: "Absolute Blast!", quote: "Inside Outside Comedy Club is my go-to for a fun night out. The performers are always incredible, and the atmosphere is electric!", tag: "Comedy Fan", avatarSrc: "https://pixabay.com/get/gb83d92786e7437c85767cfa257ecb7125fd92d8f3231f080ca60fc5fd8b648dd52d8171af702459d6ec7b7c0c36e4e33c11fea8bdcfbb30382a3bc0f09cd6f44_1280.jpg", avatarAlt: "Sarah J. avatar"},
{
id: "2",
name: "Michael T.",
date: "April 2024",
title: "Best Date Night!",
quote: "Took my partner here, and we laughed until our sides hurt. The outdoor show was magical. Highly recommend!",
tag: "Date Nighter",
avatarSrc: "https://pixabay.com/get/g3592cdd8282f14e7baabc2c998d12d4de3f86ee8fc5a35e5da5ab8a8e22292806f57598b90a9444d22e52befe975ed8166b96e42d682359487066143f3fb935c_1280.jpg",
avatarAlt: "Michael T. avatar",
},
id: "2", name: "Michael T.", date: "April 2024", title: "Best Date Night!", quote: "Took my partner here, and we laughed until our sides hurt. The outdoor show was magical. Highly recommend!", tag: "Date Nighter", avatarSrc: "https://pixabay.com/get/g3592cdd8282f14e7baabc2c998d12d4de3f86ee8fc5a35e5da5ab8a8e22292806f57598b90a9444d22e52befe975ed8166b96e42d682359487066143f3fb935c_1280.jpg", avatarAlt: "Michael T. avatar"},
{
id: "3",
name: "Emily R.",
date: "March 2024",
title: "Top-Tier Talent",
quote: "As a long-time comedy enthusiast, I can say this club consistently brings in amazing comedians. Never disappointed!",
tag: "Enthusiast",
avatarSrc: "https://pixabay.com/get/g12eff3f5336dcd15886fb6b00cdb316135e52b72b679a10205014d19ce96d98099d1e59f90d653429bdbd5599c13e5bd36d23887c303b37638396bc856f0d557_1280.jpg",
avatarAlt: "Emily R. avatar",
},
id: "3", name: "Emily R.", date: "March 2024", title: "Top-Tier Talent", quote: "As a long-time comedy enthusiast, I can say this club consistently brings in amazing comedians. Never disappointed!", tag: "Enthusiast", avatarSrc: "https://pixabay.com/get/g12eff3f5336dcd15886fb6b00cdb316135e52b72b679a10205014d19ce96d98099d1e59f90d653429bdbd5599c13e5bd36d23887c303b37638396bc856f0d557_1280.jpg", avatarAlt: "Emily R. avatar"},
{
id: "4",
name: "David L.",
date: "February 2024",
title: "Fantastic Venue",
quote: "The dual spaces are genius! We love the versatility and the vibrant energy, whether indoors or out. Great service too.",
tag: "Regular Patron",
avatarSrc: "https://pixabay.com/get/gae168652cf0d188693c46a6f40640ee61fe5fff202ea3a9ca56ad371a22d5a4d67ea6651c5bf73dc1d31ebaee2842ecd745c0c4d01d7b7c9fb9d3a54754817f8_1280.jpg",
avatarAlt: "David L. avatar",
},
id: "4", name: "David L.", date: "February 2024", title: "Fantastic Venue", quote: "The dual spaces are genius! We love the versatility and the vibrant energy, whether indoors or out. Great service too.", tag: "Regular Patron", avatarSrc: "https://pixabay.com/get/gae168652cf0d188693c46a6f40640ee61fe5fff202ea3a9ca56ad371a22d5a4d67ea6651c5bf73dc1d31ebaee2842ecd745c0c4d01d7b7c9fb9d3a54754817f8_1280.jpg", avatarAlt: "David L. avatar"},
{
id: "5",
name: "Jessica M.",
date: "January 2024",
title: "Laughter Guaranteed!",
quote: "Every show I've attended here has been a hit. The comedians are hilarious and the whole experience is just pure joy. Can't wait for my next visit!",
tag: "Happy Customer",
avatarSrc: "https://pixabay.com/get/gebd625f588e5fecc62d0b120d91bed437bc756ecff4ed80fc00015955892bfc4f13ba727b4f8c3d43d383029c51b3a839e181598d1b9eb2d7f290e2a34c6511d_1280.jpg",
avatarAlt: "Jessica M. avatar",
},
id: "5", name: "Jessica M.", date: "January 2024", title: "Laughter Guaranteed!", quote: "Every show I've attended here has been a hit. The comedians are hilarious and the whole experience is just pure joy. Can't wait for my next visit!", tag: "Happy Customer", avatarSrc: "https://pixabay.com/get/gebd625f588e5fecc62d0b120d91bed437bc756ecff4ed80fc00015955892bfc4f13ba727b4f8c3d43d383029c51b3a839e181598d1b9eb2d7f290e2a34c6511d_1280.jpg", avatarAlt: "Jessica M. avatar"},
]}
title="What Our Audience Says"
description="Hear from our happy patrons who experienced unforgettable nights of comedy."
@@ -268,30 +166,15 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "1",
title: "How do I purchase tickets?",
content: "Tickets can be purchased directly through our website by selecting your desired show from the 'Events' section. We recommend booking in advance as shows often sell out.",
},
id: "1", title: "How do I purchase tickets?", content: "Tickets can be purchased directly through our website by selecting your desired show from the 'Events' section. We recommend booking in advance as shows often sell out."},
{
id: "2",
title: "What are your age restrictions?",
content: "All of our shows are strictly 21+. A valid ID is required for entry to all performances. No exceptions will be made.",
},
id: "2", title: "What are your age restrictions?", content: "All of our shows are strictly 21+. A valid ID is required for entry to all performances. No exceptions will be made."},
{
id: "3",
title: "Do you offer food and drinks?",
content: "Yes, we have a full bar and a selection of snacks available for purchase before and during shows. Our menu includes both alcoholic and non-alcoholic options.",
},
id: "3", title: "Do you offer food and drinks?", content: "Yes, we have a full bar and a selection of snacks available for purchase before and during shows. Our menu includes both alcoholic and non-alcoholic options."},
{
id: "4",
title: "What is the difference between indoor and outdoor shows?",
content: "Our indoor shows are held in our climate-controlled theater, while outdoor shows are on our rooftop patio (weather permitting). Both offer unique atmospheres, but outdoor seating is first-come, first-served.",
},
id: "4", title: "What is the difference between indoor and outdoor shows?", content: "Our indoor shows are held in our climate-controlled theater, while outdoor shows are on our rooftop patio (weather permitting). Both offer unique atmospheres, but outdoor seating is first-come, first-served."},
{
id: "5",
title: "Can I perform at an Open Mic night?",
content: "Absolutely! We welcome aspiring comedians to our weekly Open Mic nights. Please check our 'Events' page for registration details and rules.",
},
id: "5", title: "Can I perform at an Open Mic night?", content: "Absolutely! We welcome aspiring comedians to our weekly Open Mic nights. Please check our 'Events' page for registration details and rules."},
]}
title="Frequently Asked Questions"
description="Find answers to common questions about tickets, shows, and our club."
@@ -303,18 +186,13 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
text="Ready for a night of endless laughter? Get in touch with us to book your private event or for any inquiries."
buttons={[
{
text: "Contact Us",
href: "mailto:info@insideoutsidecomedy.com",
},
text: "Contact Us", href: "mailto:info@insideoutsidecomedy.com"},
{
text: "Book a Private Event",
href: "/private-events",
},
text: "Book a Private Event", href: "/private-events"},
]}
/>
</div>
@@ -324,50 +202,31 @@ export default function LandingPage() {
logoText="Inside Outside Comedy Club"
columns={[
{
title: "Explore",
items: [
title: "Explore", items: [
{
label: "Events",
href: "#events",
},
label: "Events", href: "#events"},
{
label: "Performers",
href: "#performers",
},
label: "Performers", href: "#performers"},
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
{
label: "Private Events",
href: "/private-events",
},
label: "Private Events", href: "/private-events"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}