From 7af653c745af88d7306c8747c1481b35df64fa4d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 00:49:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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" } ]} />
-- 2.49.1