diff --git a/src/App.css b/src/App.css
index e8cfee5..fae14c0 100644
--- a/src/App.css
+++ b/src/App.css
@@ -35,6 +35,8 @@
}
}
-.image {
- width:"40%";
+
+div.carousel.slide {
+ width:1300px;
+
}
\ No newline at end of file
diff --git a/src/App.js b/src/App.js
index 919f040..ae8fda9 100644
--- a/src/App.js
+++ b/src/App.js
@@ -171,15 +171,16 @@ export default class App extends Component {
role="navigation"
aria-label="main navigation"
>
-
-
+
+
+
+
+
@@ -145,6 +149,7 @@ class AboutUs extends React.Component {
+
>
diff --git a/src/components/Cart.js b/src/components/Cart.js
index f9a4d62..8cbb6c1 100644
--- a/src/components/Cart.js
+++ b/src/components/Cart.js
@@ -17,17 +17,18 @@ const Cart = props => {
return (
<>
-
+
-
+
+
+
{cartKeys.length ? (
diff --git a/src/components/Checkout.js b/src/components/Checkout.js
index 710268e..cfcfaef 100644
--- a/src/components/Checkout.js
+++ b/src/components/Checkout.js
@@ -22,16 +22,19 @@ const CheckoutItems = (props) => {
return (
<>
-
+
+
+
-
-
-
+
+
+
+
Shipping Information
@@ -257,8 +260,8 @@ const CheckoutItems = (props) => {
-
-
+
+
Cart
@@ -297,7 +300,7 @@ const CheckoutItems = (props) => {
-
+
>
)
}
diff --git a/src/components/ProductItem.js b/src/components/ProductItem.js
index c2df7b5..570d794 100644
--- a/src/components/ProductItem.js
+++ b/src/components/ProductItem.js
@@ -33,11 +33,11 @@ const ProductItem = (props) => {
{product.description}
- {product.stock > 0 ? (
+ {/* {product.stock > 0 ? (
{product.stock + ' Available'}
) : (
Out Of Stock
- )}
+ )} */}
-
-
+
+
+
{products && products.length ? (
products.map((product, index) => (
{
return (
-