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" } ]} />