diff --git a/src/app/page.tsx b/src/app/page.tsx index fb63889..44d1d6a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,6 +88,9 @@ export default function LandingPage() {
@@ -101,8 +104,8 @@ export default function LandingPage() { title="Latest News" description="Stay updated with our latest dishes and community events." blogs={[ - { id: "1", title: "New Seasonal Pho", imageSrc: "", date: "2023-10-01" }, - { id: "2", title: "Anniversary Event", imageSrc: "", date: "2023-11-01" } + { id: "1", title: "New Seasonal Pho", category: "Food", excerpt: "Try our new spiced pho today.", authorName: "Chef Ken", authorAvatar: "", imageSrc: "", date: "2023-10-01" }, + { id: "2", title: "Anniversary Event", category: "Events", excerpt: "Join us for our 5th anniversary.", authorName: "Admin", authorAvatar: "", imageSrc: "", date: "2023-11-01" } ]} />