Skip to content

Commit ba5db82

Browse files
committed
Format landing page with biome
1 parent 88f205a commit ba5db82

1 file changed

Lines changed: 36 additions & 7 deletions

File tree

frontend/src/app/page.tsx

Lines changed: 36 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,12 @@ export default function HomePage() {
8787
そのまま行動に移れる朝をつくるためのアプリです。
8888
</Text>
8989
<HStack gap={3} flexWrap="wrap">
90-
<Button asChild colorPalette="blue" size="lg" fontWeight="semibold">
90+
<Button
91+
asChild
92+
colorPalette="blue"
93+
size="lg"
94+
fontWeight="semibold"
95+
>
9196
<NextLink href="/dashboard">今日の朝情報を見る</NextLink>
9297
</Button>
9398
<Button asChild variant="outline" size="lg" fontWeight="semibold">
@@ -112,17 +117,33 @@ export default function HomePage() {
112117
>
113118
このアプリで減らせる迷い
114119
</Heading>
115-
<Text fontSize={{ base: "md", md: "lg" }} lineHeight="1.8" color="fg.muted">
120+
<Text
121+
fontSize={{ base: "md", md: "lg" }}
122+
lineHeight="1.8"
123+
color="fg.muted"
124+
>
116125
朝に必要な情報は多くありません。出発時刻、天気、移動の乱れを素早く判断できる状態を目指します。
117126
</Text>
118127
<List.Root gap={2} ps={5}>
119-
<List.Item color="fg.muted" fontSize={{ base: "sm", md: "md" }} lineHeight="1.7">
128+
<List.Item
129+
color="fg.muted"
130+
fontSize={{ base: "sm", md: "md" }}
131+
lineHeight="1.7"
132+
>
120133
予定ごとの出発時刻をその場で計算しなくてよい
121134
</List.Item>
122-
<List.Item color="fg.muted" fontSize={{ base: "sm", md: "md" }} lineHeight="1.7">
135+
<List.Item
136+
color="fg.muted"
137+
fontSize={{ base: "sm", md: "md" }}
138+
lineHeight="1.7"
139+
>
123140
複数アプリを開いて情報を照合しなくてよい
124141
</List.Item>
125-
<List.Item color="fg.muted" fontSize={{ base: "sm", md: "md" }} lineHeight="1.7">
142+
<List.Item
143+
color="fg.muted"
144+
fontSize={{ base: "sm", md: "md" }}
145+
lineHeight="1.7"
146+
>
126147
「今すぐ何をすべきか」を一文で確認できる
127148
</List.Item>
128149
</List.Root>
@@ -149,7 +170,11 @@ export default function HomePage() {
149170
>
150171
{item.badge}
151172
</Badge>
152-
<Heading as="h3" fontSize={{ base: "xl", md: "2xl" }} lineHeight="1.25">
173+
<Heading
174+
as="h3"
175+
fontSize={{ base: "xl", md: "2xl" }}
176+
lineHeight="1.25"
177+
>
153178
{item.title}
154179
</Heading>
155180
<Text fontSize={{ base: "sm", md: "md" }} color="fg.muted">
@@ -159,7 +184,11 @@ export default function HomePage() {
159184
</Card.Header>
160185
<Card.Body pt={0}>
161186
<Stack gap={5}>
162-
<Text fontSize={{ base: "md", md: "lg" }} lineHeight="1.8" color="fg.muted">
187+
<Text
188+
fontSize={{ base: "md", md: "lg" }}
189+
lineHeight="1.8"
190+
color="fg.muted"
191+
>
163192
{item.description}
164193
</Text>
165194
<Button

0 commit comments

Comments
 (0)