Browse Source

브레드크럼 수정

remotes/origin/main
김지은 4 weeks ago
parent
commit
ec47bc051b
  1. 4
      src/components/Header.jsx
  2. 2
      src/components/SubHero.jsx
  3. 1
      src/pages/utm/CasePage.jsx
  4. 2
      src/pages/utm/IntroPage.jsx

4
src/components/Header.jsx

@ -32,9 +32,9 @@ const menuData = [
},
},
{
key: "UTM",
key: "utm",
label: "UTM/UATM",
to: "/UTM",
to: "/utm",
panelTitle: "UTM / UATM",
panelDesc: "도심 항공 모빌리티와 통합 항공 교통 관리 기술을 소개합니다.",
sections: [

2
src/components/SubHero.jsx

@ -4,7 +4,7 @@ import { motion } from "framer-motion";
const menuMap = {
"/company": { label: "Company" },
"/UTM": { label: "UTM / UATM" },
"/utm": { label: "UTM / UATM" },
"/business": { label: "Business" },
"/solution": { label: "Solution" },
"/contact": { label: "Contact Us" },

1
src/pages/utm/CasePage.jsx

@ -84,6 +84,7 @@ export default function CasePage() {
return (
<article>
<SubHero
label="UTM/UATM"
title={
<>
<em>Case Studies</em>

2
src/pages/utm/IntroPage.jsx

@ -10,7 +10,7 @@ function IntroPage() {
return (
<article ref={ref}>
<SubHero
label="BUSINESS"
label="UTM/UATM"
title={
<>
{/* <span style={{ color: "#111" }}> </span>

Loading…
Cancel
Save