Compare commits
No commits in common. "7b8ffd42006c5b660ba246ff59129f6cfdf7fe63" and "fba41c0ccec0f4ab7f994fd4933fa3d951ba62f5" have entirely different histories.
7b8ffd4200
...
fba41c0cce
18 changed files with 5 additions and 5 deletions
|
Before Width: | Height: | Size: 501 KiB After Width: | Height: | Size: 501 KiB |
|
|
@ -1,7 +1,5 @@
|
||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import Image from "next/image";
|
|
||||||
|
|
||||||
import { tokens } from "./tokens";
|
import { tokens } from "./tokens";
|
||||||
import { object, report } from "./fixtures";
|
import { object, report } from "./fixtures";
|
||||||
|
|
||||||
|
|
@ -186,12 +184,14 @@ export default function HeroBar({ onOpenInfo }: HeroBarProps) {
|
||||||
boxShadow: "0 6px 26px rgba(40,80,130,.10)",
|
boxShadow: "0 6px 26px rgba(40,80,130,.10)",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Image
|
<img
|
||||||
src="/trade-in-v2/building.png"
|
src="/trade-in-v2/building.png"
|
||||||
alt=""
|
alt=""
|
||||||
fill
|
|
||||||
sizes="560px"
|
|
||||||
style={{
|
style={{
|
||||||
|
position: "absolute",
|
||||||
|
inset: 0,
|
||||||
|
width: "100%",
|
||||||
|
height: "100%",
|
||||||
objectFit: "contain",
|
objectFit: "contain",
|
||||||
objectPosition: "right center",
|
objectPosition: "right center",
|
||||||
filter: "saturate(.9) brightness(1.04)",
|
filter: "saturate(.9) brightness(1.04)",
|
||||||
Loading…
Add table
Reference in a new issue