wind 1 kuukausi sitten
vanhempi
commit
3ee781f3f6
2 muutettua tiedostoa jossa 5 lisäystä ja 4 poistoa
  1. 2 1
      src/app/layout.tsx
  2. 3 3
      src/components/Header/headerPC.tsx

+ 2 - 1
src/app/layout.tsx

@@ -35,9 +35,10 @@ export default function RootLayout({
   return (
     <html lang="en">
       <head>
-        <meta httpEquiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
         <meta name="renderer" content="webkit" />
         <meta name="force-rendering" content="webkit" />
+        <meta httpEquiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
+        <meta httpEquiv="X-UA-Compatible" content="IE=8" />
       </head>
       <body>{children}</body>
     </html>

+ 3 - 3
src/components/Header/headerPC.tsx

@@ -29,7 +29,7 @@ const HeaderPC: React.FC = () => {
             <Link className={styles.link} href="/caseList">
               经典案例
             </Link>
-            <Link className={styles.link} href="/contact">
+            <Link className={styles.link} href="/contactUs">
               联系我们
             </Link>
           </div>
@@ -60,8 +60,8 @@ const HeaderPC: React.FC = () => {
         <div className={styles["nav-background"]}></div>
         <Image
           alt="hero"
-          width={400}
-          height={600}
+          width={1080}
+          height={793}
           src="https://hi-po.oss-cn-beijing.aliyuncs.com/img/web/cover2.jpg"
           className={styles["nav-cover"]}
         />