SuccessPageSkeleton.tsx 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. export default function SuccessPageSkeleton() {
  2. return (
  3. <div className="w-full animate-pulse px-0">
  4. <div className="w-full">
  5. <div className="box-border px-4 w-full">
  6. <div className="w-12 h-12 mx-auto mt-9 bg-gray-300"></div>
  7. <p className="text-ly-16 text-center mt-6">
  8. <span className="text-gray-300 bg-gray-300">Your Order Has Been Received</span>
  9. </p>
  10. <p className="text-ly-16 mt-4 flex justify-center">
  11. <span className="px-3.75 leading-ly-28 text-gray-300 bg-gray-300">Order #600000000</span>
  12. </p>
  13. <p className="text-ly-12 text-center mt-4 leading-ly-22">
  14. <span className="text-gray-300 bg-gray-300">Hello, lala</span>
  15. </p>
  16. <p className="text-ly-12 text-center leading-ly-22">
  17. <span className="text-gray-300 bg-gray-300">Thank you so much for your order!</span>
  18. </p>
  19. <p className="text-ly-12 text-center leading-ly-22">
  20. <span className="text-gray-300 bg-gray-300">We’ll get started on your order very soon!</span>
  21. </p>
  22. <p className="text-ly-12 text-center leading-ly-22">
  23. <span className="text-gray-300 bg-gray-300">You’ll receive an order confirmation email with details of your order in an hour, please be sure to check your email and confirm your order, that is very important for us to process your order.</span>
  24. </p>
  25. <div className="mt-6 flex justify-center items-center h-12 border-1 rounded-3xl text-ly-14">
  26. <span className="text-gray-300 bg-gray-300">Continue Shopping</span>
  27. </div>
  28. </div>
  29. <div className="box-border px-4 w-full mt-6">
  30. <div className="relative w-full bg-ly-lightgray box-border p-3">
  31. <button className="absolute top-3 right-3 w-6 h-6 bg-gray-300"></button>
  32. <p className="text-ly-13"><span className="text-gray-300 bg-gray-300">Faqs</span></p>
  33. <p className="text-ly-12 text-[#a6a6a6] mt-2">
  34. <span className="text-gray-300 bg-gray-300">Pls contact customer service if need any help</span>
  35. </p>
  36. </div>
  37. </div>
  38. <div className="box-border px-4 w-full mt-6">
  39. <h4 className="text-ly-24 font-medium">
  40. <span className="text-gray-300 bg-gray-300">Order Information</span>
  41. </h4>
  42. <div className="mt-6 flex justify-between">
  43. <div className="text-ly-12 flex-none text-gray-300 bg-gray-300">Ship to:</div>
  44. <div className="w-40.5 text-ly-12 leading-ly-20 flex-none text-gray-300 bg-gray-300">
  45. Alessandro 6263378809
  46. </div>
  47. </div>
  48. <div className="mt-6 flex justify-between">
  49. <div className="text-ly-12 flex-none text-gray-300 bg-gray-300">Order number:</div>
  50. <div className="w-40.5 text-ly-12 leading-ly-20 flex-none text-gray-300 bg-gray-300">
  51. 600465290
  52. </div>
  53. </div>
  54. <div className="mt-6 flex justify-between">
  55. <div className="text-ly-12 flex-none text-gray-300 bg-gray-300">Status:</div>
  56. <div className="w-40.5 text-ly-12 leading-ly-20 flex-none text-gray-300 bg-gray-300">
  57. Processing
  58. </div>
  59. </div>
  60. <div className="mt-6 flex justify-between">
  61. <div className="text-ly-12 flex-none text-gray-300 bg-gray-300">Order date:</div>
  62. <div className="w-40.5 text-ly-12 leading-ly-20 flex-none text-gray-300 bg-gray-300">
  63. September 24,2020
  64. </div>
  65. </div>
  66. <div className="mt-6 flex justify-between">
  67. <div className="text-ly-12 flex-none text-gray-300 bg-gray-300">Shipping method:</div>
  68. <div className="w-40.5 text-ly-12 leading-ly-20 flex-none text-gray-300 bg-gray-300">
  69. Same day delivery
  70. </div>
  71. </div>
  72. <div className="mt-6 flex justify-between">
  73. <div className="text-ly-12 flex-none text-gray-300 bg-gray-300">Payment method:</div>
  74. <div className="w-40.5 text-ly-12 leading-ly-20 flex-none text-gray-300 bg-gray-300">
  75. Paypal-express
  76. </div>
  77. </div>
  78. </div>
  79. {/* <div className="box-border px-4 w-full mt-6">
  80. <div className="w-full flex gap-2 pb-4 border-b-1 border-[#f0f0f0] last:border-0 last:pb-0">
  81. <div className="relative w-33 h-44 flex-none">
  82. <Image fill src="https://cdn.alipearlhair.com/media/catalog/product/2/_/2_104_20.jpg" alt="logo" />
  83. </div>
  84. <div className="flex-none w-50.75 flex flex-col justify-between">
  85. <div>
  86. <p className="text-ly-12 leading-ly-20 line-clamp-2">
  87. Deep Wave Wig 100% Human Hair Deep Wave Wig 100% Human Hair 100% Human Hair
  88. </p>
  89. <p className="mt-2 text-ly-12 leading-ly-20 text-ly-placeholder">14/4*4 HD Lace/150%</p>
  90. </div>
  91. <div className="flex justify-between">
  92. <p className="text-ly-14 leading-ly-20 font-bold">$10.00</p>
  93. <p className="text-ly-12 leading-ly-20">x 1</p>
  94. </div>
  95. </div>
  96. </div>
  97. </div> */}
  98. {/* <div className="box-border px-4 w-full mt-6 pt-6 border-t-1 border-black">
  99. <div className="flex justify-between mt-3 first:mt-0">
  100. <p className="text-ly-12 leading-ly-20">Subtotal</p>
  101. <p className="text-ly-12 leading-ly-20">0.00</p>
  102. </div>
  103. <div className="flex justify-between mt-3 first:mt-0">
  104. <p className="text-ly-12 leading-ly-20">Shipping Method</p>
  105. <p className="text-ly-12 leading-ly-20">0.00</p>
  106. </div>
  107. <div className="flex justify-between mt-3 first:mt-0">
  108. <p className="text-ly-12 leading-ly-20">You Earn</p>
  109. <p className="text-ly-12 leading-ly-20">600 Reward Points</p>
  110. </div>
  111. <div className="flex justify-between mt-3 first:mt-0">
  112. <p className="text-ly-16 leading-ly-24">Total</p>
  113. <p className="text-ly-16 leading-ly-24 font-bold">0.00</p>
  114. </div>
  115. </div> */}
  116. </div>
  117. </div>
  118. );
  119. }