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";
 | 
			
		||||
 | 
			
		||||
export const metadata = {
 | 
			
		||||
  title: "ポッドキャスト管理画面",
 | 
			
		||||
  description: "RSSフィードから自動生成されたポッドキャストを管理",
 | 
			
		||||
  title: "Voice RSS Summary",
 | 
			
		||||
  description: "RSSフィードから自動生成された音声ポッドキャストをご紹介します。",
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
export default function Home() {
 | 
			
		||||
  return (
 | 
			
		||||
    <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>
 | 
			
		||||
        <h2 className="text-xl font-semibold mb-4">フィード一覧</h2>
 | 
			
		||||
        <FeedList />
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user