import PageWrap from "@/layout/PageWrap"; import HeaderPlaceholder from "./HeaderPlaceholder"; const HelpPlaceholder = () => { return ( {/* Main Content */}
{/* Hero Section */}
{/* Popular Articles Section */}
{[...Array(4)].map((_, i) => (
))}
{/* Documentation Categories */}
{[...Array(6)].map((_, i) => (
))}
{/* Get Support Section */}
{[...Array(4)].map((_, i) => (
))}
{/* Contact Support CTA */}
); }; export default HelpPlaceholder;