> ## 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.

# Gemini 355

> Redirect stub to the Gemini 355 catalog page.

export default function Gemini355RedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/orbbec/gemini-355");
  }, []);
  return <>
      # Redirecting to Gemini 355

      If you are not redirected automatically, [open the Gemini 355 catalog page](https://cyberwave.com/orbbec/gemini-355).
    </>;
}
