diff --git a/public/videos/hero.jpg b/public/videos/hero.jpg new file mode 100644 index 0000000..b316633 Binary files /dev/null and b/public/videos/hero.jpg differ diff --git a/public/videos/shook.webm b/public/videos/shook.webm new file mode 100644 index 0000000..cf402a5 Binary files /dev/null and b/public/videos/shook.webm differ diff --git a/src/components/Menu.tsx b/src/components/Menu.tsx index 784541a..1e62638 100644 --- a/src/components/Menu.tsx +++ b/src/components/Menu.tsx @@ -27,7 +27,7 @@ export default component$(() => {
{ - return ( -
-
-
- 50 -
-
- 100 -
-
- 200 -
-
- 300 -
-
- 400 -
-
- 500 -
-
- 600 -
-
- 700 -
-
- 800 -
-
- 900 -
-
- 950 -
-
-
-
- 50 -
-
- 100 -
-
- 200 -
-
- 300 -
-
- 400 -
-
- 500 -
-
- 600 -
-
- 700 -
-
- 800 -
-
- 900 -
-
- 950 -
-
-
-
- 50 -
-
- 100 -
-
- 200 -
-
- 300 -
-
- 400 -
-
- 500 -
-
- 600 -
-
- 700 -
-
- 800 -
-
- 900 -
-
- 950 -
-
-
-
- 50 -
-
- 100 -
-
- 200 -
-
- 300 -
-
- 400 -
-
- 500 -
-
- 600 -
-
- 700 -
-
- 800 -
-
- 900 -
-
- 950 -
-
-
- ); -}); - -export const head: DocumentHead = { - title: 'Colors', -}; diff --git a/src/routes/halal/index.tsx b/src/routes/halal/index.tsx index 94b9b8f..e37ddf4 100644 --- a/src/routes/halal/index.tsx +++ b/src/routes/halal/index.tsx @@ -1,15 +1,11 @@ import { component$ } from '@builder.io/qwik'; import type { DocumentHead } from '@builder.io/qwik-city'; -import { Blobs } from '@luminescent/ui-qwik'; import Icon from '~/components/svg/Icon'; export default component$(() => { return (
-
diff --git a/src/routes/index.tsx b/src/routes/index.tsx index efd5f02..23386c7 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -1,7 +1,6 @@ import { component$ } from '@builder.io/qwik'; import type { DocumentHead } from '@builder.io/qwik-city'; import { Link } from '@builder.io/qwik-city'; -import { Blobs } from '@luminescent/ui-qwik'; import Logo from '~/components/svg/Logo'; import Icon from '~/components/svg/Icon'; @@ -12,18 +11,12 @@ export default component$(() => { return (