import Card from "@/components/code-snippet"; import BasicProgress from "./basic-progress"; import ColorProgress from "./color-progress"; import SizesProgress from "./sizes-progress"; import StripedProgress from "./striped-progress"; import AnimatedStriped from "./animate-striped"; import ProgressWithValue from "./progress-withvalue"; import { animateStriped, basicProgress, colorProgress, progressWithValue, sizesProgress, stripedProgress } from "./source-code"; import SiteBreadcrumb from "@/components/site-breadcrumb"; const ProgressPage = () => { return (