Skip to content

Commit

Permalink
name changed
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavgarg25 committed Sep 14, 2024
1 parent dca4c65 commit a4143f0
Show file tree
Hide file tree
Showing 8 changed files with 70 additions and 70 deletions.
2 changes: 1 addition & 1 deletion client/src/components/Buyer/BHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function BHeader() {
<div className="h-20 font-sans">
<div className="bg-white h-full shadow flex w-full">
<div className=" w-full flex justify-between items-center px-4">
<div className="text-green-500 text-2xl font-bold">AgriConnect</div>
<div className="text-green-500 text-2xl font-bold">KrishSeva</div>

<div>
<div className="flex items-center justify-center gap-4">
Expand Down
4 changes: 2 additions & 2 deletions client/src/components/Buyer/Navi.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ export default function Navi() {
<div className={styles.navi}>
<div className={styles.brand} onClick={() => navigate('/')}>
<div className={styles.first}>
<h1>Agri</h1>
<h1>Krishi</h1>
</div>
<div className={styles.second}>
<h1>Connect</h1>
<h1>Seva</h1>
</div>
</div>
<div className={styles.right}>
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/Buyer/signup.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ select>option{
color: white;
margin: 10px;
padding: 10px;
gap: 70vw;
gap: 73vw;
}
.first {
color: chartreuse;
Expand Down
4 changes: 2 additions & 2 deletions client/src/components/Farmer/FarmNav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ function Navbar() {
<header className={styles.headfs}>
<div className={styles.navp}>
<div className={styles.h1nav}>
<h1>Agri</h1>
<h1 id={styles.h1e}>Connect</h1>
<h1>Krishi</h1>
<h1 id={styles.h1e}>Seva</h1>
</div>
<ProfileIcon />
</div>
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/LandingPage/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function Footer() {
return (
<div>
<footer>
<p>&copy; 2024 AgriConnect. All rights reserved.</p>
<p>&copy; 2024 KrishiSeva. All rights reserved.</p>
</footer>
</div>
);
Expand Down
12 changes: 6 additions & 6 deletions client/src/components/LandingPage/LandingPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function LandingPage() {
<nav className="navbar">
<div className="navbar-logo">
<div className="navbar-brand">
<strong><span style={{color: 'green'}}>AGRI</span>CONNECT</strong>
<strong><span style={{color: 'green'}}>KRISHI</span> SEVA</strong>
</div>
</div>
<div className="navbar-menu">
Expand Down Expand Up @@ -106,7 +106,7 @@ export default function LandingPage() {
{/* Central Section */}
<section className="central-section">
<h2 style={{ fontFamily: 'Poppins, sans-serif', color: 'green' }}>
Why Choose AgriConnect?
Why Choose KrishiSeva?
</h2>
<div className="features">
<div className="feature">
Expand Down Expand Up @@ -144,7 +144,7 @@ export default function LandingPage() {

{/* How It Works Section */}
<section className="how-it-works">
<h2>How AgriConnect Works: A Simple 3-Step Process</h2>
<h2>How KrishiSeva Works: A Simple 3-Step Process</h2>
<ol>
<li><strong>Sign Up & Create Your Profile:</strong> Farmers and buyers can easily sign up and create a profile tailored to their needs.</li>
<li><strong>Connect & Negotiate:</strong> Use our platform to discover potential partners and establish secure contracts.</li>
Expand All @@ -155,13 +155,13 @@ export default function LandingPage() {
{/* Call to Action Section */}
<section className="cta-section">
<h2>Join a Growing Community of Successful Farmers and Buyers</h2>
<p>Already trusted by hundreds of farmers and buyers across the region, AgriConnect is transforming the agricultural landscape.</p>
<a href="#" className="button">Start Your Journey with AgriConnect Today</a>
<p>Already trusted by hundreds of farmers and buyers across the region, KrishiSeva is transforming the agricultural landscape.</p>
<a href="#" className="button">Start Your Journey with KrishiSeva Today</a>
</section>

{/* Footer */}
<footer>
<p>&copy; 2024 AgriConnect. All rights reserved.</p>
<p>&copy; 2024 KrishiSeva. All rights reserved.</p>
</footer>
</>
);
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/LandingPage/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function Navbar() {
>
<div className="container">
<a className="navbar-brand" href="#">
<span>Agri</span>Connect
<span>Krishi</span>Seva
</a>
<button
className="navbar-toggler"
Expand Down
112 changes: 56 additions & 56 deletions client/src/contractAddress/MultiAgriConnect.json

Large diffs are not rendered by default.

0 comments on commit a4143f0

Please sign in to comment.