diff --git a/app/globals.css b/app/globals.css index 5a18d5ade..1077f8084 100644 --- a/app/globals.css +++ b/app/globals.css @@ -22,5 +22,5 @@ body { a, input, button { - @apply focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-neutral-400 focus-visible:ring-offset-2 focus-visible:ring-offset-neutral-50 dark:focus-visible:ring-neutral-600 dark:focus-visible:ring-offset-neutral-900; + outline: none; } diff --git a/app/page.tsx b/app/page.tsx index 8f98f80c2..7178655ba 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -4,6 +4,7 @@ import { Navbar } from 'components/layout/navbar'; import Search from 'components/layout/navbar/search'; import { PriceBox } from 'components/price-box'; import { getCollectionProducts } from 'lib/shopify'; +import type { Product } from 'lib/shopify/types'; import Image from 'next/image'; //Todo: change to proper metadata @@ -45,15 +46,154 @@ export default async function HomePage() { -
+ {/* needs to check background-color */} +
-
- Filter by - - +
+ Filter by + +