From 1ae81a928103f0ac8a3522d7a3aa50bec1fb0a70 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 00:49:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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" } ]} /> -- 2.49.1