Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions apps/web/src/components/base-org/BasePay/Earn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ export default function Earn() {

return (
<section ref={ref} className="col-span-full py-12 text-black">
<div className="flex flex-col gap-12 justify-between items-center md:flex-row">
<div className="flex flex-col items-center justify-between gap-12 md:flex-row">
<div className="flex flex-col gap-8 md:max-w-sm">
<Title level={TitleLevel.H1Regular}>Earn while you spend.</Title>
<Title level={TitleLevel.H2Regular}>
Your USDC automatically earns 4.1% APY until the moment you spend it. Plus 1% back on
Your USDC automatically earns 3.35% APY until the moment you spend it. Plus 1% back on
all purchases at Shopify stores.
</Title>
</div>
<div className="flex justify-center px-6 py-40 rounded-md bg-gray-5">
<div className="flex justify-center rounded-md bg-gray-5 px-6 py-40">
<motion.div
initial={slideInAnimation.initial}
animate={isInView ? slideInAnimation.animate : slideInAnimation.initial}
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/components/base-org/BasePay/UsingBasePay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function UsingBasePay() {
<div className="h-[1px] w-full bg-black" />

<div className="flex flex-col gap-2">
<Title level={TitleLevel.H2Regular}>Continue earning 4.1% APY</Title>
<Title level={TitleLevel.H2Regular}>Continue earning 3.35% APY</Title>
<Text variant={TextVariant.Body} className="!text-base-gray-200">
Earn on your remaining USDC balance
</Text>
Expand Down
Loading