diff --git a/app/(main)/(lottery)/lottery/page.tsx b/app/(main)/(lottery)/lottery/page.tsx new file mode 100644 index 0000000..a01e01e --- /dev/null +++ b/app/(main)/(lottery)/lottery/page.tsx @@ -0,0 +1,33 @@ +import Image from 'next/image'; +import React from 'react'; + +const page = () => { + return ( +
+
+
+
+

Bije

+
+ banner +
+
+
+
+ +
+
+
+
+
+
+ ); +}; + +export default page; diff --git a/app/globals.css b/app/globals.css index 71b4a91..c262fb1 100644 --- a/app/globals.css +++ b/app/globals.css @@ -210,4 +210,8 @@ big { .pagination-current { @apply px-3 py-1 rounded-md border bg-fillButtonAccentDefault text-white text-[12px]; } + + .font-display-1-regular { + @apply font-roboto text-[56px] leading-[64px] -tracking-[1%] font-normal; + } } diff --git a/public/banner-lottery.jpg b/public/banner-lottery.jpg new file mode 100644 index 0000000..8ca8780 Binary files /dev/null and b/public/banner-lottery.jpg differ