From 8086fa744216c701464b83ac67d0d0c08258aca2 Mon Sep 17 00:00:00 2001 From: zzq0826 <770166635@qq.com> Date: Wed, 14 May 2025 11:11:11 +0800 Subject: [PATCH 1/2] Merge pull request #1533 from scroll-tech/update-perks Update perks and benefit --- src/app/join-us/Perks/index.tsx | 30 ++++-------------------------- 1 file changed, 4 insertions(+), 26 deletions(-) diff --git a/src/app/join-us/Perks/index.tsx b/src/app/join-us/Perks/index.tsx index b48384b33..647628707 100644 --- a/src/app/join-us/Perks/index.tsx +++ b/src/app/join-us/Perks/index.tsx @@ -47,34 +47,19 @@ const PERKS = [ // mobileScale: "0.88", content: "We have always been a fully remote team and Scrollers have the flexibility to choose where and when they work.", }, - { - icon: IconSVG2, - title: "Home office set up", - width: "2.2rem", - // mobileScale: "0.87", - content: "A choice of equipment is provided through our onboarding partner Hofy, along with furniture needed to create a comfortable work space.", - }, { icon: IconSVG3, title: "Paid time off", width: "3.1rem", // mobileScale: "0.73", - content: "A total of 25 days PTO per year, plus local public holidays, and we encourage everyone to use it.", - }, - { - icon: IconSVG4, - title: "Growth budget", - width: "3rem", - // mobileScale: "0.785", - content: "Up to $3,000 USD per year to pursue learning and growth opportunities.", + content: "We offer discretionary paid time off and encourage people to take the time they need to rest and recharge when appropriate.", }, - { icon: IconSVG5, title: "Co-working allowance", width: "2.7rem", // mobileScale: "0.88", - content: "Up to $300 USD per month for co-working membership for those who prefer to work away from home.", + content: "Up to $200 USD per month for co-working membership for those who prefer to work away from home.", }, { icon: IconSVG6, @@ -83,19 +68,12 @@ const PERKS = [ // mobileScale: "0.87", content: "Offered in selected countries, including the US, Canada and the UK.", }, - { - icon: IconSVG7, - title: "Global offsites", - width: "4.3rem", - // mobileScale: "0.73", - content: "We get together in a cool location at least once a year to get to know each other in person, work together, and have fun.", - }, { icon: IconSVG8, title: "Team meetups", width: "3.3rem", // mobileScale: "0.785", - content: "We encourage teams to meet and work together in person at least once a year.", + content: "We encourage small teams to meet and work together in person once in awhile.", }, ] @@ -127,7 +105,7 @@ const Perks = () => { return ( - Perks & benefits + Perks and benefit {PERKS.map(({ icon: IconSvg, width, title, content }, index) => ( From 539b86b2f2a5070c78eea4d727c49f656802ca16 Mon Sep 17 00:00:00 2001 From: zzq0826 <770166635@qq.com> Date: Wed, 14 May 2025 12:09:52 +0800 Subject: [PATCH 2/2] Add SCR (#1534) --- src/app/_components/Portal/index.tsx | 12 +++++++----- src/assets/svgs/landingpage/governance.svg | 3 +++ 2 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 src/assets/svgs/landingpage/governance.svg diff --git a/src/app/_components/Portal/index.tsx b/src/app/_components/Portal/index.tsx index 75236a4a6..7caa7ee7f 100644 --- a/src/app/_components/Portal/index.tsx +++ b/src/app/_components/Portal/index.tsx @@ -5,19 +5,17 @@ import { Fragment, useState } from "react" import { Box, Container, Typography } from "@mui/material" -import GetSCRDialog from "@/app/SCR-sSCR/Header/GetSCRDialog" import Bridge from "@/assets/svgs/landingpage/bridge.svg" import Doc from "@/assets/svgs/landingpage/doc.svg" import Ecosystem from "@/assets/svgs/landingpage/ecosystem.svg" +import Governance from "@/assets/svgs/landingpage/governance.svg" import Levelup from "@/assets/svgs/landingpage/levelup.svg" import ScrollOpen from "@/assets/svgs/landingpage/scroll-open.svg" -import Sessions from "@/assets/svgs/landingpage/sessions.svg" import { BRIDGE_URL, DOC_URL, ECOSYSTEM_URL, LEVEL_UP_URL, SCROLL_OPEN_URL } from "@/constants/link" import PortalCard from "./PortalCard" const Portal = () => { - const [getSCROpen, setGetSCROpen] = useState(false) const BUILDER_LIST = [ { title: "For builders", @@ -32,7 +30,12 @@ const Portal = () => { items: [ { icon: Bridge, label: "Bridge", content: "Deposit your assets to Scroll", href: BRIDGE_URL }, { icon: Ecosystem, label: "Projects", content: "Explore the dApps on Scroll", href: ECOSYSTEM_URL }, - { icon: Sessions, label: "Get SCR", content: "Vote or propose on Scroll", onClick: () => setGetSCROpen(true) }, + { + icon: Governance, + label: "SCR", + content: "Vote or propose on Scroll", + onClick: () => (window.location.href = "https://portal.scroll.io/scr"), + }, ], }, ] @@ -73,7 +76,6 @@ const Portal = () => { ))} - setGetSCROpen(false)} /> ) diff --git a/src/assets/svgs/landingpage/governance.svg b/src/assets/svgs/landingpage/governance.svg new file mode 100644 index 000000000..0851eda21 --- /dev/null +++ b/src/assets/svgs/landingpage/governance.svg @@ -0,0 +1,3 @@ + + +