import { Typography } from "@scandic-hotels/design-system/Typography" import styles from "./row.module.css" interface RowProps { label: string value: string } export default function RegularRow({ label, value }: RowProps) { return (