From da3cce9f8f9e56de11db6b20cb65d4da3b9ef94c Mon Sep 17 00:00:00 2001 From: Juthatip McDevitt Date: Fri, 19 Apr 2024 13:26:00 -0500 Subject: [PATCH] added footer section and update code --- awwwards_ss4/src/App.jsx | 2 + awwwards_ss4/src/components/Footer.jsx | 50 +++++++++ awwwards_ss4/src/components/Home.jsx | 8 +- awwwards_ss4/src/components/KitVideo.jsx | 2 +- awwwards_ss4/src/components/Navbar.jsx | 10 +- awwwards_ss4/src/components/Products.jsx | 127 ++++++++++++++++++++--- awwwards_ss4/src/components/Shop.jsx | 58 +++++++---- 7 files changed, 208 insertions(+), 49 deletions(-) create mode 100644 awwwards_ss4/src/components/Footer.jsx diff --git a/awwwards_ss4/src/App.jsx b/awwwards_ss4/src/App.jsx index 79e044b..718a80e 100644 --- a/awwwards_ss4/src/App.jsx +++ b/awwwards_ss4/src/App.jsx @@ -1,3 +1,4 @@ +import Footer from "./components/Footer" import Home from "./components/Home" import KitVideo from "./components/KitVideo" import Products from "./components/Products" @@ -12,6 +13,7 @@ function App() { +