Skip to content

Commit 925a1eb

Browse files
committed
Add OptimizationFigure
1 parent 1e3f608 commit 925a1eb

File tree

2 files changed

+117
-0
lines changed

2 files changed

+117
-0
lines changed
Lines changed: 105 additions & 0 deletions
Loading
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import OptimizationSvg from "./optimization.svg?svgr"
2+
3+
export function OptimizationFigure() {
4+
return (
5+
<div
6+
className="flex w-full bg-gradient-to-b from-transparent to-sec-lighter px-[14px] py-[30px] *:w-1/2 dark:to-sec-darker/25 xl:px-[46px] [&_pre]:!h-48"
7+
aria-hidden
8+
>
9+
<OptimizationSvg />
10+
</div>
11+
)
12+
}

0 commit comments

Comments
 (0)