Skip to content

Commit

Permalink
Merge pull request #42 from HeatBlastee/main
Browse files Browse the repository at this point in the history
Redesign of Privacy Policy Page
  • Loading branch information
MOHAMMED-IQRAMUL authored Oct 18, 2024
2 parents cc7891f + dd71ca9 commit d5958a9
Showing 1 changed file with 62 additions and 42 deletions.
104 changes: 62 additions & 42 deletions app/privacy/page.js
Original file line number Diff line number Diff line change
@@ -1,60 +1,80 @@
"use client"
"use client";

import React from 'react';
import Navbar from '../components/Navbar';
import Footer from '../components/Footer';
import { useTheme } from 'next-themes';

const PrivacyPage = () => {
const { theme } = useTheme(); // Get the current theme

return (
<div className="min-h-screen bg-gray-100 p-6">
<Navbar/>
<div className="max-w-4xl mx-auto bg-white shadow-md rounded-lg p-8">
<h1 className="text-3xl font-bold mb-4">Privacy Policy</h1>
<p className="mb-4">
Welcome to FarmRuler! We re on a mission to build an Incredible Full-Stack Web Application Specially For Person With Interest in Agriculture and Farming. This repository is a collaborative effort where we invite developers, designers, and enthusiasts to contribute and help bring this project to life.
</p>
<h2 className="text-2xl font-semibold mb-2">🚀 Project Overview</h2>
<p className="mb-4">
FarmRuler aims to Ease The Agricultural Activities. Our focus is on Integrating AI and Tech In Agricultural World and Ease the Procedure. Whether you re here to contribute code, design, or just explore, there s a place for you!
</p>
<h2 className="text-2xl font-semibold mb-2">Features</h2>
<ul className="list-disc list-inside mb-4">
<li className="mb-2">
<strong>Feature 1:</strong> A Simple and Clean UI to Display Weather Conditions In Specific Regions. Create Personalized AI bots.
</li>
<li className="mb-2">
<strong>Feature 2:</strong> Challenge is to design a tool that connects the agricultural community with NASA’s satellite and geospatial datasets in ways that increase data access, integration, environmental topic of concern to farmers.
</li>
<li className="mb-2">
<strong>Feature 3:</strong> By integrating NASA datasets and data analyses in your tool’s design, you can create new solutions and prototypes that support farmers by providing improved prediction capacity, risk management, and/or decision-making processes.
</li>
<li className="mb-2">
<strong>Feature 4:</strong> Farmers will likely want to determine the characteristics of Resources for selected spatial and temporal ranges. They will want to understand how the information relates to their specific situation (e.g., locale, size, and type of farm, etc.).
</li>
<li className="mb-2">Many More...</li>
<div className={`${theme === 'dark' ? 'bg-gray-900' : 'bg-gray-50'} min-h-screen`}>
<Navbar />
<div className={`max-w-full mx-auto shadow-lg rounded-lg p-10 mt-6 ${theme === 'dark' ? 'bg-gray-800 text-white' : 'bg-white text-gray-800'}`}>
<h1 className="text-4xl font-bold mb-6 text-center border-b-2 border-gray-300 pb-2">Privacy Policy</h1>

<p className="mb-6 text-lg leading-relaxed">
Welcome to FarmRuler! We are committed to protecting your privacy and ensuring your personal information is handled with care. This Privacy Policy outlines how we collect, use, and safeguard your data.
</p>

<h2 className="text-3xl font-semibold mb-4 border-b-2 border-gray-300 pb-2">🚀 Project Overview</h2>
<p className="mb-6 text-lg leading-relaxed">
FarmRuler is designed to streamline agricultural activities through innovative technology and AI integration. We aim to empower farmers and enthusiasts alike, providing tools and insights for better farming practices.
</p>

<h2 className="text-3xl font-semibold mb-4 border-b-2 border-gray-300 pb-2">Features</h2>
<ul className="list-disc list-inside mb-6 text-lg leading-relaxed">
<li className="mb-2"><strong>Weather Insights:</strong> A user-friendly UI to display localized weather conditions and forecasts.</li>
<li className="mb-2"><strong>Data Connectivity:</strong> Access to NASA’s satellite and geospatial datasets, facilitating informed decision-making.</li>
<li className="mb-2"><strong>Predictive Analytics:</strong> Tools for improved prediction capacity and risk management tailored to your farming needs.</li>
<li className="mb-2"><strong>Resource Management:</strong> Features that help you analyze and determine resource availability for your farm.</li>
<li className="mb-2"><strong>Community Engagement:</strong> Connect with fellow farmers and share insights to foster collaboration.</li>
</ul>
<p className="mb-4">

<h2 className="text-3xl font-semibold mb-4 border-b-2 border-gray-300 pb-2">Your Privacy Matters</h2>
<p className="mb-6 text-lg leading-relaxed">
We value your privacy and are committed to protecting your personal information. This Privacy Policy outlines how we collect, use, and safeguard your data.
</p>
<h2 className="text-2xl font-semibold mb-2">Data Collection</h2>
<p className="mb-4">
We collect data to improve our services and provide you with a better experience. This includes information you provide directly, such as your name and email address, as well as data collected automatically, such as your IP address and browsing behavior.

<h2 className="text-3xl font-semibold mb-4 border-b-2 border-gray-300 pb-2">Data Collection</h2>
<p className="mb-6 text-lg leading-relaxed">
We collect data to enhance our services. This includes information you provide directly, such as your name and email address, and automatically collected data like your IP address and browsing behavior.
</p>

<h2 className="text-3xl font-semibold mb-4 border-b-2 border-gray-300 pb-2">Data Usage</h2>
<p className="mb-6 text-lg leading-relaxed">
The data we collect is used for improving our services, personalizing your experience, and communicating with you. We do not share your personal information with third parties without your consent, except as required by law.
</p>

<h2 className="text-3xl font-semibold mb-4 border-b-2 border-gray-300 pb-2">User Rights</h2>
<p className="mb-6 text-lg leading-relaxed">
You have the right to access, correct, or delete your personal information at any time. If you wish to exercise these rights, please contact us.
</p>
<h2 className="text-2xl font-semibold mb-2">Data Usage</h2>
<p className="mb-4">
The data we collect is used to enhance our services, personalize your experience, and communicate with you. We do not share your personal information with third parties without your consent, except as required by law.

<h2 className="text-3xl font-semibold mb-4 border-b-2 border-gray-300 pb-2">Cookies Policy</h2>
<p className="mb-6 text-lg leading-relaxed">
Our website uses cookies to enhance user experience. Cookies are small data files stored on your device. You can manage cookie preferences through your browser settings.
</p>
<h2 className="text-2xl font-semibold mb-2">Data Security</h2>
<p className="mb-4">
We implement a variety of security measures to protect your personal information. However, no method of transmission over the Internet or electronic storage is 100% secure, so we cannot guarantee absolute security.

<h2 className="text-3xl font-semibold mb-4 border-b-2 border-gray-300 pb-2">Third-Party Services</h2>
<p className="mb-6 text-lg leading-relaxed">
We may use third-party services for analytics and advertising. These services may collect information about your online activity on our site and other sites. We encourage you to review their privacy policies as well.
</p>
<h2 className="text-2xl font-semibold mb-2">Contact Us</h2>
<p>
If you have any questions about this Privacy Policy, please contact us at [email protected].

<h2 className="text-3xl font-semibold mb-4 border-b-2 border-gray-300 pb-2">Data Security</h2>
<p className="mb-6 text-lg leading-relaxed">
We implement various security measures to protect your personal information. However, no method of transmission over the Internet or electronic storage is 100% secure, so we cannot guarantee absolute security.
</p>

<h2 className="text-3xl font-semibold mb-4 border-b-2 border-gray-300 pb-2">Contact Us</h2>
<p className="mb-6 text-lg leading-relaxed">
If you have any questions about this Privacy Policy, please contact us at <a href="mailto:[email protected]" className="text-blue-600 underline hover:text-blue-800 transition-colors duration-200">[email protected]</a>.
</p>
</div>
<Footer/>
<Footer />
</div>
);
};

export default PrivacyPage;
export default PrivacyPage;

0 comments on commit d5958a9

Please sign in to comment.