From 222b0d0b18a63dfbe8ba4f9a42c4d515dc67fdbe Mon Sep 17 00:00:00 2001 From: Oheneba Kwaku Addo Dade Date: Fri, 15 Dec 2023 00:35:20 +0000 Subject: [PATCH] correct paths --- kente-krafters/src/components/Navbar.jsx | 7 +- kente-krafters/src/pages/auth/login/Login.jsx | 6 +- kente-krafters/src/pages/welcome.jsx | 176 ++++++++++-------- 3 files changed, 103 insertions(+), 86 deletions(-) diff --git a/kente-krafters/src/components/Navbar.jsx b/kente-krafters/src/components/Navbar.jsx index 393fab1..d6c05ac 100644 --- a/kente-krafters/src/components/Navbar.jsx +++ b/kente-krafters/src/components/Navbar.jsx @@ -3,6 +3,7 @@ * input field. */ import { NavLink } from "react-router-dom"; +import Logo from "../assets/logos/woven_logo_2.png"; const Navbar = () => { const handleButtonClick = () => { @@ -12,11 +13,7 @@ const Navbar = () => { return (
- +
diff --git a/kente-krafters/src/pages/auth/login/Login.jsx b/kente-krafters/src/pages/auth/login/Login.jsx index ce928e3..addc130 100644 --- a/kente-krafters/src/pages/auth/login/Login.jsx +++ b/kente-krafters/src/pages/auth/login/Login.jsx @@ -1,5 +1,7 @@ import { NavLink } from "react-router-dom"; import { baseEndPoint } from "../../../../expressAPI/data"; +import login_page_hero from "../../../assets/hero_page_img.png"; +import google_logo from "../../../assets/logos/google.png"; const Login = () => { const handleLoginSubmit = (e) => { @@ -57,7 +59,7 @@ const Login = () => {
@@ -104,7 +106,7 @@ const Login = () => {
- - -
-
-
-
-

Your stole, our priority

-

- However, we at Woven present an answer to ensuring the sustenance that was started by our forefathers, by taking kente digital and providing a widened market for it; both in Ghana and across the continent. -With you in mind, we extend an invitation to join our family and take this journey of growth and sustenance with us, by being our loyal customers. -

- - - - {/* Add more content or styling as needed */} -
-
- Right Image -
-
-
- Bottom Image 2 -
-

Unique way of celebration

-

- In our bid to grow as a social enterprise, Woven seeks to build the skills of its employees so that they are ever ready to serve you in this ever-changing world we live in. - -With Ghana being the headquarters of the African Continental Free Trade Area (AfCTA), we seek to capitalise on this to help widen our scope spread our fabric across the continent and beyond. -

- - - - {/* Add more content or styling as needed */} -
-
-
- ); -}; - -export default LandingPage; - + const handleButtonClick = () => { + // Replace the following URL with the actual URL you want to navigate to + window.location.href = + "https://6576593962d11507416a7e96--spiffy-phoenix-61e583.netlify.app/"; + }; + return ( +
+
+
+ Landing Page Image +
+
+

+ Welcome to Woven +

+

+ As a family enterprise that has been sustained three + generations down, it has been an undulating journey. For + just like the kente fabric in itself, with time comes + growth and with this growth befalls struggle. In the + recent past, this enterprise had been threatened by + fires which sought to end the three generation-long + business +

+ + + +
+
+
+
+

+ Your stole, our priority +

+

+ However, we at Woven present an answer to ensuring the + sustenance that was started by our forefathers, by + taking kente digital and providing a widened market for + it; both in Ghana and across the continent. With you in + mind, we extend an invitation to join our family and + take this journey of growth and sustenance with us, by + being our loyal customers. +

+ + {/* Add more content or styling as needed */} +
+
+ Right Image +
+
+
+ Bottom Image 2 +
+

+ Unique way of celebration +

+

+ In our bid to grow as a social enterprise, Woven seeks + to build the skills of its employees so that they are + ever ready to serve you in this ever-changing world we + live in. With Ghana being the headquarters of the + African Continental Free Trade Area (AfCTA), we seek to + capitalise on this to help widen our scope spread our + fabric across the continent and beyond. +

+ + + + {/* Add more content or styling as needed */} +
+
+
+ ); +}; +export default LandingPage;