diff --git a/app/page.tsx b/app/page.tsx
index e035d18..8492a90 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -49,6 +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 (
-