diff --git a/public/img/panelsEffect.svg b/public/img/panelsEffect.svg new file mode 100644 index 0000000..07b6fb7 --- /dev/null +++ b/public/img/panelsEffect.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/img/panelsNew.png b/public/img/panelsNew.png new file mode 100644 index 0000000..0b38bc0 Binary files /dev/null and b/public/img/panelsNew.png differ diff --git a/public/img/panelsNew.svg b/public/img/panelsNew.svg new file mode 100644 index 0000000..8173616 --- /dev/null +++ b/public/img/panelsNew.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/components/LandingHeroAnim.tsx b/src/components/LandingHeroAnim.tsx index 6b39eb2..7db9890 100644 --- a/src/components/LandingHeroAnim.tsx +++ b/src/components/LandingHeroAnim.tsx @@ -1,11 +1,11 @@ import { For, Show, createSignal } from "solid-js" -const [mockElements, setmock] = createSignal([...Array(60).keys()]) +const [mockElements, setmock] = createSignal([...Array(120).keys()]) export const LandingHeroAnim = () => { return ( <> -