mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 12:24:18 +00:00
✨ feat: Checkout Success
This commit is contained in:
@@ -1,12 +1,11 @@
|
|||||||
import React from "react";
|
import React from "react";
|
||||||
import s from './CheckoutSuccess.module.scss';
|
import s from './CheckoutSuccess.module.scss';
|
||||||
|
|
||||||
import Image from "next/image";
|
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
|
|
||||||
import checkIcon from './assets/checkIcon.png';
|
import checkIcon from './assets/checkIcon.png';
|
||||||
|
|
||||||
import { ButtonCommon } from "src/components/common";
|
import { ButtonCommon, StaticImage } from "src/components/common";
|
||||||
import { IconArrowRight } from "src/components/icons";
|
import { IconArrowRight } from "src/components/icons";
|
||||||
|
|
||||||
const CheckoutSuccess = () => {
|
const CheckoutSuccess = () => {
|
||||||
@@ -14,9 +13,7 @@ const CheckoutSuccess = () => {
|
|||||||
<div className={s.checkoutSuccessWrapper}>
|
<div className={s.checkoutSuccessWrapper}>
|
||||||
<div className={s.checkoutSuccess}>
|
<div className={s.checkoutSuccess}>
|
||||||
<div className={s.checkoutContent}>
|
<div className={s.checkoutContent}>
|
||||||
<div>
|
<StaticImage src={checkIcon} alt="check icon" />
|
||||||
<Image src={checkIcon} alt="check icon" />
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div className={s.checkoutMsg}>Your purchase has been successed!</div>
|
<div className={s.checkoutMsg}>Your purchase has been successed!</div>
|
||||||
<div className={s.checkoutSubMsg}>Last call! Shop deep deals on 100+ bulk picks while you can.</div>
|
<div className={s.checkoutSubMsg}>Last call! Shop deep deals on 100+ bulk picks while you can.</div>
|
||||||
|
Reference in New Issue
Block a user