diff --git a/src/components/browser-slider.tsx b/src/components/browser-slider.tsx index ab866db..adeb212 100644 --- a/src/components/browser-slider.tsx +++ b/src/components/browser-slider.tsx @@ -9,9 +9,9 @@ export default function BrowserComplexityExample() { const [selectedImage, setSelectedImage] = React.useState([1]); return (
-

+

How much browser do you want? -

+

Zen is designed to be simple and easy to use. We believe that the best software is the one that you don't notice. However, we can assure you diff --git a/src/components/faq/faq.tsx b/src/components/faq/faq.tsx index 61ecfdf..2ec9979 100644 --- a/src/components/faq/faq.tsx +++ b/src/components/faq/faq.tsx @@ -19,15 +19,15 @@ import Link from "next/link"; import { useState } from "react"; export const FAQ = () => { - const [feature, setFeature] = useState(""); + const [feature, setFeature] = useState("item-1"); return (

-

+

Frequently Asked Questions{" "} -

+ {
- {feature === "" && ( -
-
-
- - + - - - -
-
- - + - -
-
- - + - -
-
-
- )} -