-
+
Guaranteed Market Access
Connect with verified buyers and secure a steady market for your produce.
-
+
Transparent Negotiation
Discuss terms in real-time and reach agreements with ease.
-
+
Secure Contracts
Legal assurance with securely stored contracts.
-
+
Timely Payments
Get paid on time, every time with our integrated payment system.
-
+
End-to-End Support
From initial contact to final delivery, we ensure smooth transactions.
diff --git a/client/src/components/LandingPage/Navbar.jsx b/client/src/components/LandingPage/Navbar.jsx
index f871e21..ab3ade1 100644
--- a/client/src/components/LandingPage/Navbar.jsx
+++ b/client/src/components/LandingPage/Navbar.jsx
@@ -1,47 +1,39 @@
import React from "react";
-import 'bootstrap/dist/css/bootstrap.min.css';
-import './Landing.css';
-export default function Navbar()
-{
- return (
- <>
-
-
-
-
-
-
-
- >
+export default function Navbar() {
+ return (
+ <>
+
+ >
+)}
\ No newline at end of file
diff --git a/client/src/main.jsx b/client/src/main.jsx
index ecba7db..069b63c 100644
--- a/client/src/main.jsx
+++ b/client/src/main.jsx
@@ -9,6 +9,7 @@ import FLogin from "./components/Farmer/FLogin";
import FSignup from "./components/Farmer/FSignup";
import Chat from "./components/Negotiate/Chat";
import NotFoundPage from './components/NotFoundPage';
+import AgriConnect from '../src/components/LandingPage/AgriConnect'
ReactDOM.createRoot(document.getElementById('root')).render(
diff --git a/client/src/output.css b/client/src/output.css
index abe533e..1ff27d0 100644
--- a/client/src/output.css
+++ b/client/src/output.css
@@ -588,8 +588,12 @@ video {
}
}
-.invisible {
- visibility: hidden;
+.collapse {
+ visibility: collapse;
+}
+
+.fixed {
+ position: fixed;
}
.absolute {
@@ -604,6 +608,14 @@ video {
left: 0px;
}
+.right-0 {
+ right: 0px;
+}
+
+.top-0 {
+ top: 0px;
+}
+
.m-2 {
margin: 0.5rem;
}
@@ -644,14 +656,26 @@ video {
margin-bottom: 1.5rem;
}
+.me-2 {
+ margin-inline-end: 0.5rem;
+}
+
.ml-8 {
margin-left: 2rem;
}
+.ms-auto {
+ margin-inline-start: auto;
+}
+
.mt-2 {
margin-top: 0.5rem;
}
+.mt-3 {
+ margin-top: 0.75rem;
+}
+
.mt-4 {
margin-top: 1rem;
}
@@ -660,6 +684,10 @@ video {
margin-top: 1.5rem;
}
+.block {
+ display: block;
+}
+
.flex {
display: flex;
}
@@ -708,12 +736,16 @@ video {
width: 75%;
}
+.w-\[100vw\] {
+ width: 100vw;
+}
+
.w-full {
width: 100%;
}
-.w-\[100vw\] {
- width: 100vw;
+.w-48 {
+ width: 12rem;
}
.flex-grow {
@@ -818,6 +850,10 @@ video {
border-radius: 0.75rem;
}
+.rounded-md {
+ border-radius: 0.375rem;
+}
+
.rounded-l {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
@@ -895,6 +931,11 @@ video {
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
+.bg-\[\#f7f5eb\] {
+ --tw-bg-opacity: 1;
+ background-color: rgb(247 245 235 / var(--tw-bg-opacity));
+}
+
.p-2 {
padding: 0.5rem;
}
@@ -1051,6 +1092,12 @@ video {
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
+.shadow-lg {
+ --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
+ --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
+}
+
.hover\:bg-green-200:hover {
--tw-bg-opacity: 1;
background-color: rgb(187 247 208 / var(--tw-bg-opacity));
@@ -1071,6 +1118,11 @@ video {
background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
+.hover\:bg-gray-200:hover {
+ --tw-bg-opacity: 1;
+ background-color: rgb(229 231 235 / var(--tw-bg-opacity));
+}
+
.hover\:text-green-500:hover {
--tw-text-opacity: 1;
color: rgb(34 197 94 / var(--tw-text-opacity));
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 0000000..8e0a949
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,6 @@
+{
+ "name": "sih",
+ "lockfileVersion": 3,
+ "requires": true,
+ "packages": {}
+}