diff --git a/app/page.tsx b/app/page.tsx
index feb5ffd..0c1b57c 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -6,7 +6,7 @@ import PerksSection from '@/components/PerksSection'
import RersourcePersons from '@/components/ResourcePersons'
import TicketSection from '@/components/TicketSection'
import VenueDate from '@/components/VenueDate'
-import { PlayCircleIcon, PlusCircleIcon } from '@heroicons/react/24/outline'
+import { PlayCircleIcon, TicketIcon, ArrowUpCircleIcon } from '@heroicons/react/24/outline'
import Organisers from '@/components/Organisers'
import RegisterDialog from '@/components/RegisterDialog'
import { useState } from 'react'
@@ -44,23 +44,31 @@ export default function Home() {
@@ -84,7 +92,7 @@ export default function Home() {
Includes:
- - Welcome Kit Includes: 1 x Notepad-Pen, 1 x ID-Lanyard, + - Welcome Kit Includes: 1 x ID-Lanyard, Stickers
- Access to CTF
diff --git a/components/TicketSection/TicketCardProf.tsx b/components/TicketSection/TicketCardProf.tsx index c04a07a..d083632 100644 --- a/components/TicketSection/TicketCardProf.tsx +++ b/components/TicketSection/TicketCardProf.tsx @@ -16,7 +16,7 @@ function TicketCard({Professional Pass
- For working professionals and students from other colleges. + For working professionals and everyone else.
{' '} - - Welcome Kit Includes: 1 x Notepad-Pen, 1 x ID-Lanyard, + - Welcome Kit Includes: 1 x ID-Lanyard, Stickers
- Access to CTF
diff --git a/components/TicketSection/TicketCardStudent.tsx b/components/TicketSection/TicketCardStudent.tsx index f64e55d..23d3b70 100644 --- a/components/TicketSection/TicketCardStudent.tsx +++ b/components/TicketSection/TicketCardStudent.tsx @@ -23,7 +23,7 @@ function TicketCard({{' '} - - Welcome Kit Includes: 1 x Notepad-Pen, 1 x ID-Lanyard, + - Welcome Kit Includes: 1 x ID-Lanyard, Stickers
- Access to CTF
diff --git a/components/TicketSection/index.tsx b/components/TicketSection/index.tsx index 9ac650f..2135ab6 100644 --- a/components/TicketSection/index.tsx +++ b/components/TicketSection/index.tsx @@ -8,7 +8,7 @@ function TicketSection() { const [ticketBookingOpen, setTicketBookingOpen] = useState(false) const [bookTicketType, setBookTicketType] = useState('') return ( -