From 154957d8c162199bf84c6e86c018c12eb13fa30e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 10:14:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eb5cbd5..c71b48a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,7 +114,8 @@ export default function LandingPage() { { id: "1", brand: "Snacks", - name: "Appellation Oysters", + name: "Lobster Pasta +", price: "7", rating: 5, reviewCount: "42", @@ -123,7 +124,7 @@ export default function LandingPage() { { id: "2", brand: "Snacks", - name: "Charcuterie Selection", + name: " This is a Grilled Steak Dish", price: "22", rating: 5, reviewCount: "42", @@ -132,7 +133,7 @@ export default function LandingPage() { { id: "3", brand: "Woodfire", - name: "Spatchcock", + name: "", price: "55", rating: 5, reviewCount: "42", @@ -150,7 +151,7 @@ export default function LandingPage() { { id: "5", brand: "Vegetables", - name: "Wood Roasted Leeks", + name: " Seared scallops served in the shell", price: "26", rating: 5, reviewCount: "42", @@ -159,7 +160,7 @@ export default function LandingPage() { { id: "6", brand: "Desserts", - name: "Olive Oil Ice Cream", + name: " Tuna Tartare 🐟", price: "26", rating: 5, reviewCount: "42", -- 2.49.1