[
  {
    "id": 1,
    "customer": "Kwame A.",
    "rating": 5,
    "comment": "Amazing jollof rice! Best in Accra. The smoky flavour is unmatched — I've been coming here every week since I discovered this place.",
    "date": "2026-05-20",
    "item": "Jollof Rice",
    "status": "published"
  },
  {
    "id": 2,
    "customer": "Ama B.",
    "rating": 4,
    "comment": "Great burgers and fast delivery. The double burger was juicy and well-seasoned. Will definitely order again!",
    "date": "2026-05-18",
    "item": "Double Burger",
    "status": "published"
  },
  {
    "id": 3,
    "customer": "Kofi M.",
    "rating": 5,
    "comment": "The pizza is absolutely fire! Pepperoni is my favourite. Crispy base, generous toppings — 10/10 every time.",
    "date": "2026-05-16",
    "item": "Pepperoni Pizza",
    "status": "published"
  },
  {
    "id": 4,
    "customer": "Efua D.",
    "rating": 5,
    "comment": "Ordered the chicken shawarma and a strawberry milkshake. Both were incredible. The shawarma sauce is something else!",
    "date": "2026-05-14",
    "item": "Chicken Shawarma",
    "status": "published"
  },
  {
    "id": 5,
    "customer": "Yaw O.",
    "rating": 4,
    "comment": "Banku and tilapia was fresh and well-prepared. Reminded me of home cooking. The pepper sauce was perfect.",
    "date": "2026-05-12",
    "item": "Banku & Tilapia",
    "status": "published"
  },
  {
    "id": 6,
    "customer": "Akosua T.",
    "rating": 5,
    "comment": "Pep's is my go-to spot now. The fries are always crispy and the portions are generous. Love the WhatsApp ordering too — so convenient!",
    "date": "2026-05-10",
    "item": "Loaded Fries",
    "status": "published"
  },
  {
    "id": 7,
    "customer": "Nana K.",
    "rating": 4,
    "comment": "Really enjoyed the fried rice. Nicely seasoned with good portions. The customer service was also very friendly.",
    "date": "2026-05-08",
    "item": "Fried Rice",
    "status": "published"
  },
  {
    "id": 8,
    "customer": "Abena S.",
    "rating": 3,
    "comment": "Food was good but delivery took longer than expected. The jollof was still tasty though.",
    "date": "2026-05-07",
    "item": "Jollof Rice",
    "status": "pending"
  },
  {
    "id": 9,
    "customer": "Mensah P.",
    "rating": 5,
    "comment": "Best restaurant in the area hands down. The chocolate milkshake is to die for. My kids love it here!",
    "date": "2026-05-05",
    "item": "Chocolate Milkshake",
    "status": "published"
  },
  {
    "id": 10,
    "customer": "Adwoa F.",
    "rating": 4,
    "comment": "Ordered for a family gathering and everyone was impressed. The jollof rice and fried chicken combo was a hit. Will order again for our next event.",
    "date": "2026-05-03",
    "item": "Jollof Rice & Chicken",
    "status": "published"
  }
]
