feat: update home page content and metadata
This commit is contained in:
		@@ -3,13 +3,17 @@ import FeedList from "../components/FeedList";
 | 
				
			|||||||
import EpisodePlayer from "../components/EpisodePlayer";
 | 
					import EpisodePlayer from "../components/EpisodePlayer";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export const metadata = {
 | 
					export const metadata = {
 | 
				
			||||||
  title: "ポッドキャスト管理画面",
 | 
					  title: "Voice RSS Summary",
 | 
				
			||||||
  description: "RSSフィードから自動生成されたポッドキャストを管理",
 | 
					  description: "RSSフィードから自動生成された音声ポッドキャストをご紹介します。",
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export default function Home() {
 | 
					export default function Home() {
 | 
				
			||||||
  return (
 | 
					  return (
 | 
				
			||||||
    <div className="space-y-8">
 | 
					    <div className="space-y-8">
 | 
				
			||||||
 | 
					      <section>
 | 
				
			||||||
 | 
					        <h1 className="text-2xl font-bold mb-4">Voice RSS Summary</h1>
 | 
				
			||||||
 | 
					        <p className="mb-6">RSSフィードから自動生成された音声ポッドキャストを再生・管理できます。</p>
 | 
				
			||||||
 | 
					      </section>
 | 
				
			||||||
      <section>
 | 
					      <section>
 | 
				
			||||||
        <h2 className="text-xl font-semibold mb-4">フィード一覧</h2>
 | 
					        <h2 className="text-xl font-semibold mb-4">フィード一覧</h2>
 | 
				
			||||||
        <FeedList />
 | 
					        <FeedList />
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user