Skip to content

Commit

Permalink
Merge pull request #12 from Ba3a-G/main
Browse files Browse the repository at this point in the history
update: cta button
  • Loading branch information
BRAVO68WEB authored Jan 18, 2024
2 parents 456c2e1 + 2f9f4e1 commit d6f7f34
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@ export default function Home() {
<span className="">Read Blog</span>
</div>
</a>
<a href="#ticketSection" className="">
<div className="flex text-white font-bold hover:bg-white hover:text-black hover:border-white hover:ring-1 hover:ring-white focus:ring-1 focus:ring-white">
<PlusCircleIcon
height={30}
width={30}
className=""
/>{' '}
<span className="">Get Passes</span>
</div>
</a>
</div>
<div className="date hidden lg:block absolute top-80 right-0 rotate-90">
<p className="text-6xl text-primary font-bold tracking-[1.5rem]">
Expand Down
2 changes: 1 addition & 1 deletion components/TicketSection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function TicketSection() {
const [ticketBookingOpen, setTicketBookingOpen] = useState(false)
const [bookTicketType, setBookTicketType] = useState('')
return (
<section className="flex flex-col lg:flex-row lg:h-screen max-w-7xl mx-auto px-4 lg:px-8 py-10 justify-center items-center gap-4 rcs-back-2">
<section id="ticketSection" className="flex flex-col lg:flex-row lg:h-screen max-w-7xl mx-auto px-4 lg:px-8 py-10 justify-center items-center gap-4 rcs-back-2">
<TicketCardLPU setTicketType={setBookTicketType} setTicketBookingOpen={setTicketBookingOpen}/>
<TicketCardStudent setTicketType={setBookTicketType} setTicketBookingOpen={setTicketBookingOpen}/>
<TicketCardStandard setTicketType={setBookTicketType} setTicketBookingOpen={setTicketBookingOpen}/>
Expand Down

0 comments on commit d6f7f34

Please sign in to comment.