Iterated search experience

This commit is contained in:
Henrik Larsson
2023-08-11 15:42:00 +02:00
parent 86f2475aad
commit 88f3bd6531
13 changed files with 243 additions and 61 deletions

View File

@@ -29,8 +29,6 @@ const heroSize = {
const Hero = ({ variant, title, text, label, image, link }: HeroProps) => {
const heroClass = heroSize[variant as HeroSize] || heroSize.fullScreen;
console.log(image);
return (
<div
className={`relative w-screen ${heroClass} relative flex flex-col justify-end bg-neutral-300 text-high-contrast`}