Compare commits

..

No commits in common. "7b8ffd42006c5b660ba246ff59129f6cfdf7fe63" and "fba41c0ccec0f4ab7f994fd4933fa3d951ba62f5" have entirely different histories.

18 changed files with 5 additions and 5 deletions

View file

Before

Width:  |  Height:  |  Size: 501 KiB

After

Width:  |  Height:  |  Size: 501 KiB

View file

@ -1,7 +1,5 @@
"use client";
import Image from "next/image";
import { tokens } from "./tokens";
import { object, report } from "./fixtures";
@ -186,12 +184,14 @@ export default function HeroBar({ onOpenInfo }: HeroBarProps) {
boxShadow: "0 6px 26px rgba(40,80,130,.10)",
}}
>
<Image
<img
src="/trade-in-v2/building.png"
alt=""
fill
sizes="560px"
style={{
position: "absolute",
inset: 0,
width: "100%",
height: "100%",
objectFit: "contain",
objectPosition: "right center",
filter: "saturate(.9) brightness(1.04)",