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", label: "UTM/UATM",
to: "/UTM", to: "/utm",
panelTitle: "UTM / UATM", panelTitle: "UTM / UATM",
panelDesc: "도심 항공 모빌리티와 통합 항공 교통 관리 기술을 소개합니다.", panelDesc: "도심 항공 모빌리티와 통합 항공 교통 관리 기술을 소개합니다.",
sections: [ sections: [

2
src/components/SubHero.jsx

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

1
src/pages/utm/CasePage.jsx

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

2
src/pages/utm/IntroPage.jsx

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

Loading…
Cancel
Save