diff --git a/app/page.tsx b/app/page.tsx index feb5ffd..903fceb 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -49,18 +49,16 @@ export default function Home() { Read Blog - +
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 (
-