mirror of
https://github.com/0xShay/ticketchain.git
synced 2026-01-11 21:23:24 +00:00
added getEventImages and getEventTickets (to be tested)
This commit is contained in:
@@ -3,6 +3,8 @@ import EventCounter from '@/components/sc/eventCounter';
|
||||
import CreateEvent from '@/components/sc/createEvent';
|
||||
import GetEventPrice from '@/components/sc/getEventPrice';
|
||||
import FlareFeed from '@/components/sc/getFlareFeed';
|
||||
import GetEventImages from '@/components/sc/getEventImages';
|
||||
import GetEventTickets from '@/components/sc/getEventTickets';
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
@@ -35,6 +37,10 @@ export default function Home() {
|
||||
|
||||
<FlareFeed />
|
||||
|
||||
<GetEventImages />
|
||||
|
||||
<GetEventTickets />
|
||||
|
||||
<div className="flex gap-4 items-center flex-col sm:flex-row">
|
||||
<a
|
||||
className="rounded-full border border-solid border-transparent transition-colors flex items-center justify-center bg-foreground text-background gap-2 hover:bg-[#383838] dark:hover:bg-[#ccc] text-sm sm:text-base h-10 sm:h-12 px-4 sm:px-5"
|
||||
|
||||
Reference in New Issue
Block a user