From 5cde219b3899bdb4f19862d329e623d872cc0faa Mon Sep 17 00:00:00 2001 From: Val <44112412+LawfaL@users.noreply.github.com> Date: Thu, 3 Jul 2025 17:13:08 +0700 Subject: [PATCH] feat: privacy policy page --- app/privacy-policy/page.js | 235 +++++++++++ app/services/cloud-computing/page.js | 593 ++++++++++++++------------- 2 files changed, 554 insertions(+), 274 deletions(-) create mode 100644 app/privacy-policy/page.js diff --git a/app/privacy-policy/page.js b/app/privacy-policy/page.js new file mode 100644 index 0000000..120f368 --- /dev/null +++ b/app/privacy-policy/page.js @@ -0,0 +1,235 @@ +import Layout from "@/components/layout/Layout"; +import BrandActiveSlider from "@/components/slider/BrandActiveSlider"; +import Link from "next/link"; + +export const metadata = { + title: + "Privacy Policy | RankRunners - SEO, Web Design & Digital Marketing Agency", + description: + "Learn how RankRunners LLC collects, uses, and protects your information.", +}; + +export default function PrivacyPolicy() { + const currentDate = new Date().toLocaleDateString("en-US", { + year: "numeric", + month: "long", + day: "numeric", + }); + + return ( + <> + +
+
+
+
+
+
+
+

Privacy Policy

+

+ Effective Date: July 3, 2025 +
+ Last Updated: July 3, 2025 +

+ +

+ Thank you for choosing RankRunners LLC ("we", "us", + "our"). Your privacy is important to us. This Privacy + Policy outlines how we collect, use, protect, and + disclose information when you visit RankRunners.net and + use our services, which include SEO, digital marketing, + website design, and website management for business + clients. +

+ +

+ By using our website or services, you agree to the + practices described in this Privacy Policy. +

+ +
+

1. Who We Are

+

+ RankRunners LLC is a digital agency providing + business-to-business services that include search + engine optimization (SEO), digital marketing, website + design, and ongoing website management. Our services + are tailored for businesses seeking performance-driven + online growth. +

+
+ +
+

2. Information We Collect

+

+ We may collect both personal and non-personal + information when you visit our website or engage with + our services. +

+ +

a. Information You Provide Voluntarily

+
    +
  • Name, email address, phone number
  • +
  • Company name and business information
  • +
  • + Billing and payment details (processed through + Paddle) +
  • +
  • + Project details or business goals you share via our + contact forms, proposals, or onboarding processes +
  • +
+ +

b. Information Collected Automatically

+

+ When you visit RankRunners.net, we automatically + collect: +

+
    +
  • IP address
  • +
  • Browser type and version
  • +
  • Referring/exit pages
  • +
  • Time zone and location data
  • +
  • Device type and operating system
  • +
  • Website usage behavior (via analytics)
  • +
+
+ + {/* Continue with other sections */} +
+

3. How We Use Your Information

+

We use the information we collect to:

+
    +
  • Deliver our services and manage your projects
  • +
  • + Respond to inquiries and provide customer support +
  • +
  • + Send transactional and service-related + communications +
  • +
  • + Improve our website performance and user experience +
  • +
  • + Conduct internal analytics and service optimization +
  • +
  • + Process payments via our third-party provider, + Paddle +
  • +
  • + Comply with legal obligations and prevent fraud +
  • +
+
+ + {/* Add remaining sections following the same pattern */} + +
+

13. Contact Us

+

+ If you have any questions, concerns, or requests + regarding this Privacy Policy or how we handle your + information, please contact us at: +

+
+
    +
  • +
    + +
    +
    +

    Email

    + + support@rankrunners.net + +
    +
  • +
  • +
    + +
    +
    +

    Phone

    + + (470) 260-4117 + +
    +
  • +
+
+
+
+
+
+