feat: add privacy policy and terms of service pages and update footer links
This commit is contained in:
496
src/app/privacy-policy/page.tsx
Normal file
496
src/app/privacy-policy/page.tsx
Normal file
@@ -0,0 +1,496 @@
|
|||||||
|
'use client';
|
||||||
|
|
||||||
|
import { CommonHeader } from '@/components/layout/CommonHeader';
|
||||||
|
import { Footer } from '@/components/layout/Footer';
|
||||||
|
|
||||||
|
export default function PrivacyPolicyPage() {
|
||||||
|
return (
|
||||||
|
<div className="min-h-screen bg-white flex flex-col">
|
||||||
|
{/* Header */}
|
||||||
|
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 w-full pt-4 sm:pt-6">
|
||||||
|
<CommonHeader />
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Main Content */}
|
||||||
|
<main className="flex-1 py-10">
|
||||||
|
<div className="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 w-full">
|
||||||
|
{/* Page Title */}
|
||||||
|
<h1 className="font-fractul font-bold text-[28px] text-[#00293d] mb-2 text-center">
|
||||||
|
RE-QUEST PRIVACY POLICY
|
||||||
|
</h1>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-8 text-center">
|
||||||
|
Effective Date: March 11, 2026
|
||||||
|
</p>
|
||||||
|
|
||||||
|
{/* Intro Paragraphs */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
This Privacy Policy describes how RE-Quest ("we," "us," or "our") collects, uses, shares, and protects your personal information when you use the RE-Quest platform, including our website, mobile applications, and related services (collectively, the "Platform"). RE-Quest is a real estate technology platform that connects buyers, sellers, renters, landlords, and real estate professionals.
|
||||||
|
</p>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
By using the Platform, you acknowledge that you have read and understood this Privacy Policy and agree to the collection and use of your information as described herein. If you do not agree with this Privacy Policy, please do not use the Platform.
|
||||||
|
</p>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
Information may be shared between affiliated platforms owned or operated by the same parent entity for purposes including but not limited to account management, analytics, fraud prevention, and service improvement.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Section 1 */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<h2 className="text-[20px] font-fractul font-bold text-[#00293d] mb-4">
|
||||||
|
1. Information We Collect
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
<h3 className="text-[16px] font-fractul font-bold text-[#00293d] mb-2">
|
||||||
|
1.1 Information You Provide Directly
|
||||||
|
</h3>
|
||||||
|
<ul className="list-disc pl-6 space-y-2 mb-4">
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<strong>Account Information:</strong> Name, email address, phone number, password, and profile details when you create an account.
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<strong>Profile Information:</strong> Professional credentials, license numbers, brokerage affiliation, areas of expertise, biography, profile photo, and other details for real estate professionals.
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<strong>Property Listings:</strong> Property details, descriptions, photos, videos, virtual tours, pricing information, and other listing-related content you submit.
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<strong>Search Preferences:</strong> Saved searches, property preferences, location preferences, price ranges, and other search criteria.
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<strong>Communications:</strong> Messages sent through the Platform, inquiries about properties, reviews and ratings, and correspondence with our support team.
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<strong>Financial Information:</strong> Payment method details, transaction history, and billing information when you make purchases or subscribe to premium services.
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<strong>Identity Verification:</strong> Government-issued identification, professional licenses, and other documents submitted for verification purposes.
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3 className="text-[16px] font-fractul font-bold text-[#00293d] mb-2">
|
||||||
|
1.2 Information Collected Automatically
|
||||||
|
</h3>
|
||||||
|
<ul className="list-disc pl-6 space-y-2 mb-4">
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<strong>Device Information:</strong> Device type, operating system, browser type, unique device identifiers, and mobile network information.
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<strong>Usage Data:</strong> Pages viewed, features used, search queries, click patterns, time spent on pages, and interaction with listings and advertisements.
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<strong>Location Data:</strong> Approximate location based on IP address, and precise location data if you enable location services on your device.
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<strong>Log Data:</strong> IP address, access times, referring URLs, and error logs.
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<strong>Cookies and Similar Technologies:</strong> Information collected through cookies, pixel tags, web beacons, and similar tracking technologies (see Section 5).
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3 className="text-[16px] font-fractul font-bold text-[#00293d] mb-2">
|
||||||
|
1.3 Information from Third Parties
|
||||||
|
</h3>
|
||||||
|
<ul className="list-disc pl-6 space-y-2">
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<strong>Social Media Platforms:</strong> Information from social media accounts if you choose to link them or sign in through social media.
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<strong>Public Records:</strong> Property records, tax assessments, and other publicly available real estate data.
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<strong>MLS Data:</strong> Property listing information from Multiple Listing Services.
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<strong>Third-Party Services:</strong> Information from identity verification services, credit reporting agencies, and background check providers (with your consent).
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<strong>Business Partners:</strong> Information from real estate brokerages, lenders, title companies, and other partners.
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Section 2 */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<h2 className="text-[20px] font-fractul font-bold text-[#00293d] mb-4">
|
||||||
|
2. How We Use Your Information
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
<h3 className="text-[16px] font-fractul font-bold text-[#00293d] mb-2">
|
||||||
|
2.1 To Provide and Improve Our Services
|
||||||
|
</h3>
|
||||||
|
<ul className="list-disc pl-6 space-y-2 mb-4">
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
Operate, maintain, and improve the Platform
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
Process transactions and send related information
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
Create and manage your account
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
Facilitate connections between buyers, sellers, renters, and real estate professionals
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
Provide personalized property recommendations and search results
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
Process and display property listings
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
Enable messaging and communication between users
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3 className="text-[16px] font-fractul font-bold text-[#00293d] mb-2">
|
||||||
|
2.2 For Communication
|
||||||
|
</h3>
|
||||||
|
<ul className="list-disc pl-6 space-y-2 mb-4">
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
Send service-related notices, updates, and security alerts
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
Respond to your comments, questions, and customer service requests
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
Send marketing communications (with your consent, where required)
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
Notify you about changes to our services or policies
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3 className="text-[16px] font-fractul font-bold text-[#00293d] mb-2">
|
||||||
|
2.3 For Safety and Security
|
||||||
|
</h3>
|
||||||
|
<ul className="list-disc pl-6 space-y-2 mb-4">
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
Verify user identities and professional credentials
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
Detect, prevent, and address fraud, abuse, and security issues
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
Monitor and enforce compliance with our Terms of Service
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
Protect the rights, property, and safety of RE-Quest, our users, and the public
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3 className="text-[16px] font-fractul font-bold text-[#00293d] mb-2">
|
||||||
|
2.4 For Analytics and Research
|
||||||
|
</h3>
|
||||||
|
<ul className="list-disc pl-6 space-y-2">
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
Analyze usage patterns and trends to improve user experience
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
Conduct research and development for new features and services
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
Generate aggregated, de-identified data for market analysis and reporting
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
Measure the effectiveness of marketing campaigns
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Section 3 */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<h2 className="text-[20px] font-fractul font-bold text-[#00293d] mb-4">
|
||||||
|
3. How We Share Your Information
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
<h3 className="text-[16px] font-fractul font-bold text-[#00293d] mb-2">
|
||||||
|
3.1 With Other Users
|
||||||
|
</h3>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
Your profile information, listings, reviews, and other content you post are visible to other users of the Platform as necessary to facilitate real estate transactions and communications.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h3 className="text-[16px] font-fractul font-bold text-[#00293d] mb-2">
|
||||||
|
3.2 With Service Providers
|
||||||
|
</h3>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
We share information with third-party service providers who perform services on our behalf, including hosting, data analytics, payment processing, email delivery, marketing, and customer service. These providers are contractually obligated to use your information only to provide services to us and in compliance with this Privacy Policy.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h3 className="text-[16px] font-fractul font-bold text-[#00293d] mb-2">
|
||||||
|
3.3 With Real Estate Partners
|
||||||
|
</h3>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
We may share information with real estate brokerages, MLS organizations, lenders, title companies, and other real estate service providers to facilitate transactions and provide comprehensive real estate services.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h3 className="text-[16px] font-fractul font-bold text-[#00293d] mb-2">
|
||||||
|
3.4 With Affiliated Platforms
|
||||||
|
</h3>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
Your information may be shared between platforms owned or operated by the same parent entity as RE-Quest for purposes including account management, analytics, fraud prevention, and service improvement. This sharing is governed by internal data sharing agreements and is subject to this Privacy Policy.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h3 className="text-[16px] font-fractul font-bold text-[#00293d] mb-2">
|
||||||
|
3.5 For Legal Purposes
|
||||||
|
</h3>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
We may disclose your information if required by law, subpoena, or other legal process, or if we believe in good faith that disclosure is necessary to comply with the law, protect our rights or safety, investigate fraud, or respond to a government request.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h3 className="text-[16px] font-fractul font-bold text-[#00293d] mb-2">
|
||||||
|
3.6 Business Transfers
|
||||||
|
</h3>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
In the event of a merger, acquisition, reorganization, bankruptcy, or sale of all or a portion of our assets, your information may be transferred as part of that transaction. We will notify you via email and/or a prominent notice on our Platform of any change in ownership or uses of your personal information.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h3 className="text-[16px] font-fractul font-bold text-[#00293d] mb-2">
|
||||||
|
3.7 With Your Consent
|
||||||
|
</h3>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
We may share your information with third parties when you have given us explicit consent to do so.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Section 4 */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<h2 className="text-[20px] font-fractul font-bold text-[#00293d] mb-4">
|
||||||
|
4. User Content and Reviews
|
||||||
|
</h2>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
The Platform allows users to post reviews, ratings, comments, and other content. Please be aware that:
|
||||||
|
</p>
|
||||||
|
<ul className="list-disc pl-6 space-y-2">
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
Any content you post may be publicly visible to other users
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
Reviews and ratings are associated with your profile name
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
We do not control how other users may use or share content you post
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
You should not include sensitive personal information in public posts
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
We reserve the right to remove content that violates our Terms of Service
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Section 5 */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<h2 className="text-[20px] font-fractul font-bold text-[#00293d] mb-4">
|
||||||
|
5. Cookies and Tracking Technologies
|
||||||
|
</h2>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
We use cookies and similar tracking technologies to collect and store information about your interactions with the Platform. These include:
|
||||||
|
</p>
|
||||||
|
<ul className="list-disc pl-6 space-y-2 mb-4">
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<strong>Essential Cookies:</strong> Required for the Platform to function properly, including authentication and security cookies.
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<strong>Analytics Cookies:</strong> Help us understand how users interact with the Platform, which pages are most popular, and how users navigate the site.
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<strong>Functionality Cookies:</strong> Remember your preferences and settings to provide a personalized experience.
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<strong>Advertising Cookies:</strong> Used to deliver relevant advertisements and measure the effectiveness of advertising campaigns.
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
You can manage your cookie preferences through your browser settings. Please note that disabling certain cookies may affect the functionality of the Platform.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Section 6 */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<h2 className="text-[20px] font-fractul font-bold text-[#00293d] mb-4">
|
||||||
|
6. Data Retention
|
||||||
|
</h2>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
We retain your personal information for as long as your account is active or as needed to provide you services. We may also retain and use your information as necessary to:
|
||||||
|
</p>
|
||||||
|
<ul className="list-disc pl-6 space-y-2 mb-4">
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
Comply with our legal obligations
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
Resolve disputes and enforce our agreements
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
Maintain business records for financial reporting and compliance
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
Prevent fraud and abuse
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
When your information is no longer needed for these purposes, we will securely delete or anonymize it. Property listing data may be retained in anonymized form for market analysis purposes.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Section 7 */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<h2 className="text-[20px] font-fractul font-bold text-[#00293d] mb-4">
|
||||||
|
7. Data Security
|
||||||
|
</h2>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
We implement appropriate technical and organizational security measures to protect your personal information, including:
|
||||||
|
</p>
|
||||||
|
<ul className="list-disc pl-6 space-y-2 mb-4">
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
Encryption of data in transit and at rest
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
Regular security assessments and penetration testing
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
Access controls and authentication mechanisms
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
Employee training on data protection practices
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
Incident response and breach notification procedures
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
While we strive to protect your personal information, no method of transmission over the Internet or method of electronic storage is 100% secure. We cannot guarantee absolute security of your data.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Section 8 */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<h2 className="text-[20px] font-fractul font-bold text-[#00293d] mb-4">
|
||||||
|
8. Your Privacy Rights
|
||||||
|
</h2>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
Depending on your location and applicable laws, you may have the following rights regarding your personal information:
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h3 className="text-[16px] font-fractul font-bold text-[#00293d] mb-2">
|
||||||
|
8.1 General Rights
|
||||||
|
</h3>
|
||||||
|
<ul className="list-disc pl-6 space-y-2 mb-4">
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<strong>Access:</strong> Request a copy of the personal information we hold about you
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<strong>Correction:</strong> Request that we correct inaccurate or incomplete information
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<strong>Deletion:</strong> Request that we delete your personal information, subject to certain exceptions
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<strong>Portability:</strong> Request a copy of your data in a structured, machine-readable format
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<strong>Opt-Out:</strong> Opt out of marketing communications at any time
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<strong>Restriction:</strong> Request that we restrict processing of your information in certain circumstances
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3 className="text-[16px] font-fractul font-bold text-[#00293d] mb-2">
|
||||||
|
8.2 California Residents (CCPA/CPRA)
|
||||||
|
</h3>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-2">
|
||||||
|
If you are a California resident, you have additional rights under the California Consumer Privacy Act (CCPA) and California Privacy Rights Act (CPRA), including:
|
||||||
|
</p>
|
||||||
|
<ul className="list-disc pl-6 space-y-2 mb-4">
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
The right to know what personal information we collect, use, and disclose
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
The right to delete personal information
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
The right to opt out of the sale or sharing of personal information
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
The right to non-discrimination for exercising your privacy rights
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
The right to correct inaccurate personal information
|
||||||
|
</li>
|
||||||
|
<li className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
The right to limit use of sensitive personal information
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3 className="text-[16px] font-fractul font-bold text-[#00293d] mb-2">
|
||||||
|
8.3 Exercising Your Rights
|
||||||
|
</h3>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
To exercise any of these rights, please contact us using the information provided in the "Contact Us" section below. We will respond to your request within the timeframe required by applicable law. We may need to verify your identity before processing your request.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Section 9 */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<h2 className="text-[20px] font-fractul font-bold text-[#00293d] mb-4">
|
||||||
|
9. Children's Privacy
|
||||||
|
</h2>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
The Platform is not intended for use by individuals under the age of 18. We do not knowingly collect personal information from children under 18. If we become aware that a child under 18 has provided us with personal information, we will take steps to delete such information. If you believe that a child under 18 has provided us with personal information, please contact us immediately.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Section 10 */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<h2 className="text-[20px] font-fractul font-bold text-[#00293d] mb-4">
|
||||||
|
10. Third-Party Links and Services
|
||||||
|
</h2>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
The Platform may contain links to third-party websites, services, and applications that are not operated by us. This Privacy Policy does not apply to those third-party services. We encourage you to review the privacy policies of any third-party services you access through the Platform. We are not responsible for the privacy practices of third-party services.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Section 11 */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<h2 className="text-[20px] font-fractul font-bold text-[#00293d] mb-4">
|
||||||
|
11. Changes to This Privacy Policy
|
||||||
|
</h2>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
We may update this Privacy Policy from time to time. We will notify you of any material changes by posting the new Privacy Policy on the Platform and updating the "Effective Date" at the top. For significant changes, we may also send you a notification via email or through the Platform. Your continued use of the Platform after any changes to this Privacy Policy constitutes your acceptance of the updated policy.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Section 12 */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<h2 className="text-[20px] font-fractul font-bold text-[#00293d] mb-4">
|
||||||
|
12. Contact Us
|
||||||
|
</h2>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
If you have any questions, concerns, or requests regarding this Privacy Policy or our data practices, please contact us at:
|
||||||
|
</p>
|
||||||
|
<div className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<p className="mb-1"><strong>RE-Quest</strong></p>
|
||||||
|
<p className="mb-1">
|
||||||
|
Email:{' '}
|
||||||
|
<a
|
||||||
|
href="mailto:request.sha@gmail.com"
|
||||||
|
className="text-[#e58625] underline hover:opacity-80"
|
||||||
|
>
|
||||||
|
request.sha@gmail.com
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
<p>Address: 1975 Peralta Point, Colorado Springs, CO 80910</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
{/* Footer */}
|
||||||
|
<Footer />
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
543
src/app/terms-of-service/page.tsx
Normal file
543
src/app/terms-of-service/page.tsx
Normal file
@@ -0,0 +1,543 @@
|
|||||||
|
'use client';
|
||||||
|
|
||||||
|
import { CommonHeader } from '@/components/layout/CommonHeader';
|
||||||
|
import { Footer } from '@/components/layout/Footer';
|
||||||
|
|
||||||
|
export default function TermsOfServicePage() {
|
||||||
|
return (
|
||||||
|
<div className="min-h-screen bg-white flex flex-col">
|
||||||
|
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 w-full pt-4 sm:pt-6">
|
||||||
|
<CommonHeader />
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<main className="flex-1">
|
||||||
|
<div className="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 w-full py-12">
|
||||||
|
<h1 className="text-[32px] font-fractul font-bold text-[#00293d] mb-2 text-center">
|
||||||
|
RE-QUEST TERMS OF SERVICE
|
||||||
|
</h1>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-12 text-center">
|
||||||
|
Effective Date: March 11, 2026
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-8">
|
||||||
|
Welcome to RE-Quest. These Terms of Service (“Terms”) govern your access to and use of the RE-Quest platform,
|
||||||
|
including its website, mobile application, and all related services (collectively, the “Platform”).
|
||||||
|
RE-Quest is operated by RE-Quest LLC (“RE-Quest,” “we,” “us,” or “our”).
|
||||||
|
By accessing or using RE-Quest, you agree to these Terms. If you do not agree, you may not use the Platform.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
{/* Section 1 */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<h2 className="text-[20px] font-fractul font-bold text-[#00293d] mb-4">
|
||||||
|
1. About RE-Quest
|
||||||
|
</h2>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
RE-Quest is a technology platform designed to connect homebuyers, home sellers, and real estate professionals.
|
||||||
|
RE-Quest is not a licensed real estate brokerage, agent, or lender. We do not participate in real estate
|
||||||
|
transactions, provide real estate advice, or guarantee outcomes.
|
||||||
|
</p>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-2">
|
||||||
|
Our Platform provides tools and features including, but not limited to:
|
||||||
|
</p>
|
||||||
|
<ul className="list-disc pl-6 space-y-2 font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<li>Property search and listing browsing</li>
|
||||||
|
<li>Agent profiles and directories</li>
|
||||||
|
<li>In-platform messaging between users and agents</li>
|
||||||
|
<li>Reviews and ratings submitted by users</li>
|
||||||
|
<li>Educational content related to real estate</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Section 2 */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<h2 className="text-[20px] font-fractul font-bold text-[#00293d] mb-4">
|
||||||
|
2. Platform Fees and Compensation
|
||||||
|
</h2>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
RE-Quest may charge fees to real estate professionals for premium features, enhanced visibility, or
|
||||||
|
advertising on the Platform. These fees are separate from any commissions, fees, or compensation
|
||||||
|
arrangements between users and real estate professionals.
|
||||||
|
</p>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
RE-Quest does not charge commissions on real estate transactions. Any compensation arrangements between
|
||||||
|
users and agents are made independently and are not governed by these Terms.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Section 3 */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<h2 className="text-[20px] font-fractul font-bold text-[#00293d] mb-4">
|
||||||
|
3. Eligibility
|
||||||
|
</h2>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
You must be at least 18 years old and legally able to enter into contracts to use this Platform. By using
|
||||||
|
RE-Quest, you represent and warrant that:
|
||||||
|
</p>
|
||||||
|
<ul className="list-disc pl-6 space-y-2 font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<li>You are at least 18 years of age.</li>
|
||||||
|
<li>You have the legal capacity to agree to these Terms.</li>
|
||||||
|
<li>You will use the Platform only for lawful purposes.</li>
|
||||||
|
<li>All information you provide is accurate and complete.</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Section 4 */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<h2 className="text-[20px] font-fractul font-bold text-[#00293d] mb-4">
|
||||||
|
4. User Accounts
|
||||||
|
</h2>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
To access certain features of the Platform, you must create an account. By creating an account, you agree to:
|
||||||
|
</p>
|
||||||
|
<ul className="list-disc pl-6 space-y-2 font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
<li>Provide accurate, current, and complete information during registration.</li>
|
||||||
|
<li>Maintain and promptly update your account information.</li>
|
||||||
|
<li>Keep your password confidential and not share it with others.</li>
|
||||||
|
<li>Accept responsibility for all activity under your account.</li>
|
||||||
|
<li>Notify RE-Quest immediately of any unauthorized use of your account.</li>
|
||||||
|
</ul>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
RE-Quest reserves the right to suspend or terminate any account at its sole discretion, including for
|
||||||
|
violations of these Terms or for any conduct that we determine is harmful to other users, third parties,
|
||||||
|
or the Platform.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Section 5 */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<h2 className="text-[20px] font-fractul font-bold text-[#00293d] mb-4">
|
||||||
|
5. Agent Verification and Profiles
|
||||||
|
</h2>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
RE-Quest may perform limited verification of real estate professionals who register on the Platform. However:
|
||||||
|
</p>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-2">
|
||||||
|
a. RE-Quest does not guarantee the accuracy, completeness, or validity of any agent's credentials,
|
||||||
|
licensing status, or professional qualifications.
|
||||||
|
</p>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-2">
|
||||||
|
b. RE-Quest does not endorse, recommend, or guarantee any agent or their services.
|
||||||
|
</p>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-2">
|
||||||
|
c. Users are solely responsible for independently verifying any agent's credentials, licensing, and
|
||||||
|
reputation before engaging their services.
|
||||||
|
</p>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
d. Any “verified” badge or indicator on the Platform means only that the agent has completed
|
||||||
|
RE-Quest's internal registration process and does not constitute a professional endorsement.
|
||||||
|
</p>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-2">
|
||||||
|
Agent profiles may include, but are not limited to:
|
||||||
|
</p>
|
||||||
|
<ul className="list-disc pl-6 space-y-2 font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<li>Name, photo, and contact information</li>
|
||||||
|
<li>License number and brokerage affiliation</li>
|
||||||
|
<li>Service areas and specializations</li>
|
||||||
|
<li>Client reviews and ratings</li>
|
||||||
|
<li>Transaction history or experience summaries</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Section 6 */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<h2 className="text-[20px] font-fractul font-bold text-[#00293d] mb-4">
|
||||||
|
6. Messaging and Communication
|
||||||
|
</h2>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
RE-Quest provides in-platform messaging features to facilitate communication between users and real estate
|
||||||
|
professionals. By using these features, you agree to the following:
|
||||||
|
</p>
|
||||||
|
<ul className="list-disc pl-6 space-y-2 font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
<li>Messages must be relevant to real estate inquiries or services offered on the Platform.</li>
|
||||||
|
<li>You will not use messaging to send spam, unsolicited advertising, or promotional material.</li>
|
||||||
|
<li>You will not use messaging to harass, threaten, or abuse other users.</li>
|
||||||
|
<li>You will not share illegal, misleading, or fraudulent content through messages.</li>
|
||||||
|
<li>You will not use the messaging system to solicit personal information for purposes unrelated to a real estate transaction.</li>
|
||||||
|
</ul>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
RE-Quest may, but is not obligated to, monitor or review messages for compliance with these Terms. We reserve
|
||||||
|
the right to remove content and suspend accounts that violate these guidelines without prior notice.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h3 className="text-[17px] font-fractul font-bold text-[#00293d] mb-2">User Safety</h3>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
If you experience any threatening, abusive, or suspicious behavior from another user, please report the
|
||||||
|
interaction immediately using the in-app reporting feature or by contacting us at
|
||||||
|
officialteam.request@gmail.com. RE-Quest will investigate reported incidents and take appropriate action,
|
||||||
|
which may include account suspension or referral to law enforcement.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h3 className="text-[17px] font-fractul font-bold text-[#00293d] mb-2">Fraud Prevention Notice</h3>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
RE-Quest will never ask you for your bank account information, Social Security number, or payment through
|
||||||
|
messaging. If anyone claiming to represent RE-Quest requests such information, do not respond and report
|
||||||
|
the message immediately.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Section 7 */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<h2 className="text-[20px] font-fractul font-bold text-[#00293d] mb-4">
|
||||||
|
7. Listings and Information Accuracy
|
||||||
|
</h2>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
Listing data displayed on RE-Quest may be sourced from third-party providers, including Multiple Listing
|
||||||
|
Services (MLS), real estate agents, property owners, and public records. RE-Quest does not independently
|
||||||
|
verify the accuracy of listing data, including property details, pricing, availability, or descriptions.
|
||||||
|
</p>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4 uppercase">
|
||||||
|
ALL LISTING DATA IS PROVIDED “AS IS” WITHOUT WARRANTY OF ANY KIND. RE-QUEST MAKES NO
|
||||||
|
REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, ABOUT THE ACCURACY, COMPLETENESS, RELIABILITY, OR
|
||||||
|
SUITABILITY OF THE INFORMATION DISPLAYED. USERS SHOULD INDEPENDENTLY VERIFY ALL PROPERTY INFORMATION
|
||||||
|
BEFORE MAKING ANY DECISIONS.
|
||||||
|
</p>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-2">
|
||||||
|
Users are strongly encouraged to:
|
||||||
|
</p>
|
||||||
|
<ul className="list-disc pl-6 space-y-2 font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<li>Verify property details directly with the listing agent or broker.</li>
|
||||||
|
<li>Conduct independent inspections and due diligence.</li>
|
||||||
|
<li>Consult licensed professionals for legal, financial, or real estate advice.</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Section 8 */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<h2 className="text-[20px] font-fractul font-bold text-[#00293d] mb-4">
|
||||||
|
8. Acceptable Use
|
||||||
|
</h2>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
You agree not to use the Platform for any unlawful or prohibited purpose. The following actions are
|
||||||
|
expressly prohibited:
|
||||||
|
</p>
|
||||||
|
<ul className="list-disc pl-6 space-y-2 font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<li>Violating any applicable local, state, national, or international law or regulation.</li>
|
||||||
|
<li>Impersonating any person or entity, or falsely stating or misrepresenting your affiliation with a person or entity.</li>
|
||||||
|
<li>Uploading, posting, or transmitting any content that is defamatory, obscene, threatening, invasive of privacy, or otherwise objectionable.</li>
|
||||||
|
<li>Interfering with or disrupting the Platform or its servers.</li>
|
||||||
|
<li>Attempting to gain unauthorized access to any portion of the Platform.</li>
|
||||||
|
<li>Scraping, data mining, or using automated tools to access the Platform without our express written consent.</li>
|
||||||
|
<li>Using the Platform to distribute malware, viruses, or other harmful software.</li>
|
||||||
|
<li>Engaging in any discriminatory practices prohibited by applicable fair housing laws.</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Section 9 */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<h2 className="text-[20px] font-fractul font-bold text-[#00293d] mb-4">
|
||||||
|
9. Reviews and User Content
|
||||||
|
</h2>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
RE-Quest allows users to submit reviews, ratings, comments, and other content (“User Content”).
|
||||||
|
By submitting User Content, you grant RE-Quest a non-exclusive, royalty-free, worldwide, perpetual license
|
||||||
|
to use, display, reproduce, modify, and distribute your content on and through the Platform.
|
||||||
|
</p>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-2">
|
||||||
|
By submitting User Content, you agree that:
|
||||||
|
</p>
|
||||||
|
<ul className="list-disc pl-6 space-y-2 font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<li>Your content is truthful and based on your genuine experience.</li>
|
||||||
|
<li>You will not submit fake, misleading, or defamatory reviews.</li>
|
||||||
|
<li>You will not submit content that violates the rights of others, including intellectual property rights.</li>
|
||||||
|
<li>RE-Quest may remove or edit User Content at its sole discretion without notice.</li>
|
||||||
|
<li>RE-Quest is not responsible for User Content submitted by others.</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Section 10 */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<h2 className="text-[20px] font-fractul font-bold text-[#00293d] mb-4">
|
||||||
|
10. Platform Availability
|
||||||
|
</h2>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
RE-Quest does not guarantee that the Platform will be available at all times or without interruption. We may:
|
||||||
|
</p>
|
||||||
|
<ul className="list-disc pl-6 space-y-2 font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<li>Modify, suspend, or discontinue any part of the Platform at any time without notice.</li>
|
||||||
|
<li>Perform scheduled or unscheduled maintenance that may result in temporary outages.</li>
|
||||||
|
<li>Update, change, or remove features, content, or functionality at our discretion.</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Section 11 */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<h2 className="text-[20px] font-fractul font-bold text-[#00293d] mb-4">
|
||||||
|
11. Third-Party Services
|
||||||
|
</h2>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
The Platform may contain links to third-party websites, services, or resources. RE-Quest is not responsible
|
||||||
|
for the content, accuracy, or practices of any third-party websites or services. Your interactions with
|
||||||
|
third-party services are solely between you and the third party.
|
||||||
|
</p>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
You release RE-Quest from any claims, damages, or losses arising from your use of third-party services
|
||||||
|
accessed through the Platform.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Section 12 */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<h2 className="text-[20px] font-fractul font-bold text-[#00293d] mb-4">
|
||||||
|
12. Intellectual Property
|
||||||
|
</h2>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
All content, design, graphics, logos, text, software, and other materials on the Platform are owned by or
|
||||||
|
licensed to RE-Quest and are protected by applicable intellectual property laws. This includes, but is not
|
||||||
|
limited to:
|
||||||
|
</p>
|
||||||
|
<ul className="list-disc pl-6 space-y-2 font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
<li>The RE-Quest name, logo, and branding</li>
|
||||||
|
<li>Platform design, layout, and user interface</li>
|
||||||
|
<li>Proprietary algorithms and software</li>
|
||||||
|
<li>Original content, articles, and educational materials</li>
|
||||||
|
</ul>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
You may not copy, reproduce, distribute, modify, or create derivative works of any Platform content without
|
||||||
|
our prior written consent.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Section 13 */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<h2 className="text-[20px] font-fractul font-bold text-[#00293d] mb-4">
|
||||||
|
13. Disclaimer of Warranties
|
||||||
|
</h2>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4 uppercase">
|
||||||
|
THE PLATFORM IS PROVIDED “AS IS” AND “AS AVAILABLE” WITHOUT WARRANTIES OF ANY KIND,
|
||||||
|
EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR
|
||||||
|
A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
|
||||||
|
</p>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-2">
|
||||||
|
RE-Quest does not warrant or guarantee that:
|
||||||
|
</p>
|
||||||
|
<ul className="list-disc pl-6 space-y-2 font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<li>The Platform will meet your requirements or expectations.</li>
|
||||||
|
<li>The Platform will be uninterrupted, timely, secure, or error-free.</li>
|
||||||
|
<li>Any information obtained through the Platform will be accurate or reliable.</li>
|
||||||
|
<li>Any defects or errors in the Platform will be corrected.</li>
|
||||||
|
<li>The Platform is free of viruses or other harmful components.</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Section 14 */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<h2 className="text-[20px] font-fractul font-bold text-[#00293d] mb-4">
|
||||||
|
14. Indemnification
|
||||||
|
</h2>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
You agree to defend, indemnify, and hold harmless RE-Quest, its officers, directors, employees, agents, and
|
||||||
|
affiliates from and against any and all claims, damages, obligations, losses, liabilities, costs, or debt,
|
||||||
|
and expenses (including attorney's fees) arising from:
|
||||||
|
</p>
|
||||||
|
<ul className="list-disc pl-6 space-y-2 font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<li>Your use of the Platform.</li>
|
||||||
|
<li>Your violation of these Terms.</li>
|
||||||
|
<li>Your violation of any rights of a third party, including intellectual property rights.</li>
|
||||||
|
<li>Any content you submit or post on the Platform.</li>
|
||||||
|
<li>Any interaction between you and another user or agent on or off the Platform.</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Section 15 */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<h2 className="text-[20px] font-fractul font-bold text-[#00293d] mb-4">
|
||||||
|
15. Limitation of Liability
|
||||||
|
</h2>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4 uppercase">
|
||||||
|
TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, RE-QUEST AND ITS OFFICERS, DIRECTORS, EMPLOYEES,
|
||||||
|
AGENTS, AND AFFILIATES SHALL NOT BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, OR
|
||||||
|
PUNITIVE DAMAGES, INCLUDING BUT NOT LIMITED TO:
|
||||||
|
</p>
|
||||||
|
<ul className="list-disc pl-6 space-y-2 font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
<li>Loss of profits, data, or goodwill</li>
|
||||||
|
<li>Service interruption or computer damage</li>
|
||||||
|
<li>Cost of substitute services</li>
|
||||||
|
<li>Any damages arising from real estate transactions facilitated through or related to the Platform</li>
|
||||||
|
<li>Any damages arising from interactions with agents, buyers, sellers, or other users</li>
|
||||||
|
</ul>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] uppercase">
|
||||||
|
IN NO EVENT SHALL RE-QUEST'S TOTAL LIABILITY TO YOU FOR ALL CLAIMS ARISING OUT OF OR RELATING TO THESE
|
||||||
|
TERMS OR YOUR USE OF THE PLATFORM EXCEED ONE HUNDRED DOLLARS ($100.00).
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Section 16 */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<h2 className="text-[20px] font-fractul font-bold text-[#00293d] mb-4">
|
||||||
|
16. Third-Party Disputes and Relationships
|
||||||
|
</h2>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
RE-Quest is not a party to any agreement, transaction, or dispute between users and real estate
|
||||||
|
professionals. Any issues arising between you and a real estate agent, broker, lender, or other third party
|
||||||
|
must be resolved directly between the involved parties.
|
||||||
|
</p>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-2">
|
||||||
|
You agree that RE-Quest is not responsible for and will not be involved in resolving disputes related to:
|
||||||
|
</p>
|
||||||
|
<ul className="list-disc pl-6 space-y-2 font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<li>Real estate transactions or negotiations</li>
|
||||||
|
<li>Commission or fee arrangements between agents and clients</li>
|
||||||
|
<li>Property conditions, inspections, or disclosures</li>
|
||||||
|
<li>Contract terms between buyers, sellers, and agents</li>
|
||||||
|
<li>Lending, financing, or mortgage disputes</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Section 17 */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<h2 className="text-[20px] font-fractul font-bold text-[#00293d] mb-4">
|
||||||
|
17. Termination
|
||||||
|
</h2>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
RE-Quest may suspend or terminate your access to the Platform at any time, with or without cause, and with
|
||||||
|
or without notice. Reasons for termination may include, but are not limited to:
|
||||||
|
</p>
|
||||||
|
<ul className="list-disc pl-6 space-y-2 font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
<li>Violation of these Terms</li>
|
||||||
|
<li>Fraudulent, abusive, or illegal activity</li>
|
||||||
|
<li>Conduct harmful to other users or the Platform</li>
|
||||||
|
<li>Extended period of inactivity</li>
|
||||||
|
<li>Request by law enforcement or government agency</li>
|
||||||
|
</ul>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
Upon termination, your right to use the Platform will immediately cease. All provisions of these Terms that
|
||||||
|
by their nature should survive termination shall survive, including ownership provisions, warranty
|
||||||
|
disclaimers, indemnification, and limitations of liability.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Section 18 */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<h2 className="text-[20px] font-fractul font-bold text-[#00293d] mb-4">
|
||||||
|
18. Privacy
|
||||||
|
</h2>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
Your use of the Platform is also governed by our Privacy Policy, which is incorporated into these Terms by
|
||||||
|
reference. Please review our Privacy Policy to understand how we collect, use, and protect your personal
|
||||||
|
information.
|
||||||
|
</p>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
RE-Quest is committed to compliance with the Colorado Privacy Act (CPA) and other applicable privacy
|
||||||
|
regulations. For more details, please refer to our Privacy Policy.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Section 19 */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<h2 className="text-[20px] font-fractul font-bold text-[#00293d] mb-4">
|
||||||
|
19. Changes to These Terms
|
||||||
|
</h2>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
RE-Quest reserves the right to modify or update these Terms at any time. Changes will be effective seven (7)
|
||||||
|
days after posting the revised Terms on the Platform. We will notify you of material changes through one or
|
||||||
|
more of the following methods:
|
||||||
|
</p>
|
||||||
|
<ul className="list-disc pl-6 space-y-2 font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
<li>A notice posted on the Platform</li>
|
||||||
|
<li>An email sent to the address associated with your account</li>
|
||||||
|
<li>An in-app notification</li>
|
||||||
|
</ul>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
Your continued use of the Platform after the effective date of any changes constitutes your acceptance of
|
||||||
|
the revised Terms.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Section 20 */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<h2 className="text-[20px] font-fractul font-bold text-[#00293d] mb-4">
|
||||||
|
20. Governing Law
|
||||||
|
</h2>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
These Terms shall be governed by and construed in accordance with the laws of the State of Colorado, without
|
||||||
|
regard to its conflict of law principles. Any legal action or proceeding not subject to arbitration shall be
|
||||||
|
brought exclusively in the state or federal courts located in Denver, Colorado.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Section 21 */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<h2 className="text-[20px] font-fractul font-bold text-[#00293d] mb-4">
|
||||||
|
21. Contact Information
|
||||||
|
</h2>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
If you have any questions or concerns about these Terms, please contact us:
|
||||||
|
</p>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-1">
|
||||||
|
<span className="font-bold">Email:</span> officialteam.request@gmail.com
|
||||||
|
</p>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
<span className="font-bold">Address:</span> 1975 Peralta Point, Colorado Springs, CO 80910
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Section 22 */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<h2 className="text-[20px] font-fractul font-bold text-[#00293d] mb-4">
|
||||||
|
22. Dispute Resolution and Arbitration
|
||||||
|
</h2>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
Any dispute, claim, or controversy arising out of or relating to these Terms or your use of the Platform
|
||||||
|
shall be resolved through binding arbitration administered by the American Arbitration Association (AAA)
|
||||||
|
under its Consumer Arbitration Rules. Arbitration shall take place in Denver, Colorado.
|
||||||
|
</p>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
By agreeing to these Terms, you agree to resolve disputes through arbitration rather than in court, except
|
||||||
|
for claims that may be brought in small claims court.
|
||||||
|
</p>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] uppercase">
|
||||||
|
BY AGREEING TO ARBITRATION, YOU ARE WAIVING YOUR RIGHT TO A JURY TRIAL. THIS WAIVER IS VOLUNTARY AND
|
||||||
|
KNOWING. YOU UNDERSTAND THAT YOU ARE GIVING UP THE RIGHT TO HAVE A JURY DECIDE YOUR CASE.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Section 23 */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<h2 className="text-[20px] font-fractul font-bold text-[#00293d] mb-4">
|
||||||
|
23. Class Action Waiver
|
||||||
|
</h2>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
All claims and disputes arising under or relating to these Terms must be brought on an individual basis and
|
||||||
|
not as part of a class action, collective action, or representative proceeding.
|
||||||
|
</p>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] uppercase">
|
||||||
|
YOU AGREE THAT BY ENTERING INTO THESE TERMS, YOU AND RE-QUEST ARE EACH WAIVING THE RIGHT TO PARTICIPATE
|
||||||
|
IN A CLASS ACTION, COLLECTIVE ACTION, OR OTHER REPRESENTATIVE PROCEEDING. IF FOR ANY REASON A CLAIM
|
||||||
|
PROCEEDS IN COURT RATHER THAN ARBITRATION, BOTH PARTIES WAIVE ANY RIGHT TO A JURY TRIAL.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Section 24 */}
|
||||||
|
<div className="mb-8">
|
||||||
|
<h2 className="text-[20px] font-fractul font-bold text-[#00293d] mb-4">
|
||||||
|
24. Affiliated Platforms and Cross-Platform Services
|
||||||
|
</h2>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
RE-Quest operates alongside MyAgentNavigator, an affiliated platform also operated by RE-Quest LLC. These
|
||||||
|
platforms may share certain features, data, and services to enhance the user experience.
|
||||||
|
</p>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-2">
|
||||||
|
Users may be able to:
|
||||||
|
</p>
|
||||||
|
<ul className="list-disc pl-6 space-y-2 font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
<li>Access services from both RE-Quest and MyAgentNavigator through a single account.</li>
|
||||||
|
<li>View listings, agent profiles, or user reviews that appear on either platform.</li>
|
||||||
|
<li>Use shared messaging or communication tools across platforms.</li>
|
||||||
|
</ul>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d] mb-4">
|
||||||
|
By using RE-Quest, you acknowledge that your information and activity may be shared with MyAgentNavigator
|
||||||
|
in accordance with our Privacy Policy. Each platform may have its own specific terms or guidelines, and
|
||||||
|
users are responsible for reviewing and complying with the terms of each platform they use.
|
||||||
|
</p>
|
||||||
|
<p className="font-serif text-[15px] leading-[24px] text-[#00293d]">
|
||||||
|
RE-Quest makes no guarantees regarding the availability, accuracy, or interoperability of cross-platform
|
||||||
|
features and reserves the right to modify or discontinue shared services at any time.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<Footer />
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
@@ -36,8 +36,8 @@ const footerLinks = {
|
|||||||
{ label: 'Testimonials', href: '/testimonials' },
|
{ label: 'Testimonials', href: '/testimonials' },
|
||||||
{ label: 'Careers', href: '#' },
|
{ label: 'Careers', href: '#' },
|
||||||
{ label: 'Contact Us', href: '/contact' },
|
{ label: 'Contact Us', href: '/contact' },
|
||||||
{ label: 'Privacy Policy', href: '#' },
|
{ label: 'Privacy Policy', href: '/privacy-policy' },
|
||||||
{ label: 'Terms & Conditions', href: '#' },
|
{ label: 'Terms & Conditions', href: '/terms-of-service' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
@@ -45,7 +45,7 @@ const footerLinks = {
|
|||||||
const socialLinks = [
|
const socialLinks = [
|
||||||
{
|
{
|
||||||
name: 'LinkedIn',
|
name: 'LinkedIn',
|
||||||
href: '#',
|
href: 'https://www.linkedin.com/company/re-quest001/posts/?feedView=all',
|
||||||
icon: (
|
icon: (
|
||||||
<svg className="w-4 h-4" fill="currentColor" viewBox="0 0 24 24">
|
<svg className="w-4 h-4" fill="currentColor" viewBox="0 0 24 24">
|
||||||
<path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z" />
|
<path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z" />
|
||||||
@@ -55,7 +55,7 @@ const socialLinks = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Instagram',
|
name: 'Instagram',
|
||||||
href: '#',
|
href: 'https://www.instagram.com/re.quest.official',
|
||||||
icon: (
|
icon: (
|
||||||
<svg className="w-4 h-4" fill="currentColor" viewBox="0 0 24 24">
|
<svg className="w-4 h-4" fill="currentColor" viewBox="0 0 24 24">
|
||||||
<path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z" />
|
<path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z" />
|
||||||
@@ -65,7 +65,7 @@ const socialLinks = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Facebook',
|
name: 'Facebook',
|
||||||
href: '#',
|
href: 'https://www.facebook.com/re.quest.social',
|
||||||
icon: (
|
icon: (
|
||||||
<svg className="w-4 h-4" fill="currentColor" viewBox="0 0 24 24">
|
<svg className="w-4 h-4" fill="currentColor" viewBox="0 0 24 24">
|
||||||
<path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z" />
|
<path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z" />
|
||||||
@@ -75,7 +75,7 @@ const socialLinks = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Twitter',
|
name: 'Twitter',
|
||||||
href: '#',
|
href: 'https://x.com/RE_Quest_Social',
|
||||||
icon: (
|
icon: (
|
||||||
<svg className="w-4 h-4" fill="currentColor" viewBox="0 0 24 24">
|
<svg className="w-4 h-4" fill="currentColor" viewBox="0 0 24 24">
|
||||||
<path d="M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z" />
|
<path d="M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z" />
|
||||||
|
|||||||
Reference in New Issue
Block a user