Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-04-04 07:13:46 +00:00

View File

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