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() { {' '} Read Blog - + + +
+ {' '} + Questions? +
+

@@ -84,7 +92,7 @@ export default function Home() { - {/* */} + @@ -92,4 +100,4 @@ export default function Home() { ) -} \ No newline at end of file +} diff --git a/components/TicketSection/TicketCardLPU.tsx b/components/TicketSection/TicketCardLPU.tsx index 921b999..7bc288d 100644 --- a/components/TicketSection/TicketCardLPU.tsx +++ b/components/TicketSection/TicketCardLPU.tsx @@ -26,7 +26,7 @@ function TicketCard({

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.

@@ -24,7 +24,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/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 ( -
+
diff --git a/components/ui/Navbar/index.tsx b/components/ui/Navbar/index.tsx index dccaf21..f0628e9 100644 --- a/components/ui/Navbar/index.tsx +++ b/components/ui/Navbar/index.tsx @@ -130,13 +130,13 @@ const Navbar = () => { ))} setRegisterOpen(true)} + onClick={() => setRegisterOpen(false)} > - Register + Get passes
diff --git a/config/sponsors.json b/config/sponsors.json index 1b41742..2be8a93 100644 --- a/config/sponsors.json +++ b/config/sponsors.json @@ -2,17 +2,16 @@ { "category": "Platinum Sponsors", "sponsors": [ - { "name": "Popsicle", "logo": "./popsql.png", "url": "https://popsql.com" }, - { "name": "More Popsicles", "logo": "./popsql.png", "url": "https://popsql.com" }, - { "name": "Even More Popsicles", "logo": "./popsql.png", "url": "https://popsql.com" } + { "name": "EC-Council", "logo": "./EC-Council.png", "url": "https://www.eccouncil.org/" }, + { "name": "Quick Heal", "logo": "./Quick Heal.png", "url": "https://www.quickheal.co.in/" } ] }, { "category": "Gold Sponsors", "sponsors": [ - { "name": "Pppp Popsicles!", "logo": "./popsql.png", "url": "https://popsql.com" }, - { "name": "Popsicles!!!!", "logo": "./popsql.png", "url": "https://popsql.com" }, - { "name": "Nevermind, it's PopSQL", "logo": "./popsql.png", "url": "https://popsql.com" } + { "name": "Secure Hack", "logo": "./Secure Hack.png", "url": "https://www.securehack.net/" }, + { "name": "Crack Soft", "logo": "./Crack Soft.png", "url": "#" }, + { "name": "xyz", "logo": "./xyz.png", "url": "https://gen.xyz/" } ] } ] \ No newline at end of file diff --git a/public/Crack Soft.png b/public/Crack Soft.png new file mode 100644 index 0000000..f202b01 Binary files /dev/null and b/public/Crack Soft.png differ diff --git a/public/EC-Council.png b/public/EC-Council.png new file mode 100644 index 0000000..b9055b0 Binary files /dev/null and b/public/EC-Council.png differ diff --git a/public/Quick Heal.png b/public/Quick Heal.png new file mode 100644 index 0000000..9419ef3 Binary files /dev/null and b/public/Quick Heal.png differ diff --git a/public/Secure Hack.png b/public/Secure Hack.png new file mode 100644 index 0000000..936d435 Binary files /dev/null and b/public/Secure Hack.png differ diff --git a/public/xyz.png b/public/xyz.png new file mode 100644 index 0000000..3d56f91 Binary files /dev/null and b/public/xyz.png differ