function App() { // Use a different image from your app logo in the SignIn component return ( <CDPReactProvider config={config} theme={themeOverrides}> <SignIn> <SignInBackButton /> <SignInImage src="https://example.com/image.png" alt="Example Image" /> <SignInTitle /> <SignInDescription /> <SignInForm /> <SignInFooter /> </SignIn> </CDPReactProvider> );}