> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cyberwave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Otto1500

> Redirect stub to the Otto1500 catalog page.

export default function Otto1500RedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/otto-motors/otto-1500");
  }, []);
  return <>
      # Redirecting to Otto1500

      If you are not redirected automatically, [open the Otto1500 catalog page](https://cyberwave.com/otto-motors/otto-1500).
    </>;
}
