diff --git a/docs/src/components/parts/Cookies.js b/docs/src/components/parts/Cookies.js
index 773eda90a..83b8a26c7 100644
--- a/docs/src/components/parts/Cookies.js
+++ b/docs/src/components/parts/Cookies.js
@@ -10,7 +10,7 @@ export default function Cookies() {
return (
This website uses cookies to provide you with a great user experience.
diff --git a/docs/src/components/parts/FirstSection.js b/docs/src/components/parts/FirstSection.js
index 17a75cdeb..8ddbcaf98 100644
--- a/docs/src/components/parts/FirstSection.js
+++ b/docs/src/components/parts/FirstSection.js
@@ -3,7 +3,7 @@ import "animate.css";
export default function FirstSection() {
return (
-
+
-
+
-
+
Free, Secure, and Open-Source
Backup for Microsoft 365
@@ -51,18 +51,18 @@ export default function FirstSection() {
}}
>
-
-
+
+
-
-
+
+
);
diff --git a/docs/src/components/parts/FourthSection.js b/docs/src/components/parts/FourthSection.js
index d8ca22a59..4ffaeb642 100644
--- a/docs/src/components/parts/FourthSection.js
+++ b/docs/src/components/parts/FourthSection.js
@@ -4,7 +4,7 @@ import { Icon } from "@iconify/react";
export default function FourthSection() {
return (
-
+
diff --git a/docs/src/components/parts/SecondSection.js b/docs/src/components/parts/SecondSection.js
index 68a033c42..c2c69b03a 100644
--- a/docs/src/components/parts/SecondSection.js
+++ b/docs/src/components/parts/SecondSection.js
@@ -3,21 +3,21 @@ import "animate.css";
export default function SecondSection() {
return (
-
-
-
-
-
-
+
+
+
+
+
diff --git a/docs/src/components/parts/ThirdSection.js b/docs/src/components/parts/ThirdSection.js
index 04b225d27..484738eda 100644
--- a/docs/src/components/parts/ThirdSection.js
+++ b/docs/src/components/parts/ThirdSection.js
@@ -16,13 +16,13 @@ export default function ThirdSection() {
});
return (
-
+
-
+
Key Features
@@ -37,7 +37,7 @@ export default function ThirdSection() {
className="col-start-1 wow animate__animated animate__fadeInUp"
data-wow-delay=".1s"
>
-
+
@@ -53,7 +53,7 @@ export default function ThirdSection() {
className="col-start-1 wow animate__animated animate__fadeInUp"
data-wow-delay=".1s"
>
-
+
@@ -67,7 +67,7 @@ export default function ThirdSection() {
className="col-start-1 wow animate__animated animate__fadeInUp"
data-wow-delay=".1s"
>
-
+
@@ -81,7 +81,7 @@ export default function ThirdSection() {
className="lg:col-start-2 md:col-start-1 wow animate__animated animate__fadeInUp"
data-wow-delay=".3s"
>
-
+
@@ -94,10 +94,10 @@ export default function ThirdSection() {
-
+
@@ -111,7 +111,7 @@ export default function ThirdSection() {
className="lg:col-start-2 md:col-start-2 md:order-last wow animate__animated animate__fadeInUp"
data-wow-delay=".3s"
>
-
+
@@ -125,7 +125,7 @@ export default function ThirdSection() {
className="lg:col-start-3 md:col-start-2 wow animate__animated animate__fadeInUp"
data-wow-delay=".5s"
>
-
+
@@ -139,7 +139,7 @@ export default function ThirdSection() {
className="lg:col-start-3 md:col-start-2 wow animate__animated animate__fadeInUp"
data-wow-delay=".5s"
>
-
+
-
+
-
+
Frequently Asked Questions
@@ -458,13 +458,13 @@ export default function ThirdSection() {
-
-
-
-
-
-
+
({
+ 1200: "71.25rem",
+ 992: "60rem",
+ 768: "45rem",
+ }),
+
+ zIndex: {
+ 1: "1",
+ 2: "2",
+ 3: "3",
+ 999: "999",
+ },
+ },
},
plugins: [require("tw-elements/dist/plugin")],
};