diff --git a/frontend/src/components/LandingPage/About.tsx b/frontend/src/components/LandingPage/About.tsx index 7f77279..00a4dba 100644 --- a/frontend/src/components/LandingPage/About.tsx +++ b/frontend/src/components/LandingPage/About.tsx @@ -1,12 +1,31 @@ import { MoveDownRight } from "lucide-react"; +import { useContext } from "react"; +import { DarkModeContext } from "./DarkMode"; const About = () => { + const { isDarkMode } = useContext(DarkModeContext); + return ( -
To ensure fair market value for collateral, our platform employs limit @@ -17,9 +36,19 @@ const About = () => {
Users on our platform have the ability to create proposals for lending @@ -34,9 +63,19 @@ const About = () => {
Details about immutable deal creation. @@ -44,9 +83,19 @@ const About = () => {
Peer Protocols decentralized peer-to-peer marketplace serves as the
@@ -60,4 +109,4 @@ const About = () => {
);
};
-export default About;
+export default About;
\ No newline at end of file
diff --git a/frontend/src/components/LandingPage/Blog.tsx b/frontend/src/components/LandingPage/Blog.tsx
index c22d317..23cf477 100644
--- a/frontend/src/components/LandingPage/Blog.tsx
+++ b/frontend/src/components/LandingPage/Blog.tsx
@@ -13,29 +13,38 @@ const BlogPost: React.FC
- {summary}
-
+ {summary}
+
Transparent Marketplace
@@ -36,8 +38,10 @@ const Features = () => {
User-Centric Interface
@@ -59,7 +63,9 @@ const Features = () => {
{/* Card 3 */}
-
Transparent Marketplace