diff --git a/.DS_Store b/.DS_Store index 5ae79e5..d65980b 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/components/kit/components/commerce/index.tsx b/components/kit/components/commerce/index.tsx index b1fcb51..8edcc2a 100644 --- a/components/kit/components/commerce/index.tsx +++ b/components/kit/components/commerce/index.tsx @@ -11,7 +11,7 @@ const Commerce: FC = () => { }, { title: "Shopping cards", - items: 7, + items: 8, img: "images/sections/shopping.png", link: "/components/shopping", }, diff --git a/components/kit/components/commerce/shopping/BookingCard.tsx b/components/kit/components/commerce/shopping/BookingCard.tsx new file mode 100644 index 0000000..a974091 --- /dev/null +++ b/components/kit/components/commerce/shopping/BookingCard.tsx @@ -0,0 +1,96 @@ +import React, { FC } from "react"; + +const BookingCard: FC = () => { + return ( +
+ + +
+
+

+ Amsterdam Walking Tour +

+ +
+ Explore popular destinations as well as hidden local favourtes +
+
+
+
+
+ + $17 + {" "} + per person + * +
+
+
+ + + + + + + + + + + + + + + +
{" "} + 28 reviews +
+
+ Price may very depending on selected date +
+
+ +
+ +
+
+
+
+ ); +}; + +export default BookingCard; diff --git a/pages/components/shopping/index.tsx b/pages/components/shopping/index.tsx index fd1a14b..037a138 100644 --- a/pages/components/shopping/index.tsx +++ b/pages/components/shopping/index.tsx @@ -9,6 +9,7 @@ import ClassicShoppingCard from "../../../components/kit/components/commerce/sho import SimpleShoppingCard from "../../../components/kit/components/commerce/shopping/SimpleShoppingCard"; import ShippedCard from "../../../components/kit/components/commerce/shopping/ShippedCard"; import ProductWithEval from "../../../components/kit/components/commerce/shopping/ProductWithEval"; +import BookingCard from "../../../components/kit/components/commerce/shopping/BookingCard"; const ShoppingPage: FC = () => { return ( @@ -56,6 +57,12 @@ const ShoppingPage: FC = () => { element={} component={ShippedCard} /> + } + component={BookingCard} + /> ); }; diff --git a/public/.DS_Store b/public/.DS_Store index e2ea82d..f6d5db5 100644 Binary files a/public/.DS_Store and b/public/.DS_Store differ diff --git a/public/images/.DS_Store b/public/images/.DS_Store index 0a8df7d..5b6fce7 100644 Binary files a/public/images/.DS_Store and b/public/images/.DS_Store differ diff --git a/public/images/landscape/9.jpg b/public/images/landscape/9.jpg new file mode 100644 index 0000000..3d70265 Binary files /dev/null and b/public/images/landscape/9.jpg differ diff --git a/public/images/sections/.DS_Store b/public/images/sections/.DS_Store index 246e6c1..ffc1825 100644 Binary files a/public/images/sections/.DS_Store and b/public/images/sections/.DS_Store differ