From d7865a8a926fbcea66b1f6bace3df249dab93a31 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 07:13:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 460ba17..c75b875 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -139,10 +139,10 @@ export default function LandingPage() { description="Stay updated with the latest trends in local dining." blogs={[ { - title: "Top 10 Dishes of 2024", excerpt: "Discover the most popular meals requested by our community this year.", author: "VendEat Team", date: "2024-05-20" + id: "1", title: "Top 10 Dishes of 2024", excerpt: "Discover the most popular meals requested by our community this year.", date: "2024-05-20" }, { - title: "Supporting Local Vendors", excerpt: "Why choosing local restaurants makes a difference for our neighborhood.", author: "Jane Doe", date: "2024-05-18" + id: "2", title: "Supporting Local Vendors", excerpt: "Why choosing local restaurants makes a difference for our neighborhood.", date: "2024-05-18" } ]} /> -- 2.49.1