'use client' import Image from "next/image"; import React, { useState } from "react"; export default function FancybBannerTen() { // For header select menu const [selected, setSelected] = useState('') const [click1, setClick1] = useState(false); const handleClick1 = (elm) => {setClick1(!click1); setSelected(elm)} return (

Try Deski Free

After your 14-day trial of our Professional plan, enjoy the Free version of Calendly – forever.

{/* /.title-style-six */}
{/* End .row */}
handleClick1('IOS & Android')} > icon IOS & Android
handleClick1('Mac & Windows')} > icon Mac & Windows
{/* End dropdown */}
No Credit Card Required. Cancel Anytime
{/* /.container */} shape shape
) }