More items to explore
diff --git a/src/pages/DeliveryOption.js b/src/pages/DeliveryOption.js
new file mode 100644
index 0000000..1c08295
--- /dev/null
+++ b/src/pages/DeliveryOption.js
@@ -0,0 +1,95 @@
+import React, { Component } from 'react'
+import PropTypes from 'prop-types'
+import { Link } from 'react-router-dom';
+/**
+* @author
+* @class DeliveryOption
+**/
+
+class DeliveryOption extends Component {
+ //1.property
+ state = {}
+ styl = `
+ .a_font_size{
+ font-size: 14px
+
+ }
+ .amznbtn{
+ background-image: -webkit-linear-gradient(top ,#ffffcc 0% , #ffcc99 10%,#ffcc66 50%);
+ }
+ .a_anch_dec a:hover{
+ color:#C7511F !important;
+ text-decoration:underline !important;
+ }
+ `
+ //2 constructor
+
+ //3 method
+ render() {
+ return (
+ <>
+
+
+
+
+

+
+
+
Choose your delivery options
+
+
+
+
+
+
+
+
+
+
+
+
Shipment 1 of 1
+
Shipping from Amazon
+

+
(learn more)
+
+
Deliver to: Antim songara, 41, pragati nagar, NEEMUCH, MADHYA PRADESH, 458441 India
+
+ Dell Vostro 3400 14" FHD Display Laptop (I5-1135G7 / 8GB / 512GB SSD / NVIDIA MX330 2GB Graphics / Win 10 + MSO / Backlit KB / Dune Color ) D552172WIN9DE
+ ₹67,240.00 ₹59,490.00 - Quantity: 1
+ Sold by: Appario Retail Private Ltd
+
+
Change quantities or delete
+
+
+
+
Choose a delivery speed
+
+
+
+
+
+
+
+
+
+
+
+ >
+ )
+ }
+}
+
+
+DeliveryOption.propTypes = {}
+export default DeliveryOption
\ No newline at end of file