
This is a test to verify the announcement ticker is working correctly.
[
  {
    "id": "1",
    "title": "Test Announcement 1",
    "content": "This is a test description for announcement 1. It should be visible below the title.",
    "priority": "high",
    "status": "published",
    "created_at": "2024-12-20T10:00:00Z"
  },
  {
    "id": "2",
    "title": "Test Announcement 2",
    "content": "This is a test description for announcement 2. It should also be visible below the title.",
    "priority": "medium",
    "status": "published",
    "created_at": "2024-12-19T14:30:00Z"
  },
  {
    "id": "3",
    "title": "Test Announcement 3",
    "content": "This is a test description for announcement 3. This should be the third visible description.",
    "priority": "low",
    "status": "published",
    "created_at": "2024-12-18T09:15:00Z"
  }
]Title: Test Announcement 1
Content: This is a test description for announcement 1. It should be visible below the title.
Priority: high
Content Length: 84 characters
Title: Test Announcement 2
Content: This is a test description for announcement 2. It should also be visible below the title.
Priority: medium
Content Length: 89 characters
Title: Test Announcement 3
Content: This is a test description for announcement 3. This should be the third visible description.
Priority: low
Content Length: 92 characters