'use client' import CountUp from 'react-countup' import Countdown from '@/components/elements/Countdown' import Layout from "@/components/layout/Layout" import BrandSlider from '@/components/slider/BrandSlider' import Community from "@/components/community/Community" import Link from "next/link" export default function CommunityPage() { return ( <>

Community

Home Community
{/*===== HERO AREA ENDS =======*/}
) }