Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/lp/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Footer = () => {
<AppLogo className={styles.appLogo} />
<div className={styles.appInfoText}>
<p className={styles.description}>
日本全国の鉄道路線で使える 新感覚ナビゲーションアプリ
日本全国の電車で使える 新感覚ナビゲーションアプリ
</p>
<p className={styles.appName}>TrainLCD</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion apps/lp/src/components/pages/FAQPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const faqData: FAQCategory[] = [
items: [
{
question: 'TrainLCDとはどのようなアプリですか?',
answer: `**TrainLCDは、日本全国の鉄道路線で使える新感覚ナビゲーションアプリです。**
answer: `**TrainLCDは、日本全国の電車で使える新感覚ナビゲーションアプリです。**
電車に乗っている間、現在地をリアルタイムで表示し、次の駅や乗り換え情報をわかりやすくご案内します。`,
},
{
Expand Down
2 changes: 1 addition & 1 deletion apps/lp/src/components/sections/Welcome.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const { lcpImageSources = [] } = Astro.props;
<section class="welcome-container">
<div class="welcome-texts">
<h2 class="welcome-heading">
日本全国の鉄道路線で使える
日本全国の電車で使える
<br />
<span class="welcome-colored">新感覚</span>
ナビゲーションアプリ
Expand Down
4 changes: 2 additions & 2 deletions apps/lp/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { getImage } from 'astro:assets';
import mockImage from '../assets/images/mockup/iphone-and-ipad.png';

const title = 'TrainLCD';
const description = 'TrainLCDは、日本全国の鉄道路線で使える新感覚のナビゲーションアプリです。';
const description = 'TrainLCDは、日本全国の電車で使える新感覚のナビゲーションアプリです。';
const url = 'https://trainlcd.app/';
const ogImage = 'https://trainlcd.app/opengraph-image.20251201.png';

Expand Down Expand Up @@ -64,7 +64,7 @@ const lcpImageSources = lcpFormats.map((format, index) => {
<meta name="twitter:creator" content="@tinykitten8" />
<meta
name="twitter:description"
content="TrainLCDは、日本全国の鉄道路線で使える新感覚のナビゲーションアプリです。"
content="TrainLCDは、日本全国の電車で使える新感覚のナビゲーションアプリです。"
/>
<meta name="twitter:app:name:iphone" content="TrainLCD" />
<meta name="twitter:app:id:iphone" content="1486355943" />
Expand Down
2 changes: 1 addition & 1 deletion apps/status/app/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const Footer = () => {
<AppLogo className="h-12 w-auto md:border border-[0.5px] rounded border-white" />
<div className="ml-4 flex flex-col justify-center">
<p className="text-white font-bold text-xs md:text-sm whitespace-pre-wrap">
日本全国の鉄道路線で使える 新感覚ナビゲーションアプリ
日本全国の電車で使える 新感覚ナビゲーションアプリ
</p>
<p className="text-white font-bold text-lg md:text-2xl mt-1">TrainLCD</p>
</div>
Expand Down