Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user