build: remove pnpm & use bun, update installation steps and deps

This commit is contained in:
rzmk 2024-05-02 17:58:17 -04:00
parent c2395b20ce
commit 8bf97e8d72
No known key found for this signature in database
17 changed files with 30 additions and 19835 deletions

View file

@ -89,7 +89,7 @@ export const Hero = () => {
<div className="grid grid-cols-1 sm:flex sm:ml-20 place-items-center justify-center items-center">
{/* <span>qsv pro</span> */}
<img
src={qsvProLogo}
src={qsvProLogo.src}
alt="qsv pro logo"
className="w-72 sm:w-96 lg:w-120"
/>
@ -216,7 +216,7 @@ export const Hero = () => {
>
<div className="relative w-screen flex justify-center ">
<img
src={dashboard}
src={dashboard.src}
alt="123"
className="w-4/5 2xl:w-[1200px] mx-auto absolute z-10 rounded-xl custom-border-gray hero-dashboard-border-gradient lg:top-6 xl:top-0"
/>