From b7efa75796e498abc4808bb75e52b3a7d634e6c5 Mon Sep 17 00:00:00 2001 From: Shion Ichikawa Date: Thu, 2 Nov 2023 16:44:52 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20add=20access=20link=20to=20TopPa?= =?UTF-8?q?ge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pages/index.vue b/pages/index.vue index 3540456..e2834ec 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -25,6 +25,13 @@ interface CardData { } const cards: CardData[] = [ + { + color: CardType.Green, + link: "/access", + subTitle: "電車でのアクセス", + text: "羽沢横浜国大駅・三ッ沢上町駅・和田町駅からのアクセスについてご案内しています。", + title: "ACCESS", + }, { color: CardType.Yellow, link: "/events",