import CurrentBenefitsBlock from "@/components/MyPages/Blocks/Benefits/CurrentLevel" import NextLevelBenefitsBlock from "@/components/MyPages/Blocks/Benefits/NextLevel" import Shortcuts from "@/components/MyPages/Blocks/Shortcuts" import Title from "@/components/Title" import { shortcuts } from "./_constants" import styles from "./page.module.css" import type { LangParams, PageArgs } from "@/types/params" export default function BenefitsPage({ params }: PageArgs) { return (
Your Perks and benefits. Tailored just for{" "} <span className={styles.red}>you.</span>

Discover the exclusive benefits and delightful surprises our friendship unlocks.

Perks and benefits{" "} for All friends. } subtitle="Always Yours. Universal Benefits for the Scandic Friends community." />
) }