|
|
@@ -5,7 +5,7 @@ import btnAppStore from '@/assets/images/home/btn-app-store.svg';
|
|
|
import btnGooglePlay from '@/assets/images/home/btn-google-play.svg';
|
|
|
import btnMacos from '@/assets/images/home/btn-macos.svg';
|
|
|
import btnWindows from '@/assets/images/home/btn-windows.svg';
|
|
|
-import devicesMockup from '@/assets/images/home/devices-mockup.png';
|
|
|
+// import devicesMockup from '@/assets/images/home/devices-mockup.png';
|
|
|
import { /*useAppUrls,*/ type AppUrls } from '@/hooks/useAppUrls';
|
|
|
import { useComingSoonDialog } from '@/hooks/useComingSoonDialog';
|
|
|
|
|
|
@@ -80,11 +80,11 @@ export function ChoosePlatform() {
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <img
|
|
|
+ {/* <img
|
|
|
src={devicesMockup}
|
|
|
alt="FlashLink VPN on multiple devices"
|
|
|
className="w-full max-w-[350px] sm:max-w-[600px] lg:max-w-[786px] h-auto object-contain"
|
|
|
- />
|
|
|
+ /> */}
|
|
|
</Wrapper>
|
|
|
</section>
|
|
|
);
|