-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8d10b03
commit c3c432d
Showing
1 changed file
with
1 addition
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,14 +66,8 @@ export default function PrivacyPolicy() { | |
<section> | ||
<h2 className="text-xl font-semibold text-green-800 mb-3">8. Contact Us</h2> | ||
<p className="text-gray-700 leading-relaxed"> | ||
If you have any questions or concerns about our Privacy Policy, please contact us at: | ||
If you have any questions or concerns about our Privacy Policy, please contact us. | ||
</p> | ||
<address className="mt-2 not-italic text-green-700"> | ||
AgriTech Solutions<br /> | ||
Madhapur, Hyderabad<br /> | ||
Email: [email protected]<br /> | ||
Phone: (555) 123-4567 | ||
</address> | ||
</section> | ||
</div> | ||
<div className="bg-green-100 px-6 py-4"> | ||
|