<linkhref={process.env.NEXT_PUBLIC_WEB_ASSETS_URL+"/images/splash.png"}media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)"rel="apple-touch-startup-image"/>
{/* <!-- iPhone 678p startup image @3x--> */}
<linkhref={process.env.NEXT_PUBLIC_WEB_ASSETS_URL+"/images/splash.png"}media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3)"rel="apple-touch-startup-image"/>
{/* <!-- iPhone X Xs startup image @3x--> */}
<linkhref={process.env.NEXT_PUBLIC_WEB_ASSETS_URL+"/images/splash.png"}media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3)"rel="apple-touch-startup-image"/>
{/* <!-- iPhone XR startup image @2X --> */}
<linkhref={process.env.NEXT_PUBLIC_WEB_ASSETS_URL+"/images/splash.png"}media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2)"rel="apple-touch-startup-image"/>
{/* <!-- iPhone XR Max startup image @3x--> */}
<linkhref={process.env.NEXT_PUBLIC_WEB_ASSETS_URL+"/images/splash.png"}media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3)"rel="apple-touch-startup-image"/>