import { AccordionItem } from "./types"; /* ------------ DEFAULT FAQs (3 – plain text only) --------------- */ export const FAQ_ITEMS: AccordionItem[] = [ { title: "How much speed do I need in my home?", description: "The amount of internet speed or bandwidth you need in your home significantly depends on your usage and the number of devices connected to the internet. Connected devices don’t only mean computers and tablets; they include TVs used for streaming, gaming consoles, smart watches, phones, home security cameras and doorbells, home assistants, baby monitors, wireless speakers, and more. Every connected device pulls from your home’s internet bandwidth.", }, { title: "Do I qualify for any promotional offers?", description: "Be sure to register for updates, promotional offers, and special discounts in the form provided. You’ll be able to enjoy an improved internet experience and benefit from newer, faster, and more advanced fiber technology.", }, { title: "How fast is Kinetic internet?", description: "Kinetic offers high internet speeds ranging from 200 Mbps up to Fiber Gig speeds of 1000 Mbps.", }, ]; /* -------------- RICH TEXT FAQs (4 – JSX formatted) ----------------- */ export const RICH_FAQ_ITEMS: AccordionItem[] = [ { title: "How do I check my Windstream email?", description: ( <>
Already have a windstream.net account?
You can check your windstream.net emails in the following ways:
OR
Log in to Go Kinetic, navigate to{" "} Other Services, then select{" "} View and Manage Email.
Wanting to set up a new .net email account?
For a household with 4+ internet users who use the web for online gaming, music and video streaming, uploading pictures and videos, as well as email and browsing, a{" "} 1‑Gigabit plan would be best suited.
This also supports multiple devices such as laptops, smartphones, tablets, and TVs connected to the home internet at the same time.
Every connected device in your home pulls from your available internet bandwidth.
> ), }, { title: "Do I qualify for any promotional offers?", description: ( <>Be sure to register for updates, promotional offers, and special discounts using the form below.
Enjoy an improved internet experience and take advantage of newer, faster, and more advanced fiber technology.
> ), }, { title: "Can I change or cancel my pre‑order?", description: ( <>Yes, of course! You are under no obligation. If a situation arises that requires a change, simply give us a call at{" "} 855‑939‑2381.
> ), }, ]; ``;