// components/HelpContent.jsx "use client"; import ImageSlider from './ImageSlider'; import ExpandableSection from './ExpandableSection'; import StepsSection from './StepsSection'; import ProfileSection from './ProfileSection'; import ListSection from './ListSection'; import HelpQuickLinks from './HelpQuickLinks'; import { STEPS_DATA, PROFILE_FEATURES, LIST_SECTIONS } from './helpData'; import './styles/HelpContent.css'; const HelpContent = () => { return (
Welcome to Learnix! This guide will help you understand how to use all features of our platform effectively.
Short explanations with View more links.