diff --git a/src/pages/aboutus.tsx b/src/pages/aboutus.tsx index a20b659..c262a10 100644 --- a/src/pages/aboutus.tsx +++ b/src/pages/aboutus.tsx @@ -11,7 +11,7 @@ const Aboutus = () => { alt="" height={500} width={600} - src="/oc.jpg" + src="/oc.webp" className="w-full px-8 rounded-3xl object-contain hidden sm:block pt-8 relative z-10" />
@@ -29,7 +29,7 @@ const Aboutus = () => { alt="" height={500} width={600} - src="/oc.jpg" + src="/oc.webp" className="w-[35vw] rounded-xl object-contain sm:hidden relative z-10" /> diff --git a/src/pages/showcase.tsx b/src/pages/showcase.tsx index fcf3e39..26beb07 100644 --- a/src/pages/showcase.tsx +++ b/src/pages/showcase.tsx @@ -14,7 +14,7 @@ const Showcase = () => { alt="" height={500} width={600} - src="/bitwars.jpg" + src="/bitwars.webp" className="w-[35vw] rounded-xl object-contain sm:hidden relative z-10" />