diff --git a/public/images/Nighty_For_FAQ_Block_first_.webp b/public/images/Nighty_For_FAQ_Block_first_.webp index ccc35e6..a51b75a 100644 Binary files a/public/images/Nighty_For_FAQ_Block_first_.webp and b/public/images/Nighty_For_FAQ_Block_first_.webp differ diff --git a/public/images/Nighty_For_FAQ_Block_second_.webp b/public/images/Nighty_For_FAQ_Block_second_.webp index dad3ee5..45cfbe1 100644 Binary files a/public/images/Nighty_For_FAQ_Block_second_.webp and b/public/images/Nighty_For_FAQ_Block_second_.webp differ diff --git a/public/images/Webpage_Design_Parts_first_block_bg.webp b/public/images/Webpage_Design_Parts_first_block_bg.webp index 92c2ea4..a6a7165 100644 Binary files a/public/images/Webpage_Design_Parts_first_block_bg.webp and b/public/images/Webpage_Design_Parts_first_block_bg.webp differ diff --git a/public/images/Webpage_Design_Parts_header_block.webp b/public/images/Webpage_Design_Parts_header_block.webp index 0f8e62a..0b6dd23 100644 Binary files a/public/images/Webpage_Design_Parts_header_block.webp and b/public/images/Webpage_Design_Parts_header_block.webp differ diff --git a/public/images/Webpage_Design_Parts_second_block_bg.webp b/public/images/Webpage_Design_Parts_second_block_bg.webp index 78a6820..280de9a 100644 Binary files a/public/images/Webpage_Design_Parts_second_block_bg.webp and b/public/images/Webpage_Design_Parts_second_block_bg.webp differ diff --git a/public/images/butterfly1.webp b/public/images/butterfly1.webp index 48e493e..c7916f7 100644 Binary files a/public/images/butterfly1.webp and b/public/images/butterfly1.webp differ diff --git a/public/images/butterfly_dock.webp b/public/images/butterfly_dock.webp index 7536389..00a01ee 100644 Binary files a/public/images/butterfly_dock.webp and b/public/images/butterfly_dock.webp differ diff --git a/public/images/butterfly_tracker.webp b/public/images/butterfly_tracker.webp index 5803272..4456995 100644 Binary files a/public/images/butterfly_tracker.webp and b/public/images/butterfly_tracker.webp differ diff --git a/public/images/nighty_floating.webp b/public/images/nighty_floating.webp index cfe908f..c297d5a 100644 Binary files a/public/images/nighty_floating.webp and b/public/images/nighty_floating.webp differ diff --git a/public/images/og_slime.webp b/public/images/og_slime.webp index fc71bcb..c2abd60 100644 Binary files a/public/images/og_slime.webp and b/public/images/og_slime.webp differ diff --git a/public/images/purple_glow.webp b/public/images/purple_glow.webp index ec84c62..10cf682 100644 Binary files a/public/images/purple_glow.webp and b/public/images/purple_glow.webp differ diff --git a/public/images/slimevr_desktop.webp b/public/images/slimevr_desktop.webp index 5a4e151..8cf57cc 100644 Binary files a/public/images/slimevr_desktop.webp and b/public/images/slimevr_desktop.webp differ diff --git a/public/images/slimevr_mobile.webp b/public/images/slimevr_mobile.webp index 3d34ba1..9c6bf99 100644 Binary files a/public/images/slimevr_mobile.webp and b/public/images/slimevr_mobile.webp differ diff --git a/public/images/tracker_card_border.webp b/public/images/tracker_card_border.webp index c2311aa..300d65c 100644 Binary files a/public/images/tracker_card_border.webp and b/public/images/tracker_card_border.webp differ diff --git a/src/app.css b/src/app.css index 416ae19..3d56b68 100644 --- a/src/app.css +++ b/src/app.css @@ -1,4 +1,4 @@ -@import 'tailwindcss'; +@import "tailwindcss"; @plugin "@tailwindcss/typography"; :root { @@ -105,21 +105,23 @@ --animate-stars: stars 2s ease-in-out infinite; @keyframes stars { - 0%, 100% { + 0%, + 100% { opacity: 1; } 50% { - opacity: 0.5; + opacity: 0.5; } } --animate-stars2: stars2 2s ease-in-out infinite; @keyframes stars2 { - 0%, 100% { + 0%, + 100% { opacity: 0.5; } 50% { - opacity: 1; + opacity: 1; } } } @@ -206,6 +208,11 @@ a.link { -webkit-backface-visibility: hidden; } +.no-interact { + user-select: none; + pointer-events: none; +} + /* OverlayScrollbars styling */ .os-scrollbar-handle { background: rgba(255, 255, 255, 0.6) !important; diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index f42ae1a..58148e8 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -32,7 +32,7 @@ "home": { "title": "SlimeVR Full-Body Trackers", "hero": { - "description": "An affordable, comfortable, wireless, 360° solution for full-body tracking in virtual reality", + "description": "The affordable VR full-body tracking solution.", "price": "From $219", "price-butterfly": "From $279", "order-btn": "Order on", @@ -40,6 +40,10 @@ "join-btn": "Join campaign at", "butterfly-slime": "Butterfly Trackers", "og-slime": "SlimeVR V1.2", + "buy-slime": { + "order": "Order SlimeVR 1.2 on", + "preorder": "Pre-order Butterfly Trackers on" + }, "download-server": { "title": "Download the server", "desc": "Available on all platforms!" @@ -51,7 +55,7 @@ }, "video-section": "Reviews and Demos", "use-cases": { - "title": " Use Cases", + "title": "Use Cases", "vr": { "title": "VR Games", "desc": "SlimeVR Trackers are compatible with any SteamVR or standalone games that support full-body tracking. That includes social games like VRChat." diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 1db77cc..e651e9a 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -2,6 +2,7 @@ import { A, useNavigate } from "@solidjs/router"; import { Component } from "solid-js"; import { Typography } from "./commons/Typography"; import { SlimeVRIcon } from "./commons/icons/SlimeVRIcon"; +import { scrollToSection } from "~/utils/dom"; export const Footer: Component = (props) => { const navigate = useNavigate(); @@ -20,7 +21,8 @@ export const Footer: Component = (props) => { class="mt-2 text-center sm:text-left text-xs text-background-30 link" href="/tm" > - SlimeVR and Butterfly Trackers are a trademark or a registered trademark of SlimeVR B.V. world-wide. + SlimeVR and Butterfly Trackers are a trademark or a registered + trademark of SlimeVR B.V. world-wide.
;
-};
diff --git a/src/components/commons/icons/DownloadIcon.tsx b/src/components/commons/icons/DownloadIcon.tsx
index 3f61e98..46b1f37 100644
--- a/src/components/commons/icons/DownloadIcon.tsx
+++ b/src/components/commons/icons/DownloadIcon.tsx
@@ -1,6 +1,6 @@
import { Component } from "solid-js";
-export const DonwloadIcon: Component
+
+
+
+
+