diff --git a/src/app/_components/Hero/index.tsx b/src/app/_components/Hero/index.tsx index 4978b60b9..fc84109c9 100644 --- a/src/app/_components/Hero/index.tsx +++ b/src/app/_components/Hero/index.tsx @@ -5,7 +5,7 @@ import { Box, Container, Stack, Typography } from "@mui/material" import HeroMobileSvg from "@/assets/svgs/landingpage/hero-bg-mobile.svg?url" import HeroSvg from "@/assets/svgs/landingpage/hero-bg.svg?url" import Button from "@/components/Button" -import { BRIDGE_URL, DOC_URL } from "@/constants/link" +import { ACCSEAL_URL } from "@/constants/link" const ANNOUNCEMENT_HEIGHT = "0rem" @@ -29,28 +29,22 @@ const LandingHero = () => { /> - Secure and Performant: + {/* mobile breaks after every clause, desktop keeps "One Sub, Every Model," on one line */} + {"One Sub, "} + + Every Model,
- Network for the Open Economy + Secured by ZK
- -
diff --git a/src/constants/link.ts b/src/constants/link.ts index 8a6874b15..e66b9cc69 100644 --- a/src/constants/link.ts +++ b/src/constants/link.ts @@ -1,6 +1,7 @@ export const DOC_URL = "https://docs.scroll.io/en/home/" export const SCROLL_OPEN_URL = "https://openeconomyos.com/" export const LEVEL_UP_URL = "https://www.levelup.xyz/" +export const ACCSEAL_URL = "https://accapi.accseal.cn:43443/" const USER_PORTAL_BASE_URL = process.env.NEXT_PUBLIC_USER_PORTAL_BASE_URL