diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d9447e..6b2691d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,6 +72,12 @@ export default function LandingPage() { filters={[ { label: "Budžets", options: ["Zems", "Vidējs", "Augsts"], selected: "Vidējs", onChange: () => {} } ]} + toolbarClassName="cursor-pointer hover:opacity-80 transition-opacity" + className="group" + searchClassName="[&>button]:cursor-pointer" + onSearchChange={() => { + window.location.href = "/interactive-map"; + }} />