Merge version_4 into main #4
@@ -5,7 +5,6 @@ import ReactLenis from "lenis/react";
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
|
||||
export default function TicketsPage() {
|
||||
return (
|
||||
@@ -40,16 +39,16 @@ export default function TicketsPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "day-pass", tag: "Popular", price: "€15", period: "per day", description: "Single day entry to all areas and main stages.", button: { text: "Buy on Comicon Official", href: "https://www.comicon.it/" },
|
||||
featuresTitle: "Included", features: ["Access to all pavilions", "Main stages access", "Cosplay contests entry"]
|
||||
id: "day-pass", tag: "Standard", price: "€20", period: "per day", description: "Full access for one day to all main exhibition areas.", button: { text: "Buy on Comicon Official", href: "https://www.comicon.it/" },
|
||||
featuresTitle: "Included", features: ["Access to all pavilions", "Exhibition areas access", "Artist Alley entry"]
|
||||
},
|
||||
{
|
||||
id: "weekend-pass", tag: "Best Value", price: "€35", period: "4 days", description: "Full experience pass for the entire event.", button: { text: "Buy on Comicon Official", href: "https://www.comicon.it/" },
|
||||
featuresTitle: "Included", features: ["Full 4-day access", "All panels and events", "Express entrance"]
|
||||
id: "full-pass", tag: "Best Value", price: "€65", period: "4 days", description: "Complete event access for the entire 4-day experience.", button: { text: "Buy on Comicon Official", href: "https://www.comicon.it/" },
|
||||
featuresTitle: "Included", features: ["Full 4-day access", "All stages access", "Priority entry lanes", "Commemorative badge"]
|
||||
},
|
||||
]}
|
||||
title="Official Comicon Tickets"
|
||||
description="Secure your access via the official Comicon ticketing platform."
|
||||
description="Purchase your tickets directly through the official Comicon ticketing portal."
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user