/* eslint-disable jsx-a11y/anchor-is-valid */ import { Tab } from "@headlessui/react"; import React from "react"; import { c1, c2, c3, c4, c5, c6, clock, file, review, star, } from "../constant/images"; const FilteredCourseTwo = () => { const listIcon = [ "clarity:grid-view-line", "ant-design:unordered-list-outlined", ]; return (
{listIcon.map((className, key) => ( (selected ? "active" : "")} key={key} > ))} Showing 12 courses of 52
{[c1, c2, c3, c4, c5, c6].map((item, index) => (
Art & Design
$29.28

Basic Fundamentals of Interior & Graphics Design

2 Lessons 4h 30m 4.8
))}
Load More
{[c1, c2, c3, c4, c5, c6].map((item, index) => (
$29.28

Basic Fundamentals of Interior & Graphics Design

2 Lessons 4k Lesson
))}
Load More
); }; export default FilteredCourseTwo;