Browse Source

更新图片

xiaolin.fu 1 year ago
parent
commit
bb4b73563b

BIN
public/9f/instagram.webp


BIN
public/9f/persons.webp


BIN
public/9f/service.webp


+ 2 - 2
src/app/[locale]/_home/HomeActions.tsx

@@ -45,10 +45,10 @@ const HomeActions: FC<PropsWithChildren<Props>> = (props) => {
             <div className="mt-[0.26rem] flex flex-col items-center text-[0.12rem]">
                 <div className={"flex"}>
                     <div className="bg-white m-[0.05rem] h-[0.3889rem] w-[0.3889rem] rounded">
-                        <img src="https://9f.com/img/service.fde992c6.png" alt="" />
+                        <img src="/9f/service.webp" alt="" />
                     </div>
                     <div className="bg-white m-[0.05rem] h-[0.3889rem] w-[0.3889rem] rounded">
-                        <img src="https://9f.com/img/persons.da1a04fe.png" alt="" />
+                        <img src="/9f/persons.webp" alt="" />
                     </div>
                 </div>