diff --git a/e2e/tests/smoke.spec.ts-snapshots/homepage-chromium-linux.png b/e2e/tests/smoke.spec.ts-snapshots/homepage-chromium-linux.png index 297fc56b..bdc19799 100644 Binary files a/e2e/tests/smoke.spec.ts-snapshots/homepage-chromium-linux.png and b/e2e/tests/smoke.spec.ts-snapshots/homepage-chromium-linux.png differ diff --git a/e2e/tests/smoke.spec.ts-snapshots/playground-with-solution-chromium-linux.png b/e2e/tests/smoke.spec.ts-snapshots/playground-with-solution-chromium-linux.png index 1e3cf4e5..29d1f7ab 100644 Binary files a/e2e/tests/smoke.spec.ts-snapshots/playground-with-solution-chromium-linux.png and b/e2e/tests/smoke.spec.ts-snapshots/playground-with-solution-chromium-linux.png differ diff --git a/src/pages/index.page.tsx b/src/pages/index.page.tsx index 4ac4acea..2785a766 100644 --- a/src/pages/index.page.tsx +++ b/src/pages/index.page.tsx @@ -19,49 +19,56 @@ const Home: NextPage = () => { -
+ {/* scroll-mt-12 to allow sections, when scrolled to via anchor, to appear below the header (which is 3rem height) */} +
{/* overflow-hidden to keep the background image from going into other sections */} -
+
-
+ -
+
-
+ -
+
-
+ -
+
-
+ -
+
-
+ -
+
-
+ -
+
-
+
); diff --git a/src/web/home/FeaturesSection.tsx b/src/web/home/FeaturesSection.tsx index 7bf3a9fd..03aa40e7 100644 --- a/src/web/home/FeaturesSection.tsx +++ b/src/web/home/FeaturesSection.tsx @@ -114,13 +114,13 @@ export const FeaturesSection = () => { return (
- Organize, navigate, and focus discussion + Features Check out the{" "} docs {" "} - for more features. + to learn more.
diff --git a/src/web/home/Headline.tsx b/src/web/home/Headline.tsx index d7514aa8..3ba5a435 100644 --- a/src/web/home/Headline.tsx +++ b/src/web/home/Headline.tsx @@ -4,32 +4,6 @@ import Image from "next/image"; import { Link } from "@/web/common/components/Link"; -const RotatingDescriptors = () => { - return ( - <> - {/* use `hideThird` with a delay to show only one of the 3 texts for each 3s interval of the 9s */} - {/* use `left-0` and `w-full` for mobile because text-align center doesn't otherwise work with absolute positioning https://stackoverflow.com/a/18148018 */} - - effectively - - - collaboratively - - - with an open mind - - - {/* - size the text space to the largest of the lines (a line's worth except for small screen + big font), - while allowing the rotating words to be absolute and appear in the same spot as each other - */} - - with an open mind - - - ); -}; - export const Headline = () => { return (
@@ -50,27 +24,35 @@ export const Headline = () => { cars-going-too-fast -
- - Analyze problems + {/* max-w-34rem to barely fit the headline on two lines */} +
+ + Understand problems.
- + Improve decisions.
- Gain traction on tackling any problem. + Tackle problems with confidence, knowing that every detail and perspective has been + properly considered. - Ameliorate provides a structure to - help you visualize all details and perspectives relevant to a problem, so that it's easier - to grasp the problem, understand each other, and ultimately{" "} - make better decisions. + + Ameliorate + {" "} + makes it easier to understand problems by defining a{" "} + strategy for organizing information along + with tooling for navigating and refining that information.