🐛 linking pages
This commit is contained in:
parent
75a279711a
commit
dbf8259c56
@ -4,6 +4,7 @@ import CheckIcon from "@Assets/Icons/check.svg";
|
||||
import Image from "next/image";
|
||||
import DefaultTemplate from "@Front/Components/LayoutTemplates/DefaultTemplate";
|
||||
import Button from "@Front/Components/DesignSystem/Button";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function SubscriptionNew() {
|
||||
return (
|
||||
@ -45,7 +46,9 @@ export default function SubscriptionNew() {
|
||||
</Typography>
|
||||
</div>
|
||||
<div className={classes["button-container"]}>
|
||||
<Button fullwidth>S'abonner</Button>
|
||||
<Link href={"/subscription/subscribe/standard"}>
|
||||
<Button fullwidth>S'abonner</Button>
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
<div className={classes["forfeit-block"]}>
|
||||
@ -71,7 +74,9 @@ export default function SubscriptionNew() {
|
||||
</Typography>
|
||||
</div>
|
||||
<div className={classes["button-container"]}>
|
||||
<Button fullwidth>S'abonner</Button>
|
||||
<Link href={"/subscription/subscribe/illimity"}>
|
||||
<Button fullwidth>S'abonner</Button>
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user