Merge branch 'dev' into subscription
This commit is contained in:
commit
3e3aebc67e
@ -4,7 +4,8 @@
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
gap: 104px;
|
||||
|
||||
max-width: 1400px;
|
||||
margin: auto;
|
||||
@media (max-width: $screen-m) {
|
||||
margin-top: 40px;
|
||||
margin-bottom: 40px;
|
||||
|
@ -4,7 +4,8 @@
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
gap: 104px;
|
||||
|
||||
max-width: 1400px;
|
||||
margin: auto;
|
||||
@media (max-width: $screen-m) {
|
||||
margin-top: 40px;
|
||||
margin-bottom: 40px;
|
||||
|
@ -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"]}>
|
||||
<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"]}>
|
||||
<Link href={"/subscription/subscribe/illimity"}>
|
||||
<Button fullwidth>S'abonner</Button>
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user