mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 04:14:18 +00:00
✨ feat: Checkout Success
This commit is contained in:
parent
2b2c1acca2
commit
b786f1313a
@ -1,12 +1,11 @@
|
||||
import React from "react";
|
||||
import s from './CheckoutSuccess.module.scss';
|
||||
|
||||
import Image from "next/image";
|
||||
import Link from "next/link";
|
||||
|
||||
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";
|
||||
|
||||
const CheckoutSuccess = () => {
|
||||
@ -14,9 +13,7 @@ const CheckoutSuccess = () => {
|
||||
<div className={s.checkoutSuccessWrapper}>
|
||||
<div className={s.checkoutSuccess}>
|
||||
<div className={s.checkoutContent}>
|
||||
<div>
|
||||
<Image src={checkIcon} alt="check icon" />
|
||||
</div>
|
||||
<StaticImage src={checkIcon} alt="check icon" />
|
||||
|
||||
<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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user