diff --git a/renderer/components/UpscaylCloudModal.tsx b/renderer/components/UpscaylCloudModal.tsx index aacac9a..59654a5 100644 --- a/renderer/components/UpscaylCloudModal.tsx +++ b/renderer/components/UpscaylCloudModal.tsx @@ -1,32 +1,35 @@ -import Image from "next/image" -import Link from "next/link" +import Image from "next/image"; +import Link from "next/link"; -export const UpscaylCloudModal = ({show, setShow}) => { - return ( - -
-

Introducing Upscayl Cloud!

-

We have opened a pre-registration survey for this new beta feature

-
-
    -
  • -

    Harness the power of cloud!

    -
  • -
  • -

    Limited by hardware power? No more!

    -
  • -
  • -

    Use on any device!

    -
  • -
-
- Screenshot of the new homepage of Upscayl -

Fill out the survey and...

- -
-
- -
-
- ) -} \ No newline at end of file +export const UpscaylCloudModal = ({ show, setShow }) => { + return ( + +
+

Introducing Upscayl Cloud!

+

+ No more hardware issues, quality compromises or long loading times! +

+ +
+

🌐 Upscayl anywhere, anytime, any device

+

☁️ No Graphics Card or hardware required

+

👩 Face Enhancement

+

🦋 10+ models to choose from

+

🏎 5x faster than Upscayl Desktop

+

🎞 Video Upscaling

+

💰 Commercial Usage

+

😴 Upscayl while you sleep

+
+ + + + +
+
+ +
+
+ ); +}; diff --git a/Upscayl New Page.png b/renderer/public/Upscayl New Page.png similarity index 100% rename from Upscayl New Page.png rename to renderer/public/Upscayl New Page.png