diff --git a/src/pages/staking/index.tsx b/src/pages/staking/index.tsx
index f69edf9a3ad..05b18512967 100644
--- a/src/pages/staking/index.tsx
+++ b/src/pages/staking/index.tsx
@@ -1,8 +1,7 @@
-import { ReactNode } from "react"
+import { type HTMLAttributes, ReactNode } from "react"
import { GetStaticProps, InferGetStaticPropsType } from "next"
import { useTranslation } from "next-i18next"
import { serverSideTranslations } from "next-i18next/serverSideTranslations"
-import { Box, Flex, Grid, HeadingProps, useToken } from "@chakra-ui/react"
import type {
BasePageProps,
@@ -14,27 +13,30 @@ import type {
} from "@/lib/types"
import { List as ButtonDropdownList } from "@/components/ButtonDropdown"
-import ButtonLink, { ButtonLinkProps } from "@/components/Buttons/ButtonLink"
+import ButtonLink, {
+ type ButtonLinkProps,
+} from "@/components/Buttons/ButtonLink"
import Card from "@/components/Card"
import ExpandableCard from "@/components/ExpandableCard"
import FeedbackCard from "@/components/FeedbackCard"
import LeftNavBar from "@/components/LeftNavBar"
-import InlineLink from "@/components/Link"
import {
ContentContainer,
MobileButton,
MobileButtonDropdown,
Page,
} from "@/components/MdComponents"
-import OldHeading from "@/components/OldHeading"
-import Text from "@/components/OldText"
import PageHero from "@/components/PageHero"
import PageMetadata from "@/components/PageMetadata"
import StakingCommunityCallout from "@/components/Staking/StakingCommunityCallout"
import StakingHierarchy from "@/components/Staking/StakingHierarchy"
import StakingStatsBox from "@/components/Staking/StakingStatsBox"
import Translation from "@/components/Translation"
+import { Flex, Stack, VStack } from "@/components/ui/flex"
+import InlineLink from "@/components/ui/Link"
+import { ListItem, UnorderedList } from "@/components/ui/list"
+import { cn } from "@/lib/utils/cn"
import { existsNamespace } from "@/lib/utils/existsNamespace"
import { getLastDeployDate } from "@/lib/utils/getLastDeployDate"
import { runOnlyOnce } from "@/lib/utils/runOnlyOnce"
@@ -54,85 +56,40 @@ type BenefitsType = {
}
const PageContainer = (props: ChildOnlyProp) => (
-
{t("page-staking-section-why-p1")}
+{t("page-staking-section-why-p2")}
++
+ {t("page-staking-section-comparison-subtitle")} +
{t("page-staking-faq-4-answer-p1")}
+{t("page-staking-faq-4-answer-p2")}
+{t("page-staking-faq-4-answer-p3")}
+{t("page-staking-faq-5-answer-p1")}
+{t("page-staking-faq-5-answer-p2")}
+{t("page-staking-faq-3-answer-p1")}
+
+