From fa1791d91491bacd9400335c4150d71eb527fd9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=87?= Date: Tue, 16 Jan 2024 13:06:51 +0100 Subject: [PATCH] replaced with --- app/terms/page.tsx | 8 +++----- app/ui/PageFooter.tsx | 3 ++- app/ui/PageHeader.tsx | 3 ++- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/terms/page.tsx b/app/terms/page.tsx index 2a3d958..6850b14 100644 --- a/app/terms/page.tsx +++ b/app/terms/page.tsx @@ -1,13 +1,11 @@ import { Main } from "../ui/Main"; -import { PageFooter } from "../ui/PageFooter"; -import { PageHeader } from "../ui/PageHeader"; const TermsPage = () =>

Terms of Service for Home Utility Bills Tracking Web Application

1. Introduction

-

Welcome to our Home Utility Bills Tracking Web Application (“App”). These Terms of Service (“Terms”) govern your access to and use of our App. By accessing or using the App, you agree to be bound by these Terms.

+

Welcome to our Home Utility Bills Tracking Web Application ("App”). These Terms of Service (“Terms”) govern your access to and use of our App. By accessing or using the App, you agree to be bound by these Terms.

2. Use of the Service

  1. Eligibility: You must be at least 18 years old to use the App.
  2. @@ -24,7 +22,7 @@ const TermsPage = () =>
    1. Violates any law or regulation.
    2. Is harmful, fraudulent, deceptive, threatening, harassing, defamatory, obscene, or otherwise objectionable.
    3. -
    4. Jeopardizes the security of your account or anyone else's account.
    5. +
    6. Jeopardizes the security of your account or anyone else's account.

    5. Modifications to the App

    We reserve the right to modify or discontinue, temporarily or permanently, the App (or any part thereof) with or without notice.

    @@ -41,7 +39,7 @@ const TermsPage = () =>

    9. Governing Law

    These Terms shall be governed and construed in accordance with the laws of Croatia, without regard to its conflict of law provisions.

    10. Changes

    -

    We reserve the right, at our sole discretion, to modify or replace these Terms at any time. We will try to provide at least [number] days' notice prior to any new terms taking effect.

    +

    We reserve the right, at our sole discretion, to modify or replace these Terms at any time. We will try to provide at least 10 days' notice prior to any new terms taking effect.

    11. Contact Us

    If you have any questions about these Terms, please contact us at [Contact Information].

diff --git a/app/ui/PageFooter.tsx b/app/ui/PageFooter.tsx index 10d5a0c..0bc54bd 100644 --- a/app/ui/PageFooter.tsx +++ b/app/ui/PageFooter.tsx @@ -1,3 +1,4 @@ +import Image from "next/image"; import Link from "next/link"; import React from "react"; @@ -6,7 +7,7 @@ export const PageFooter: React.FC = () =>