diff --git a/app/pages/splash.tsx b/app/pages/splash.tsx index 8d304f1..23d9236 100644 --- a/app/pages/splash.tsx +++ b/app/pages/splash.tsx @@ -107,26 +107,36 @@ const adventures: Adventure[] = [ export default function Home({ loaderData }: Route.ComponentProps) { return ( -
-
+
+

- React Router logo, nine dots in an upward triangle (one on top, two in the middle, three on the bottom) with a path of three highlighted and connected from top to bottom, next to the text React Router + + + + React Router logo, nine dots in an upward triangle (one on top, two in the middle, three on the bottom) with a path of three highlighted and connected from top to bottom, next to the text React Router +

-

+

A user‑obsessed, standards‑focused, multi‑strategy router you can deploy anywhere.

-
+
{quicklinks.map(({ icon, title, to }, i) => (
-
+
+ {/*
*/}
-

+

What to expect from this version:

{highlights.map(({ icon, title, description }) => (
-
+
@@ -172,7 +183,7 @@ export default function Home({ loaderData }: Route.ComponentProps) {
-

+

Choose Your Adventure:

@@ -180,10 +191,12 @@ export default function Home({ loaderData }: Route.ComponentProps) {
-

{title}

+

+ {title} +

{description}

@@ -206,7 +219,7 @@ export default function Home({ loaderData }: Route.ComponentProps) {
-
+
{count?.toLocaleString("en-US")}
{label}
@@ -218,7 +231,7 @@ export default function Home({ loaderData }: Route.ComponentProps) {
-
+

© 2024 Shopify, Inc.

diff --git a/public/splash/hero-3d-logo.dark.webp b/public/splash/hero-3d-logo.dark.webp new file mode 100644 index 0000000..db23986 Binary files /dev/null and b/public/splash/hero-3d-logo.dark.webp differ diff --git a/public/splash/hero-3d-logo.webp b/public/splash/hero-3d-logo.webp index c68a5ea..c390feb 100644 Binary files a/public/splash/hero-3d-logo.webp and b/public/splash/hero-3d-logo.webp differ