added get Event price component

This commit is contained in:
ayomaska18
2024-10-25 20:09:44 +01:00
parent 4dc8959ff5
commit a1d2dd26ca
4 changed files with 223 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
import Image from 'next/image';
import EventCounter from '@/components/sc/eventCounter';
import CreateEvent from '@/components/sc/createEvent';
import GetEventPrice from '@/components/sc/getEventPrice';
export default function Home() {
return (
@@ -29,6 +30,8 @@ export default function Home() {
<CreateEvent />
<GetEventPrice />
<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"