"use client" import React, { useState } from 'react'; //import { Link } from 'react-router-dom'; import thumb from '../assets/images/features-thumb-01.png'; import shapeSix from '../assets/images/shape/shape-6.png'; import shapeSeven from '../assets/images/shape/shape-7.png'; import shapeEight from '../assets/images/shape/shape-8.png'; import Image from 'next/image'; function SelectFeatures({ className }) { const [tab, setTab] = useState('setting'); const handleClick = (e, value) => { e.preventDefault(); setTab(value); }; //appie-services-2-area appie-services-8-area pt-90 pb-55 return (
Custom Reactions

Let the
Conversation flow

Car boot absolutely bladdered posh burke the wireless mush some dodg.

Learn More
Custom Reacyions

Let the
Conversation flow

Car boot absolutely bladdered posh burke the wireless mush some dodg.

Learn More
Custom Reacyions

Let the
Conversation flow

Car boot absolutely bladdered posh burke the wireless mush some dodg.

Learn More
Custom Reacyions

Let the
Conversation flow

Car boot absolutely bladdered posh burke the wireless mush some dodg.

Learn More
{/*
*/} {/* */} {/*
*/} {/*
*/} {/* */} {/*
*/} {/*
*/} {/* */} {/*
*/}
); } export default SelectFeatures;