From 58593ea1b4eb34690dd30d7a0bfe1a8bbb58c7c6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 20:09:20 +0000 Subject: [PATCH] Update src/app/tickets/page.tsx --- src/app/tickets/page.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/app/tickets/page.tsx b/src/app/tickets/page.tsx index 6ca73ef..d92b108 100644 --- a/src/app/tickets/page.tsx +++ b/src/app/tickets/page.tsx @@ -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." />