diff --git a/src/app/reeglid/page.tsx b/src/app/reeglid/page.tsx new file mode 100644 index 0000000..9339faf --- /dev/null +++ b/src/app/reeglid/page.tsx @@ -0,0 +1,63 @@ +import {vipnagorgialla} from "@/components/Vipnagorgialla"; +import Link from "next/link"; + +export default function RulesMenu() { + const headingStyle = `text-5xl sm:text-6xl ${vipnagorgialla.className} font-bold italic text-[#2A2C3F] dark:text-[#EEE5E5]`; + + const boxStyle = `-skew-x-2 md:-skew-x-5 text-white md:px-12 hover:scale-103 transition-all duration-150 w-full md:w-xl lg:w-[400px]`; + + const boxTextStyle = `text-3xl ${vipnagorgialla.className} font-bold uppercase text-[#EEE5E5] pb-2`; + + const SectionDivider = () =>
; + + return ( +