added cents to flare components

This commit is contained in:
ayomaska18
2024-10-26 13:18:29 +01:00
parent 4b3855bd1b
commit 02dcd64df8
2 changed files with 103 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ import GetEventImages from '@/components/sc/getEventImages';
import GetEventTickets from '@/components/sc/getEventTickets';
import BuyTicket from '@/components/sc/buyTicket';
import TransferTicket from '@/components/sc/transferTicket';
import CentsToFlare from '@/components/sc/centsToFlare';
export default function Home() {
return (
@@ -47,6 +48,8 @@ export default function Home() {
<TransferTicket />
<CentsToFlare />
<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"