diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7afc320..fb63889 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -77,8 +77,8 @@ export default function LandingPage() {
@@ -103,8 +101,8 @@ export default function LandingPage() {
title="Latest News"
description="Stay updated with our latest dishes and community events."
blogs={[
- { title: "New Seasonal Pho", description: "Try our new ginger infused pho.", imageSrc: "", date: "2023-10-01" },
- { title: "Anniversary Event", description: "Celebrate 5 years with us.", imageSrc: "", date: "2023-11-01" }
+ { id: "1", title: "New Seasonal Pho", imageSrc: "", date: "2023-10-01" },
+ { id: "2", title: "Anniversary Event", imageSrc: "", date: "2023-11-01" }
]}
/>