Fix syntax error in HomeScreen logic

This commit is contained in:
Ponshu Developer 2026-01-13 12:13:10 +09:00
parent 4e8b619ec2
commit 3018d9a9d1
2 changed files with 3 additions and 3 deletions

View File

@ -391,8 +391,8 @@ class HomeScreen extends ConsumerWidget {
pages = [ pages = [
{ {
'title': 'ビジネスモードへようこそ', 'title': 'ビジネスモードへようこそ',
'description': '飲食店様向けの機能を集約しました。\n在庫管理からメニュー作成まで、\nプロの仕事を強力にサポートします。', 'description': '飲食店様向けの機能を集約しました。\nメニュー作成から販促まで、\nプロの仕事を強力にサポートします。',
'icon': LucideIcons.briefcase, 'icon': LucideIcons.store,
}, },
{ {
'title': 'セット商品の作成', 'title': 'セット商品の作成',

View File

@ -25,7 +25,7 @@ class _OnboardingDialogState extends State<OnboardingDialog> {
{ {
'title': '日本酒の『魂』を保存する', 'title': '日本酒の『魂』を保存する',
'description': 'Ponshu Roomへようこそ。\n飲んだ日本酒のラベルを撮影するだけで、\nAIが情報を解析し、あなたのリストに加えます。', 'description': 'Ponshu Roomへようこそ。\n飲んだ日本酒のラベルを撮影するだけで、\nAIが情報を解析し、あなたのリストに加えます。',
'icon': LucideIcons.wine, 'icon': '🍶',
}, },
{ {
'title': 'ラベルを撮るだけ', 'title': 'ラベルを撮るだけ',